5 #ifndef DUNE_COMMON_STD_IMPL_FWD_LAYOUTS_HH 6 #define DUNE_COMMON_STD_IMPL_FWD_LAYOUTS_HH 18 template <
class Extents>
31 template <
class Extents>
41 template <
class Extents>
47 #endif // DUNE_COMMON_STD_IMPL_FWD_LAYOUTS_HH A layout mapping where the strides are user-defined.
Definition: fwd_layouts.hh:42
Namespace for features backported from new C++ standards.
Definition: algorithm.hh:19
A layout where the rightmost extent has stride 1, and strides increase right-to-left as the product o...
Definition: fwd_layouts.hh:29
A layout mapping where the strides are user-defined.
Definition: fwd_layouts.hh:39
A layout mapping where the leftmost extent has stride 1.
Definition: fwd_layouts.hh:19
A layout mapping where the rightmost extent has stride 1.
Definition: fwd_layouts.hh:32
A layout where the leftmost extent has stride 1.For two-dimensional tensors this corresponds to colum...
Definition: fwd_layouts.hh:16