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

List of all members

Computes the results of the QR decomposition algorithm in the online processing mode. More...

Class Constructor

Online ( DaalContext  context,
Online  other 
)

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
Online ( 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
  • InputId class. Identifiers of input objects for the QR decomposition algorithm
  • PartialResultId class. Identifiers of partial results of the QR decomposition algorithm
  • ResultId class. Results of the QR decomposition algorithm

Member Function Documentation

Online 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
OnlinePartialResult compute ( )

Runs the QR decomposition algorithm computation

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

Computes final results of the QR decomposition algorithm *

Returns
Final results of the QR decomposition algorithm
void setResult ( Result  result)

Registers user-allocated memory to store the results of the QR decomposition algorithm

Parameters
resultStructure for storing the results of the QR decomposition algorithm

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm

Precision prec
protected

Precision of intermediate computations


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

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