Click or drag to resize

DoubleComplexQRDecompServer Properties

The DoubleComplexQRDecompServer type exposes the following members.

Properties
 NameDescription
Public propertyInPlace Gets and sets whether or not the decomposition should be done in place. If set to true the input matrix will be overwritten with the decomposition details, thus destroying the input matrix. If false the input matrix will be unchanged at the expense of making a copy. The default is false.
Public propertyPivoting Sets and gets whether or not pivoting is done.
Top
See Also