IMSL C# Numerical Library

SymEigen.GetValues Method 

Returns the eigenvalues.

public double[] GetValues();

Return Value

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

SymEigen Class | Imsl.Math Namespace