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 batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  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
Batch ( 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
  • ResultId class. Identifiers of the results of the algorithm

Member Function Documentation

Batch 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
Result compute ( )

Runs the QR decomposition algorithm

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

Registers user-allocated memory for storing 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


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

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