IMSL C# Numerical Library

Eigen Constructor

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

Overload List

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

public Eigen(double[,]);

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

public Eigen(double[,],bool);

See Also

Eigen Class | Imsl.Math Namespace