The FloatQRDecompServer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FloatQRDecompServer |
Default constructor. Constructs a FloatQRDecompServer instance that
does pivoting. All indices are free.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this decomposition server.
| |
| Equals | (Inherited from Object.) | |
| GetDecomp |
Computes a QR decomposition of a given matrix.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SetFreeColumn |
Sets a given column to be a free.
| |
| SetInitialColumn |
Moves the given column to an initial position in the decomposition.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Pivoting |
Sets whether or not pivoting is done.
|