Returns the eigenvectors.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[,] GetVectors()
Public Function GetVectors As Complex(,)
public:
array<Complex,2>^ GetVectors()
member GetVectors : unit -> Complex[,]
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