Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
Kokkos::Impl::LayoutScalarStride< LayoutContiguous< Layout, Stride > > Struct Template Reference

#include <Kokkos_LayoutContiguous.hpp>

Static Public Attributes

static const unsigned stride = Stride
 
static const bool is_unit_stride = (Stride == 1)
 

Detailed Description

template<typename Layout, unsigned Stride>
struct Kokkos::Impl::LayoutScalarStride< LayoutContiguous< Layout, Stride > >

Definition at line 139 of file Kokkos_LayoutContiguous.hpp.

Member Data Documentation

template<typename Layout , unsigned Stride>
const unsigned Kokkos::Impl::LayoutScalarStride< LayoutContiguous< Layout, Stride > >::stride = Stride
static

Definition at line 140 of file Kokkos_LayoutContiguous.hpp.

template<typename Layout , unsigned Stride>
const bool Kokkos::Impl::LayoutScalarStride< LayoutContiguous< Layout, Stride > >::is_unit_stride = (Stride == 1)
static

Definition at line 141 of file Kokkos_LayoutContiguous.hpp.


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