Documentation of 'mikera.matrixx.decompose.impl.eigen.EigenResult' Java class
EigenResult
mikera.matrixx.decompose.impl.eigen

Class EigenResult

    • Constructor Detail

      • EigenResult

        public EigenResult(Vector2[] eigenValues,
                           AVector[] eigenVectors)
      • EigenResult

        public EigenResult(Vector2[] eigenValues)
    • Method Detail

      • getEigenvalues

        public Vector2[] getEigenvalues()
        Description copied from interface: IEigenResult

        Returns an array of eigenvalue as complex numbers. For symmetric matrices the returned eigenvalues will always be real numbers, which means the imaginary components will be equal to zero.

        Specified by:
        getEigenvalues in interface IEigenResult
        Returns:
        An array of eigenvalues.
      • getEigenVectors

        public AVector[] getEigenVectors()
        Description copied from interface: IEigenResult

        Used to retrieve an array real valued eigenvectors.

        Specified by:
        getEigenVectors in interface IEigenResult
        Returns:
        If the associated eigenvalue is real then an eigenvector is returned, null otherwise.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.