SymEigenGetVectors Method |
Return the eigenvectors of a symmetric matrix of type double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[,] GetVectors()
Public Function GetVectors As Double(,)
public:
array<double,2>^ GetVectors()
member GetVectors : unit -> float[,]
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