Return the eigenvectors of a symmetric matrix of type double.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[,] GetVectors() |
Visual Basic (Declaration) |
---|
Public Function GetVectors As Double(,) |
Visual C++ |
---|
public: array<double,2>^ GetVectors() |
Return Value
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.