Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type > Struct Template Reference

#include <Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp>

Public Types

typedef DstView::execution_space execution_space
typedef execution_space::size_type size_type

Public Member Functions

 PermuteArrayMultiColumn (const DstView &dst_, const SrcView &src_, const DstIdxView &dst_idx_, const SrcIdxView &src_idx_, size_t numCols_, const Op &op_)
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

template<typename ExecutionSpace>
static void permute (const ExecutionSpace &space, const DstView &dst, const SrcView &src, const DstIdxView &dst_idx, const SrcIdxView &src_idx, size_t numCols, const Op &op)

Public Attributes

DstView dst
SrcView src
DstIdxView dst_idx
SrcIdxView src_idx
size_t numCols
Op op

Static Public Attributes

static const unsigned BlockSize = 32

Detailed Description

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
struct Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >

Definition at line 380 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.

Member Typedef Documentation

◆ execution_space

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
typedef DstView::execution_space Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::execution_space

◆ size_type

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
typedef execution_space::size_type Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::size_type

Constructor & Destructor Documentation

◆ PermuteArrayMultiColumn()

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::PermuteArrayMultiColumn ( const DstView & dst_,
const SrcView & src_,
const DstIdxView & dst_idx_,
const SrcIdxView & src_idx_,
size_t numCols_,
const Op & op_ )
inline

Member Function Documentation

◆ operator()() [1/2]

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::operator() ( const size_type k) const
inline

◆ operator()() [2/2]

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::operator() ( const size_type k,
const size_type tidx ) const
inline

◆ permute()

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
template<typename ExecutionSpace>
void Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::permute ( const ExecutionSpace & space,
const DstView & dst,
const SrcView & src,
const DstIdxView & dst_idx,
const SrcIdxView & src_idx,
size_t numCols,
const Op & op )
inlinestatic

Member Data Documentation

◆ BlockSize

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
const unsigned Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::BlockSize = 32
static

◆ dst

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
DstView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::dst

◆ src

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
SrcView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::src

◆ dst_idx

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
DstIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::dst_idx

◆ src_idx

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
SrcIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::src_idx

◆ numCols

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
size_t Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::numCols

◆ op

template<typename DstView, typename SrcView, typename DstIdxView, typename SrcIdxView, typename Op>
Op Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< DstView, SrcView, DstIdxView, SrcIdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::op

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