STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::coarse_identity< T, dims > Struct Template Reference

A workaround for the cases that a multidimensional coarsened view is passed to stapl::identity<T>. This struct brings a multidimensional coarsened view to PARAGRAPH environment. More...

Public Member Functions

template<typename V >
result_type operator() (V const &v)
 

Public Types

typedef std::vector< T > result_type
 

Detailed Description

template<typename T, int dims>
struct stapl::coarse_identity< T, dims >

A workaround for the cases that a multidimensional coarsened view is passed to stapl::identity<T>. This struct brings a multidimensional coarsened view to PARAGRAPH environment.

Template Parameters
Ttype of the fine-grain elements
dimsthe dimensionality of the input

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