Click or drag to resize

DoubleQRDecompServer Properties

The DoubleQRDecompServer 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 Gets and sets whether or not pivoting is done.
Top
See Also