SymEigen Constructor (Double) |
Constructs the eigenvalues and the eigenvectors for a real symmetric
matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SymEigen(
double[,] a
)
Public Sub New (
a As Double(,)
)
public:
SymEigen(
array<double,2>^ a
)
new :
a : float[,] -> SymEigen
Parameters
- a
- Type: SystemDouble
The symmetric matrix whose eigensystem is to be constructed.
See Also