Click or drag to resize

DoubleSymEigDecomp Methods

The DoubleSymEigDecomp type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this eigenvalue decomposition.
Public methodEigenValue Returns the ith eigenvalue.
Public methodEigenVector Returns the ith right eigenvector.
Public methodFactor(DoubleMatrix) Computes all the eigenvalues and eigenvectors for the given square symmetric matrix.
Public methodFactor(DoubleSymmetricMatrix) Computes all the eigenvalues and eigenvectors for the given square symmetric matrix.
Top
See Also