Returns the eigenvalues of a matrix of type double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[] GetValues()
Public Function GetValues As Complex()
public:
array<Complex>^ GetValues()
member GetValues : unit -> Complex[]
Return Value
Type:
Complex
A
Complex array containing the eigenvalues of this matrix in
descending order.
See Also