Click or drag to resize
SymEigen Constructor (Double, Boolean)
Constructs the eigenvalues and (optionally) the eigenvectors for a real symmetric matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SymEigen(
	double[,] a,
	bool computeVectors
)

Parameters

a
Type: SystemDouble
A double symmetric matrix whose eigensystem is to be constructed.
computeVectors
Type: SystemBoolean
A bool, true if the eigenvectors are to be computed.
See Also