Gets the number of left singular vectors in the decomposition.

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

Syntax

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

See Also