|  | DoubleComplexGSVDecompComputeU Property | 
            Returns true if the matrix U in the decomposition
            U'AQ = D1(0 R), V'BQ = D2(0 R)
            was computed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool ComputeU { get; }Public ReadOnly Property ComputeU As Boolean
	Get
public:
property bool ComputeU {
	bool get ();
}member ComputeU : bool with get
Property Value
Boolean See Also
See Also