Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Kokkos_View_Utils.hpp File Reference
#include <stdexcept>
#include "Kokkos_View.hpp"
Include dependency graph for Kokkos_View_Utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Kokkos::Impl::RebindStokhosStorageDevice< T, Device >
 
struct  Kokkos::Impl::RebindStokhosStorageDevice< T *, Device >
 
struct  Kokkos::Impl::RebindStokhosStorageDevice< T[], Device >
 
struct  Kokkos::Impl::RebindStokhosStorageDevice< T[N], Device >
 
struct  Kokkos::Impl::GetSacadoSize< Rank >
 
struct  Kokkos::Impl::GetSacadoSize< 0 >
 
struct  Kokkos::Impl::GetSacadoSize< 1 >
 
struct  Kokkos::Impl::GetSacadoSize< 2 >
 
struct  Kokkos::Impl::GetSacadoSize< 3 >
 
struct  Kokkos::Impl::GetSacadoSize< 4 >
 
struct  Kokkos::Impl::GetSacadoSize< 5 >
 
struct  Kokkos::Impl::GetSacadoSize< 6 >
 
struct  Kokkos::Impl::GetSacadoSize< 7 >
 
struct  Kokkos::FlatArrayType< view_type, Enabled >
 
struct  Kokkos::IntrinsicScalarType< view_type, Enabled >
 
struct  Kokkos::Impl::StokhosViewFill< OutputView, Enabled >
 

Namespaces

 Kokkos
 
 Kokkos::Impl
 

Macros

#define KOKKOS_IMPL_PUBLIC_INCLUDE
 
#define KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_CORE
 

Functions

KOKKOS_INLINE_FUNCTION void Kokkos::Impl::raise_error (const char *msg)
 
template<typename ViewType >
ViewType Kokkos::make_view (const std::string &label, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)
 
template<typename ViewType >
ViewType Kokkos::make_view (const ViewAllocateWithoutInitializing &init, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)
 
template<typename ViewType >
ViewType Kokkos::make_view (typename ViewType::pointer_type ptr, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)
 
template<typename ViewType >
ViewType Kokkos::make_view (const std::string &label, const Impl::WithoutInitializing_t &init, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)
 

Macro Definition Documentation

#define KOKKOS_IMPL_PUBLIC_INCLUDE

Definition at line 18 of file Kokkos_View_Utils.hpp.

#define KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_CORE

Definition at line 19 of file Kokkos_View_Utils.hpp.