|  | DoubleComplexSVDecompServerComputeFull Property | 
            Gets and sets the server property that determines whether the full
            or reduced singular value decomposition is computed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool ComputeFull { get; set; }Public Property ComputeFull As Boolean
	Get
	Set
public:
property bool ComputeFull {
	bool get ();
	void set (bool value);
}member ComputeFull : bool with get, set
Property Value
Boolean Remarks
Remarks
            Set to true if the full singular value decomposition is desired.
            Set to false if the reduced decomposition is desired.
            
 See Also
See Also