Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Computes the results of the QR decomposition algorithm on the second step in the distributed processing mode. More...
| DistributedStep2Master | ( | DaalContext | context, |
| DistributedStep2Master | other | ||
| ) |
Constructs the QR decomposition algorithm by copying input objects and parameters of another QR decomposition algorithm
| context | Context to manage the QR decomposition algorithm |
| other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
| DistributedStep2Master | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| Method | method | ||
| ) |
Constructs the QR decomposition algorithm
| context | Context to manage the QR decomposition algorithm |
| cls | Data type to use in intermediate computations for the QR decomposition algorithm, Double.class or Float.class |
| method | Computation method, Method |
| DistributedStep2Master clone | ( | DaalContext | context | ) |
Returns the newly allocated QR decomposition algorithm with a copy of input objects and parameters of this QR decomposition algorithm
| context | Context to manage the QR decomposition algorithm |
| DistributedStep2MasterPartialResult compute | ( | ) |
Runs the QR decomposition algorithm
| Result finalizeCompute | ( | ) |
Computes final results of the QR decomposition algorithm
Input data
| Method method |
Computation method for the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.