IMSL C# Numerical Library

SymEigen Constructor

Constructs the eigenvalues and the eigenvectors for a real symmetric matrix.

Overload List

Constructs the eigenvalues and the eigenvectors for a real symmetric matrix.

public SymEigen(double[,]);

Constructs the eigenvalues and (optionally) the eigenvectors for a real symmetric matrix.

public SymEigen(double[,],bool);

See Also

SymEigen Class | Imsl.Math Namespace