Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Computes the results of the QR decomposition algorithm on the third step in the distributed processing mode. More...
DistributedStep3Local | ( | DaalContext | context, |
DistributedStep3Local | 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 |
DistributedStep3Local | ( | 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 |
DistributedStep3Local 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 |
DistributedStep3LocalPartialResult 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.