Click or drag to resize

DoubleComplexEigDecompRightEigenVectors Property

Gets the matrix of right eigenvectors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix RightEigenVectors { get; }

Property Value

DoubleComplexMatrix
Remarks
The ith column is a right eigenvector for the eigenvalue obtained as the ith element of the vector returned by the EigenValues property, which is the same as the eigenvalue returned by invoking the member function EigenValue(i).
See Also