IMSL C# Numerical Library

SymEigen.GetVectors Method 

Return the eigenvectors of a symmetric matrix of type double.

public double[,] 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.

See Also

SymEigen Class | Imsl.Math Namespace