Documentation of 'mikera.matrixx.decompose.IEigenResult' Java class
IEigenResult
mikera.matrixx.decompose

Interface IEigenResult

  • All Known Implementing Classes:
    EigenResult


    public interface IEigenResult
    • Method Detail

      • getEigenvalues

        Vector2[] getEigenvalues()

        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.

        Returns:
        An array of eigenvalues.
      • getEigenVectors

        AVector[] getEigenVectors()

        Used to retrieve an array real valued eigenvectors.

        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.