C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Interface for computing the iterative solver in the batch processing mode. More...
Constructs a iterative solver algorithm by copying input objects of another iterative solver algorithm
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
|
inline |
Returns a pointer to the newly allocated iterative solver algorithm with a copy of input objects of this iterative solver algorithm
|
pure virtual |
Creates user-allocated memory to store results of the iterative solver algorithm
Implemented in Batch< algorithmFPType, method >, Batch< algorithmFPType, method >, Batch< algorithmFPType, method >, and Batch< algorithmFPType, method >.
|
pure virtual |
Get input objects for the iterative solver algorithm
Implemented in Batch< algorithmFPType, method >, Batch< algorithmFPType, method >, Batch< algorithmFPType, method >, and Batch< algorithmFPType, method >.
|
pure virtual |
Get parameters of the iterative solver algorithm
Implemented in Batch< algorithmFPType, method >, Batch< algorithmFPType, method >, Batch< algorithmFPType, method >, and Batch< algorithmFPType, method >.
|
inline |
Returns the structure that contains results of the iterative solver algorithm
For more complete information about compiler optimizations, see our Optimization Notice.