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)
 
static const unsigned stride
 
static const bool is_unit_stride
 

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 [1/2]

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 [1/2]

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.

◆ stride [2/2]

const unsigned Kokkos::Impl::LayoutScalarStride< Layout >::stride
static

Definition at line 144 of file Kokkos_LayoutContiguous.hpp.

◆ is_unit_stride [2/2]

const bool Kokkos::Impl::LayoutScalarStride< Layout >::is_unit_stride
static

Definition at line 145 of file Kokkos_LayoutContiguous.hpp.


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