Click or drag to resize

DoubleQRDecompServer Methods

The DoubleQRDecompServer type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this decomposition server.
Public methodGetDecomp(DoubleMatrix) Computes a QR decomposition of the given matrix.
Public methodGetDecomp(DoubleMatrix, Boolean) Computes a QR decomposition of the given matrix.
Public methodGetDecomp(DoubleMatrix, Boolean, Boolean) Computes a QR decomposition of the given matrix.
Public methodSetFreeColumn Sets a given column to be free.
Public methodSetInitialColumn Moves the given column to an initial position in the decomposition.
Top
See Also