Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Fad_KokkosTests.hpp>
Public Types | |
typedef InputViewType::execution_space | execution_space |
typedef InputViewType::size_type | size_type |
Public Member Functions | |
AssignRank2Rank1Kernel (const InputViewType v1, const OutputViewType v2, const size_type col) | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type i) const |
Static Public Member Functions | |
static void | apply (const InputViewType v1, const OutputViewType v2, const size_type col) |
Public Attributes | |
const InputViewType | m_v1 |
const OutputViewType | m_v2 |
const size_type | m_col |
Definition at line 144 of file Fad_KokkosTests.hpp.
typedef InputViewType::execution_space AssignRank2Rank1Kernel< InputViewType, OutputViewType >::execution_space |
Definition at line 145 of file Fad_KokkosTests.hpp.
typedef InputViewType::size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType >::size_type |
Definition at line 146 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 152 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 164 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 169 of file Fad_KokkosTests.hpp.
const InputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType >::m_v1 |
Definition at line 148 of file Fad_KokkosTests.hpp.
const OutputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType >::m_v2 |
Definition at line 149 of file Fad_KokkosTests.hpp.
const size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType >::m_col |
Definition at line 150 of file Fad_KokkosTests.hpp.