C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the Cholesky decomposition algorithm. This class is associated with daal::algorithms::cholesky::Batch class. More...
algorithmFPType | Data type to use in intermediate computations for the Cholesky decomposition algorithm, double or float |
method | Cholesky decomposition computation method, daal::algorithms::cholesky::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the Cholesky decomposition algorithm with a specified environment
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
|
virtual |
Computes the result of the Cholesky decomposition algorithm in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.