Click or drag to resize

EigenSystemGetEigenvalues Method

Overload List
 NameDescription
Public methodGetEigenvalues(ComplexMatrix) Computes the eigenvalues for an complex general matrix A.
Public methodGetEigenvalues(Matrix) Computes the eigenvalues for an N-by-N real nonsymmetric matrix A.
Public methodGetEigenvalues(SymmetricBandMatrix) Computes all the eigenvalues of a real symmetric band matrix A.
Public methodGetEigenvalues(SymmetricMatrix) Computes all eigenvalues of a real symmetric matrix A.
Public methodGetEigenvalues(ComplexMatrix, ComplexMatrix) Computes the eigenvalues and eigenvectors for an complex general matrix A.
Public methodGetEigenvalues(Matrix, ComplexMatrix) Computes for an N-by-N real nonsymmetric matrix A, the eigenvalues and eigenvectors.
Public methodGetEigenvalues(SymmetricBandMatrix, Matrix) Computes all the eigenvalues and eigenvectors of a real symmetric band matrix A.
Public methodGetEigenvalues(SymmetricMatrix, Matrix) Computes all eigenvalues and eigenvectors of a of a real symmetric matrix A.
Top
See Also