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() |