|  | DoubleSVDecompServerComputeLeftVectors Property | 
            Gets and sets the server property that determines whether or not the
            left singular vectors are computed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool ComputeLeftVectors { get; set; }Public Property ComputeLeftVectors As Boolean
	Get
	Set
public:
property bool ComputeLeftVectors {
	bool get ();
	void set (bool value);
}member ComputeLeftVectors : bool with get, set
Property Value
Boolean Remarks
Remarks
            Set to true if left vectors are to be computed; otherwise, false.
            
 See Also
See Also