IMSL C# Numerical Library

Eigen.GetVectors Method 

Returns the eigenvectors.

public Complex[,] GetVectors();

Return Value

A Complex matrix containing the eigenvectors. The eigenvector corresponding to the j-th eigenvalue is stored in the j-th column. Each vector is normalized to have Euclidean length one.

See Also

Eigen Class | Imsl.Math Namespace