Click or drag to resize
EigenGetValues Method
Returns the eigenvalues of a matrix of type double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex[] GetValues()

Return Value

Type: Complex
A Complex array containing the eigenvalues of this matrix in descending order.
See Also