Click or drag to resize

DoubleGSVDecompServer Properties

The DoubleGSVDecompServer type exposes the following members.

Properties
 NameDescription
Public propertyComputeQ 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.
Public propertyComputeU If true the matrix U 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.
Public propertyComputeV 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.
Public propertyInPlace Gets and sets the in place factor option. If true the decomposition will be performed in place, overwritting the contents of the input matrices. No copies of the factored matrices are made in this case. If false the content of the input matrices will be preserved at the expense of copies being made. The default is false.
Top
See Also