Click or drag to resize
SymEigenGetVectors Method
Return the eigenvectors of a symmetric matrix of type double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[,] GetVectors()

Return Value

Type: Double
A double array containing the eigenvectors.
Remarks
The j-th column of the eigenvector matrix corresponds to the j-th eigenvalue. The eigenvectors are normalized to have Euclidean length one. If the eigenvectors were not computed by the constructor, then null is returned.
See Also