IMSL C# Numerical Library

SymEigen Constructor (Double[,], Boolean)

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

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

Parameters

a
A double symmetric matrix whose eigensystem is to be constructed.
computeVectors
A bool, true if the eigenvectors are to be computed.

See Also

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