STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::skeletons::default_output_to_input_mapper< Dim > Class Template Reference

default mapper that maps the linearized index the consumer task to the corresponding linearized index of the producer task, basically just linearization. More...

Public Member Functions

void set_direction (direction dir)
 
void set_dimensions (index_type const &dimension)
 
std::size_t operator() (index_type coord) const
 

Detailed Description

template<int Dim>
class stapl::skeletons::default_output_to_input_mapper< Dim >

default mapper that maps the linearized index the consumer task to the corresponding linearized index of the producer task, basically just linearization.

Template Parameters
Dimdimension of skeleton

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