Gets the number of right eigenvectors.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int NumberOfRightEigenVectors { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfRightEigenVectors As Integer
Visual C++
public:
property int NumberOfRightEigenVectors {
	int get ();
}

See Also