Gets and sets the server property that determines whether or not the left singular vectors are computed.

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

Syntax

C#
public bool ComputeLeftVectors { get; set; }
Visual Basic (Declaration)
Public Property ComputeLeftVectors As Boolean
Visual C++
public:
property bool ComputeLeftVectors {
	bool get ();
	void set (bool value);
}

Remarks

Set to true if left vectors are to be computed; otherwise, false.

See Also