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.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool ComputeV { get; set; }
Visual Basic (Declaration)
Public Property ComputeV As Boolean
Visual C++
public:
property bool ComputeV {
	bool get ();
	void set (bool value);
}

See Also