Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Fad_KokkosTests.hpp>
Public Types | |
typedef ViewType::execution_space | execution_space |
typedef ViewType::size_type | size_type |
Public Member Functions | |
ScalarAssignKernel (const ViewType &v, const ScalarType &s) | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type i) const |
Static Public Member Functions | |
static void | apply (const ViewType &v, const ScalarType &s) |
Public Attributes | |
const ViewType | m_v |
const ScalarType | m_s |
Definition at line 118 of file Fad_KokkosTests.hpp.
typedef ViewType::execution_space ScalarAssignKernel< ViewType, ScalarType >::execution_space |
Definition at line 119 of file Fad_KokkosTests.hpp.
typedef ViewType::size_type ScalarAssignKernel< ViewType, ScalarType >::size_type |
Definition at line 120 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 125 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 130 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 135 of file Fad_KokkosTests.hpp.
const ViewType ScalarAssignKernel< ViewType, ScalarType >::m_v |
Definition at line 122 of file Fad_KokkosTests.hpp.
const ScalarType ScalarAssignKernel< ViewType, ScalarType >::m_s |
Definition at line 123 of file Fad_KokkosTests.hpp.