C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
ParameterBase Struct Reference

Optional input objects for the kernel function algorithm. More...

Class Declaration

struct DAAL_EXPORT ParameterBase : public daal::algorithms::Parameter
{
ParameterBase(size_t rowIndexX = 0, size_t rowIndexY = 0, size_t rowIndexResult = 0, ComputationMode computationMode = matrixMatrix);
size_t rowIndexX;
size_t rowIndexY;
size_t rowIndexResult;
};

Member Data Documentation

ComputationMode computationMode

Mode of computing kernel functions

size_t rowIndexResult

Index of the result of the kernel function computation

size_t rowIndexX

Index of the vector in the set X

size_t rowIndexY

Index of the vector in the set Y


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

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