C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to run implementations of the SVD algorithm in the online processing mode. More...
| method | SVD computation method, daal::algorithms::svd::Method |
| algorithmFPType | Data type to use in intermediate computations for the SVD algorithm, double or float |
| OnlineContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the SVD algorithm with a specified environment in the online processing mode
| [in] | daalEnv | Environment object |
|
virtual |
Default destructor
| services::Status compute | ( | ) |
Computes a partial result of the SVD algorithm in the online processing mode
| services::Status finalizeCompute | ( | ) |
Computes the result of the SVD algorithm in the online processing mode
For more complete information about compiler optimizations, see our Optimization Notice.