Return the eigenvectors of a symmetric matrix of type double
.
A double
array containing the eigenvectors.
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.
SymEigen Class | Imsl.Math Namespace