Gets the number of left eigenvectors.

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

Syntax

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

See Also