Returns true if the matrix V in the decomposition U'AQ = D1(0 R), V'BQ = D2(0 R) was computed.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also