Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

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

Class Constructor

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 ( DaalContext  context)

Constructs the iterative solver algorithm

Parameters
contextContext to manage the iterative solver algorithm
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

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

Computes the iterative solver in the batch processing mode

Returns
Results of the computation

Member Data Documentation

Input input

Input data

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.