STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Attributes
stapl::skeletons::stencil_impl::point< Sign, Dim, Off > Struct Template Reference

Represents a point read by a stencil characterized by a signed offset in a given dimension. More...

Static Public Attributes

static constexpr int sign = Sign
 
static constexpr size_t dimension = Dim
 
static constexpr size_t offset = Off
 
static constexpr long int signed_offset = sign * offset
 

Detailed Description

template<int Sign, size_t Dim, size_t Off>
struct stapl::skeletons::stencil_impl::point< Sign, Dim, Off >

Represents a point read by a stencil characterized by a signed offset in a given dimension.


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