Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
DistributedStep3Local Class Reference

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

Class Constructor

◆ DistributedStep3Local() [1/2]

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

◆ DistributedStep3Local() [2/2]

DistributedStep3Local ( 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 for the QR decomposition algorithm, Double.class or Float.class
methodComputation method, Method

Detailed Description

References

Member Function Documentation

◆ clone()

DistributedStep3Local 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

◆ compute()

Runs the QR decomposition algorithm

Returns
Partial results of the third step of the QR decomposition algorithm in the distributed processing mode

◆ finalizeCompute()

Result finalizeCompute ( )

Computes final results of the QR decomposition algorithm

Returns
Final results of the QR decomposition algorithm

Member Data Documentation

◆ input

Input data

◆ method

Method method

Computation method for the algorithm


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

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