Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Kokkos::Impl::LayoutScalarStride< LayoutContiguous< Layout, Stride > > Struct Template Reference

#include <Kokkos_LayoutContiguous.hpp>

Inheritance diagram for Kokkos::Impl::LayoutScalarStride< LayoutContiguous< Layout, Stride > >:

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 149 of file Kokkos_LayoutContiguous.hpp.

Member Data Documentation

◆ stride

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

Definition at line 150 of file Kokkos_LayoutContiguous.hpp.

◆ is_unit_stride

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

Definition at line 151 of file Kokkos_LayoutContiguous.hpp.


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