Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Computes the results of the QR decomposition algorithm on the first step in the distributed processing mode. More...
DistributedStep1Local | ( | DaalContext | context, |
DistributedStep1Local | 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 |
DistributedStep1Local | ( | 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 of the QR decomposition algorithm, Double.class or Float.class |
method | Computation method, Method |
DistributedStep1Local 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 |
DistributedStep1LocalPartialResult compute | ( | ) |
Runs the QR decomposition algorithm
Result finalizeCompute | ( | ) |
Computes final results of the QR decomposition algorithm
For more complete information about compiler optimizations, see our Optimization Notice.