IMSL C# Numerical Library

Eigen.GetValues Method 

Returns the eigenvalues of a matrix of type double.

public Complex[] GetValues();

Return Value

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

See Also

Eigen Class | Imsl.Math Namespace