Computes the results of the pivoted QR algorithm in the batch processing mode.
More...
◆ Batch() [1/2]
Constructs pivoted QR algorithm by copying input objects and parameters of another pivoted QR algorithm
- Parameters
-
context | Context to manage the Pivoted QR algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ Batch() [2/2]
Constructs pivoted QR algorithm
- Parameters
-
context | Context to manage the Pivoted QR algorithm |
cls | Data type to use in intermediate computations of the pivoted QR algorithm, Double.class or Float.class |
method | Pivoted QR computation method, Method |
- References
- InputId class. Identifiers of the input objects for the pivoted QR algorithm
- ResultId class. Identifiers of the results of the pivoted QR algorithm
◆ clone()
Returns the newly allocated pivoted QR algorithm with a copy of input objects and parameters of this pivoted QR algorithm
- Parameters
-
context | Context to manage the Pivoted QR algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Performs Pivoted QR computation
- Returns
- Pivoted QR results
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of the pivoted QR algorithm
- Parameters
-
result | Structure for storing the results of the pivoted QR algorithm |
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file: