Float |
The FloatQRDecompServer type exposes the following members.
Name | Description | |
---|---|---|
FloatQRDecompServer | Default constructor. Constructs a FloatQRDecompServer instance that does pivoting. All indices are free. |
Name | Description | |
---|---|---|
InPlace | 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. | |
Pivoting | Sets whether or not pivoting is done. |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of this decomposition server. | |
GetDecomp(FloatMatrix) | Computes a QR decomposition of a given matrix. | |
GetDecomp(FloatMatrix, Boolean) | Computes a QR decomposition of the given matrix. | |
GetDecomp(FloatMatrix, Boolean, Boolean) | Computes a QR decomposition of the given matrix. | |
SetFreeColumn | Sets a given column to be a free. | |
SetInitialColumn | Moves the given column to an initial position in the decomposition. |