Click or drag to resize
EigenGetVectors Method
Returns the eigenvectors.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex[,] GetVectors()

Return Value

Type: Complex
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