Class AFoldFunctor represents a functor for the fold skeleton of the distributed array.
More...
#include <functors.h>
|
int | nLocal |
|
int | first |
|
std::vector< ArgumentType * > | args |
|
int | tile_width |
|
bool | local_indices |
|
template<typename T, typename R>
class msl::AFoldFunctor< T, R >
Class AFoldFunctor represents a functor for the fold skeleton of the distributed array.
- Template Parameters
-
T | Input data type. |
R | Output data type. |
template<typename T , typename R >
virtual MSL_USERFUNC R msl::AFoldFunctor< T, R >::operator() |
( |
T |
value1, |
|
|
T |
value2 |
|
) |
| const |
|
pure virtual |
Function call operator has to be implemented by the user. Here, the actual function is implemented.
- Parameters
-
value1 | Input value 1. |
value2 | Input value 2. |
- Returns
- Output of the fold function.
The documentation for this class was generated from the following file: