Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, Kokkos::View< Sacado::UQ::PCE< DS > **, DP...>, Kokkos::View< const Sacado::UQ::PCE< SS > *, SP...>, IdxView, Op > Struct Template Reference

Public Types

typedef Kokkos::View
< Sacado::UQ::PCE< DS >
**, DP...> 
DstView
 
typedef Kokkos::View< const
Sacado::UQ::PCE< SS > *, SP...> 
SrcView
 
typedef
ExecutionSpace::execution_space 
execution_space
 
typedef execution_space::size_type size_type
 

Public Member Functions

 UnpackArrayMultiColumn (const ExecutionSpace &, const DstView &dst_, const SrcView &src_, const IdxView &idx_, const Op &op_, const size_t numCols_)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type k) const
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type k, const size_type tidx) const
 

Static Public Member Functions

static void unpack (const ExecutionSpace &execSpace, const DstView &dst, const SrcView &src, const IdxView &idx, const Op &op, const size_t numCols)
 

Public Attributes

DstView dst
 
SrcView src
 
IdxView idx
 
Op op
 
size_t numCols
 

Static Public Attributes

static const unsigned BlockSize = 32
 

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