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

List of all members

Computes the results of the pivoted QR algorithm in the batch processing mode. More...

Class Constructor

◆ Batch() [1/2]

Batch ( DaalContext  context,
Batch  other 
)

Constructs pivoted QR algorithm by copying input objects and parameters of another pivoted QR algorithm

Parameters
contextContext to manage the Pivoted QR algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ Batch() [2/2]

Batch ( DaalContext  context,
Class<? extends Number >  cls,
Method  method 
)

Constructs pivoted QR algorithm

Parameters
contextContext to manage the Pivoted QR algorithm
clsData type to use in intermediate computations of the pivoted QR algorithm, Double.class or Float.class
methodPivoted QR computation method, Method

Detailed Description

References
  • InputId class. Identifiers of the input objects for the pivoted QR algorithm
  • ResultId class. Identifiers of the results of the pivoted QR algorithm

Member Function Documentation

◆ clone()

Batch clone ( DaalContext  context)

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

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

◆ compute()

Result compute ( )

Performs Pivoted QR computation

Returns
Pivoted QR results

◆ setResult()

void setResult ( Result  result)

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

Parameters
resultStructure for storing the results of the pivoted QR algorithm

Member Data Documentation

◆ input

Input input

Input data

◆ method

Method method

Computation method for the algorithm

◆ parameter

Parameter parameter

Parameters of the algorithm


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

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