Click or drag to resize

FloatSymEigDecompServer Methods

The FloatSymEigDecompServer type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this eigenvalue decomposition server.
Public methodComputeAllEigenValues Configures the server to compute all eigenvalues.
Public methodComputeEigenValueRange Configures the server to compute only the eigenvalues in a specified range. Eigenvalues which are greater than lower and less than or equal to upper are computed.
Public methodFactor(FloatMatrix) Computes an eigenvalue decomposition for the given symmetric matrix.
Public methodFactor(FloatSymmetricMatrix) Computes an eigenvalue decomposition for the given symmetric matrix.
Top
See Also