  | FloatEigDecompRightEigenVectors Property | 
            Gets the matrix of right eigenvectors.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexMatrix RightEigenVectors { get; }Public ReadOnly Property RightEigenVectors As FloatComplexMatrix
	Get
public:
property FloatComplexMatrix^ RightEigenVectors {
	FloatComplexMatrix^ get ();
}member RightEigenVectors : FloatComplexMatrix with get
Property Value
FloatComplexMatrix
RemarksThe 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