IMSL C# Numerical Library

SymEigen Constructor (Double[,])

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

public SymEigen(
   double[,] a
);

Parameters

a
The symmetric matrix whose eigensystem is to be constructed.

See Also

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