|  | DoubleComplexGSVDecompComputeV Property | 
            Returns true if the matrix V 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 ComputeV { get; }Public ReadOnly Property ComputeV As Boolean
	Get
public:
property bool ComputeV {
	bool get ();
}member ComputeV : bool with get
Property Value
Boolean See Also
See Also