|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp>
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 | |
| PermuteArrayMultiColumn (const DstView &dst_, const SrcView &src_, const DstIdxView &dst_idx_, const SrcIdxView &src_idx_, 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, size_t numCols) |
Public Attributes | |
| DstView | dst |
| SrcView | src |
| DstIdxView | dst_idx |
| SrcIdxView | src_idx |
| size_t | numCols |
Definition at line 407 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| typedef Kokkos::View<Sacado::MP::Vector<DS>**,DP...> Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::DstView |
Definition at line 413 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| typedef Kokkos::View<const Sacado::MP::Vector<SS>**,SP...> Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::SrcView |
Definition at line 414 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| typedef DstView::execution_space Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::execution_space |
Definition at line 415 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| typedef execution_space::size_type Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::size_type |
Definition at line 416 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inline |
Definition at line 424 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inline |
Definition at line 433 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inline |
Definition at line 441 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
|
inlinestatic |
Definition at line 449 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| DstView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::dst |
Definition at line 418 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| SrcView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::src |
Definition at line 419 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| DstIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::dst_idx |
Definition at line 420 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| SrcIdxView Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::src_idx |
Definition at line 421 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
| size_t Tpetra::KokkosRefactor::Details::PermuteArrayMultiColumn< Kokkos::View< Sacado::MP::Vector< DS > **, DP... >, Kokkos::View< const Sacado::MP::Vector< SS > **, SP... >, DstIdxView, SrcIdxView >::numCols |
Definition at line 422 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_MP_Vector.hpp.
1.8.16