Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members
DistributedStep1Local Class Reference

Computes the results of the QR decomposition algorithm on the first step in the distributed processing mode. More...

Class Constructor

Constructs the QR decomposition algorithm by copying input objects and parameters of another QR decomposition algorithm

Parameters
contextContext to manage the QR decomposition algorithm
otherAn 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

Parameters
contextContext to manage the QR decomposition algorithm
clsData type to use in intermediate computations of the QR decomposition algorithm, Double.class or Float.class
methodComputation method, Method

Detailed Description

References
  • InputId class. Identifiers of input objects for the QR decomposition algorithm
  • PartialResultId class. Identifiers of partial results of the QR decomposition algorithm
  • ResultId class. Identifiers of the results of the QR decomposition algorithm

Member Function Documentation

DistributedStep1Local clone ( DaalContext  context)

Returns the newly allocated QR decomposition algorithm with a copy of input objects and parameters of this QR decomposition algorithm

Parameters
contextContext to manage the QR decomposition algorithm
Returns
The newly allocated algorithm

Runs the QR decomposition algorithm

Returns
Partial results of the first step of the QR decomposition algorithm in the distributed processing mode
Result finalizeCompute ( )

Computes final results of the QR decomposition algorithm

Returns
Final results of the QR decomposition algorithm

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.