Click or drag to resize
SymEigen Constructor (Double)
Constructs the eigenvalues and 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
)

Parameters

a
Type: SystemDouble
The symmetric matrix whose eigensystem is to be constructed.
See Also