IMSL C# Numerical Library

Eigen Constructor (Double[,])

Constructs the eigenvalues and the eigenvectors of a real square matrix.

public Eigen(
   double[,] a
);

Parameters

a
A double square matrix whose eigensystem is to be constructed.

Exceptions

Exception Type Condition
DidNotConvergeException is thrown when the algorithm fails to converge on the eigenvalues of the matrix

See Also

Eigen Class | Imsl.Math Namespace | Eigen Constructor Overload List