Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Kokkos::LayoutContiguous< Layout, Stride > Struct Template Reference

#include <Kokkos_LayoutContiguous.hpp>

Inherits Layout.

Public Types

enum  { scalar_stride = Stride }
 
typedef LayoutContiguous array_layout
 Tag this class as a kokkos array layout.
 

Public Member Functions

KOKKOS_INLINE_FUNCTION constexpr LayoutContiguous (Layout const &layout)
 
KOKKOS_INLINE_FUNCTION constexpr LayoutContiguous (Layout &&layout)
 

Detailed Description

template<typename Layout, unsigned Stride = 1>
struct Kokkos::LayoutContiguous< Layout, Stride >

Definition at line 51 of file Kokkos_LayoutContiguous.hpp.

Member Typedef Documentation

◆ array_layout

template<typename Layout , unsigned Stride = 1>
typedef LayoutContiguous Kokkos::LayoutContiguous< Layout, Stride >::array_layout

Tag this class as a kokkos array layout.

Definition at line 56 of file Kokkos_LayoutContiguous.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename Layout , unsigned Stride = 1>
anonymous enum
Enumerator
scalar_stride 

Definition at line 53 of file Kokkos_LayoutContiguous.hpp.

Constructor & Destructor Documentation

◆ LayoutContiguous() [1/2]

template<typename Layout , unsigned Stride = 1>
KOKKOS_INLINE_FUNCTION constexpr Kokkos::LayoutContiguous< Layout, Stride >::LayoutContiguous ( Layout const & layout)
inlineconstexpr

Definition at line 62 of file Kokkos_LayoutContiguous.hpp.

◆ LayoutContiguous() [2/2]

template<typename Layout , unsigned Stride = 1>
KOKKOS_INLINE_FUNCTION constexpr Kokkos::LayoutContiguous< Layout, Stride >::LayoutContiguous ( Layout && layout)
inlineconstexpr

Definition at line 64 of file Kokkos_LayoutContiguous.hpp.


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