Returns the eigenvectors.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Complex[,] GetVectors()
Visual Basic (Declaration)
Public Function GetVectors As Complex(,)
Visual C++
public:
array<Complex,2>^ 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