IMSL C# Numerical Library

Eigen Constructor (Double[,], Boolean)

Constructs the eigenvalues and (optionally) the eigenvectors of a real square matrix.

public Eigen(
   double[,] a,
   bool computeVectors
);

Parameters

a
A double square matrix whose eigensystem is to be constructed.
computeVectors
A bool value of true if the eigenvectors are to be computed.

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