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

Class Eigen



  • public class Eigen
    extends java.lang.Object
    • Constructor Detail

      • Eigen

        public Eigen()
    • Method Detail

      • decompose

        public static IEigenResult decompose(AMatrix A,
                                             boolean computeVectors)

        Computes the eigenvalues and eigenvectors of a matrix. Returns an object that represents the solution of the decomposition. Returns null if the decomposition fails.

        Parameters:
        A - The input matrix. It must be a square symmetric matrix.
        computeVectors - Should it compute the eigenvectors or just eigenvalues.
        Returns:
        an IEigenResult object that represents the solution to the decomposition.
      • decompose

        public static IEigenResult decompose(AMatrix A)

        Computes the eigenvalues and eigenvectors of a matrix. Returns an object that represents the solution of the decomposition. Returns null if the decomposition fails.

        Parameters:
        A - The input matrix. It must be a square symmetric matrix.
        Returns:
        an IEigenResult object that represents the solution to the decomposition.
      • decomposeSymmetric

        public static IEigenResult decomposeSymmetric(AMatrix A,
                                                      boolean computeVectors)

        Computes the eigenvalues and eigenvectors of a real symmetric matrix. Returns an object that represents the solution of the decomposition. Returns null if the decomposition fails.

        Parameters:
        A - The input matrix. It must be a square symmetric matrix.
        computeVectors - Should it compute the eigenvectors or just eigenvalues.
        Returns:
        an IEigenResult object that represents the solution to the decomposition.
      • decomposeSymmetric

        public static IEigenResult decomposeSymmetric(AMatrix A)

        Computes the eigenvalues and eigenvectors of a real symmetric matrix. Returns an object that represents the solution of the decomposition. Returns null if the decomposition fails.

        Parameters:
        A - The input matrix. It must be a square symmetric matrix.
        Returns:
        an IEigenResult object that represents the solution to the decomposition.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.