|  | DoubleComplexGSVDecompServerComputeU Property | 
            If true the matrix U in the GSVD for matrices
            A and B -
            U'AQ = D1(0 R), V'BQ = D2(0 R)
            will be computed. If false it will not be computed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool ComputeU { get; set; }Public Property ComputeU As Boolean
	Get
	Set
public:
property bool ComputeU {
	bool get ();
	void set (bool value);
}member ComputeU : bool with get, set
Property Value
Boolean See Also
See Also