 | FloatGSVDecompServerComputeQ Property |
If true the matrix Q 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.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic bool ComputeQ { get; set; }
Public Property ComputeQ As Boolean
Get
Set
public:
property bool ComputeQ {
bool get ();
void set (bool value);
}
member ComputeQ : bool with get, set
Property Value
Type:
Boolean
See Also