Eigen |
Name | Description | |
---|---|---|
![]() | GetEigenvalues(ComplexMatrix) | Computes the eigenvalues for an complex general matrix A. |
![]() | GetEigenvalues(Matrix) | Computes the eigenvalues for an N-by-N real nonsymmetric matrix A. |
![]() | GetEigenvalues(SymmetricBandMatrix) | Computes all the eigenvalues of a real symmetric band matrix A. |
![]() | GetEigenvalues(SymmetricMatrix) | Computes all eigenvalues of a real symmetric matrix A. |
![]() | GetEigenvalues(ComplexMatrix, ComplexMatrix) | Computes the eigenvalues and eigenvectors for an complex general matrix A. |
![]() | GetEigenvalues(Matrix, ComplexMatrix) | Computes for an N-by-N real nonsymmetric matrix A, the eigenvalues and eigenvectors. |
![]() | GetEigenvalues(SymmetricBandMatrix, Matrix) | Computes all the eigenvalues and eigenvectors of a real symmetric band matrix A. |
![]() | GetEigenvalues(SymmetricMatrix, Matrix) | Computes all eigenvalues and eigenvectors of a of a real symmetric matrix A. |