Class AMapIndexFunctor represents a functor for the mapIndex 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::AMapIndexFunctor< T, R >
Class AMapIndexFunctor represents a functor for the mapIndex skeleton of the distributed array.
- Template Parameters
-
T | Input data type. |
R | Output data type. |
template<typename T , typename R >
Function call operator has to be implemented by the user. Here, the actual function is implemented.
- Parameters
-
index | Global index of the input value. |
value | Input for the map function. |
- Returns
- Output of the map function.
The documentation for this class was generated from the following file: