Click or drag to resize

FloatQRDecompServer Methods

The FloatQRDecompServer type exposes the following members.

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