Returns the eigenvalues.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetValues()
Public Function GetValues As Double()
public:
array<double>^ GetValues()
member GetValues : unit -> float[]
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