Computes the results of the QR decomposition algorithm in the batch 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
- ResultId class. Identifiers of the results of the 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
- Returns
- Results of the QR decomposition algorithm
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory for storing 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: