Contains classes for computing Cholesky decomposition.
More...
|
| class | Input |
| | Input parameters for the Cholesky algorithm More...
|
| |
| class | Result |
| | Results obtained with the compute() method of the Cholesky algorithm in the batch processing mode. More...
|
| |
Available identifiers of input objects for the Cholesky algorithm
| Enumerator |
|---|
| data |
Input data table
|
Available methods for computing Cholesky decomposition
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method.
|
Available identifiers of results for the Cholesky algorithm
| Enumerator |
|---|
| choleskyFactor |
Table to store the result. Contains the lower triangle matrix L of the decomposition
|