Returns the eigenvalues.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetValues()
Visual Basic (Declaration)
Public Function GetValues As Double()
Visual C++
public:
array<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