Computes the results of the QR decomposition algorithm in the online processing mode.
More...
Constructs the QR decomposition algorithm by copying input objects and parameters of another QR decomposition algorithm
- Parameters
-
context | Context to manage the QR decomposition algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the QR decomposition algorithm
- Parameters
-
context | Context to manage the QR decomposition algorithm |
cls | Data type to use in intermediate computations for the QR decomposition algorithm, Double.class or Float.class |
method | computation method, Method |
- References
- InputId class. Identifiers of input objects for the QR decomposition algorithm
- PartialResultId class. Identifiers of partial results of the QR decomposition algorithm
- ResultId class. Results of the QR decomposition algorithm
Returns the newly allocated QR decomposition algorithm with a copy of input objects and parameters of this QR decomposition algorithm
- Parameters
-
context | Context to manage the QR decomposition algorithm |
- Returns
- The newly allocated algorithm
Runs the QR decomposition algorithm computation
- Returns
- Partial results of the QR decomposition algorithm in the online distributed processing mode
Computes final results of the QR decomposition algorithm *
- Returns
- Final results of the QR decomposition algorithm
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of the QR decomposition algorithm
- Parameters
-
result | Structure for storing the results of the QR decomposition algorithm |
Computation method for the algorithm
The documentation for this class was generated from the following file: