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

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

Syntax

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

Remarks

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

See Also