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

List of all members

Base interface for the iterative solver algorithm in the batch processing mode More...

Class Constructor

◆ Batch() [1/3]

Batch ( DaalContext  context,
Batch  other 
)

Constructs the iterative solver algorithm by copying input objects and parameters of another iterative solver algorithm

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

◆ Batch() [2/3]

Batch ( DaalContext  context)

Constructs the iterative solver algorithm

Parameters
contextContext to manage the iterative solver algorithm

◆ Batch() [3/3]

Batch ( DaalContext  context,
long  cAlgorithm 
)

Constructs the iterative solver algorithm

Parameters
contextContext to manage the iterative solver algorithm
cAlgorithmPointer to the C++ implememntation

Detailed Description

References

Member Function Documentation

◆ clone()

Batch clone ( DaalContext  context)

Returns the newly allocated iterative solver algorithm with a copy of input objects and parameters of this iterative solver algorithm

Parameters
contextContext to manage the iterative solver algorithm
Returns
The newly allocated algorithm

◆ compute()

Result compute ( )

Computes the iterative solver in the batch processing mode

Returns
Results of the computation

Member Data Documentation

◆ input

Input input

Input data

◆ 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.