 | DoubleComplexGSVDecompComputeQ Property |
Returns true if the matrix Q in the decomposition
U'AQ = D1(0 R), V'BQ = D2(0 R)
was computed.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool ComputeQ { get; }
Public ReadOnly Property ComputeQ As Boolean
Get
public:
property bool ComputeQ {
bool get ();
}
member ComputeQ : bool with get
Property Value
Type:
Boolean
See Also