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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public SymEigen(
	double[,] a
)
Visual Basic (Declaration)
Public Sub New ( _
	a As Double(,) _
)
Visual C++
public:
SymEigen(
	array<double,2>^ a
)

Parameters

a
Type: array< System..::.Double ,2>[,](,)[,]
The symmetric matrix whose eigensystem is to be constructed.

See Also