C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to run implementations of the QR decomposition algorithm on the third step in the distributed processing mode. More...
algorithmFPType | Data type to use in intermediate computations for the QR decomposition algorithm, double or float |
method | Computation method, daal::algorithms::qr::Method |
DistributedContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the QR decomposition algorithm with a specified environment in the third step of the distributed processing mode
[in] | daalEnv | Environment object |
|
virtual |
Default destructor
|
virtual |
Computes a partial result of the QR decomposition algorithm in the third step of the distributed processing mode
Implements AlgorithmContainer< mode >.
|
virtual |
Computes the result of the QR decomposition algorithm in the third step of the distributed processing mode
Implements AlgorithmContainer< mode >.
For more complete information about compiler optimizations, see our Optimization Notice.