  | FloatGSVDecompServerComputeV Property | 
            If true the matrix V 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
Syntaxpublic bool ComputeV { get; set; }Public Property ComputeV As Boolean
	Get
	Set
public:
property bool ComputeV {
	bool get ();
	void set (bool value);
}member ComputeV : bool with get, set
Property Value
Boolean
See Also