Click or drag to resize

FloatSymEigDecomp Methods

The FloatSymEigDecomp 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(FloatMatrix) Computes all the eigenvalues and eigenvectors for the given square symmetric matrix.
Public methodFactor(FloatSymmetricMatrix) Computes all the eigenvalues and eigenvectors for the given square symmetric matrix.
Top
See Also