Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Static Public Member Functions | List of all members
Kokkos::Impl::ViewMapping< void, ViewTraits< DataType, P...>, Sacado::MP::VectorPartition< Size > > Class Template Reference

Public Types

enum  { is_assignable = true }
 
enum  { is_assignable_data_type = true }
 
typedef ViewTraits< DataType, P...> src_traits
 
typedef ViewMapping
< src_traits, typename
src_traits::specialize > 
src_type
 
typedef
src_type::offset_type::dimension_type 
src_dimension
 
typedef src_traits::value_type mp_vector_type
 
typedef
mp_vector_type::storage_type 
storage_type
 
typedef storage_type::template
apply_N< Size > 
storage_apply
 
typedef storage_apply::type strided_storage_type
 
typedef Sacado::MP::Vector
< strided_storage_type > 
strided_value_type
 
typedef ViewDataType
< strided_value_type,
src_dimension >::type 
strided_data_type
 
typedef ViewTraits
< strided_data_type, P...> 
dst_traits
 
typedef View
< strided_data_type, P...> 
type
 
typedef ViewMapping
< dst_traits, typename
dst_traits::specialize > 
dst_type
 

Static Public Member Functions

static KOKKOS_INLINE_FUNCTION void assign (dst_type &dst, const src_type &src, const Sacado::MP::VectorPartition< Size > &part)
 

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