Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumnVariableStride< Kokkos::View< Sacado::MP::Vector< DS > **, DP...>, Kokkos::View< const Sacado::MP::Vector< SS > **, SP...>, DstIdxView, SrcIdxView, DstColView, SrcColView > Struct Template Reference

Public Types

typedef Kokkos::View
< Sacado::MP::Vector< DS >
**, DP...> 
DstView
 
typedef Kokkos::View< const
Sacado::MP::Vector< SS >
**, SP...> 
SrcView
 
typedef DstView::execution_space execution_space
 
typedef execution_space::size_type size_type
 

Public Member Functions

 PermuteArrayMultiColumnVariableStride (const DstView &dst_, const SrcView &src_, const DstIdxView &dst_idx_, const SrcIdxView &src_idx_, const DstColView &dst_col_, const SrcColView &src_col_, 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 permute (const DstView &dst, const SrcView &src, const DstIdxView &dst_idx, const SrcIdxView &src_idx, const DstColView &dst_col, const SrcColView &src_col, size_t numCols)
 

Public Attributes

DstView dst
 
SrcView src
 
DstIdxView dst_idx
 
SrcIdxView src_idx
 
DstColView dst_col
 
SrcColView src_col
 
size_t numCols
 

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