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