Returns the eigenvalues of a matrix of type double.

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

Syntax

C#
public Complex[] GetValues()
Visual Basic (Declaration)
Public Function GetValues As Complex()
Visual C++
public:
array<Complex>^ GetValues()

Return Value

A Complex array containing the eigenvalues of this matrix in descending order.

See Also