Click or drag to resize
SymEigenGetValues Method
Returns the eigenvalues.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetValues()

Return Value

Type: Double
A double array containing the eigenvalues in descending order.
Remarks
If the algorithm fails to converge on an eigenvalue, that eigenvalue is set to NaN.
See Also