C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members

Interface for computing the Sum of functions in the batch processing mode. More...

Class Declaration

Enumerations
References

Constructor & Destructor Documentation

◆ Batch() [1/2]

Batch ( size_t  numberOfTerms,
InputType sumOfFunctionsInput,
ParameterType sumOfFunctionsParameter 
)
inline

Main constructor

◆ Batch() [2/2]

Batch ( const Batch other)
inline

Constructs the Sum of functions by copying input objects and parameters of another the Sum of functions

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ ~Batch()

virtual ~Batch ( )
inlinevirtual

Destructor

Reimplemented from Batch.

Reimplemented in Batch< algorithmFPType, method >, and Batch< algorithmFPType, method >.

Member Function Documentation

◆ clone()

services::SharedPtr<Batch> clone ( ) const
inline

Returns a pointer to the newly allocated Sum of functions with a copy of input objects of this Sum of functions

Returns
Pointer to the newly allocated algorithm

Member Data Documentation

◆ sumOfFunctionsInput

InputType* sumOfFunctionsInput

Pointer to the input to use one object in inherited class

◆ sumOfFunctionsParameter

ParameterType* sumOfFunctionsParameter

Pointer to the parameter to use one object in inherited class


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

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