Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Kokkos_View_Utils.hpp>
Public Types | |
typedef OutputView::const_value_type | const_value_type |
typedef OutputView::execution_space | execution_space |
Public Member Functions | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_t i0) const |
StokhosViewFill (const OutputView &arg_out, const_value_type &arg_in) | |
Public Attributes | |
const OutputView | output |
const_value_type | input |
Definition at line 271 of file Kokkos_View_Utils.hpp.
typedef OutputView::const_value_type Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::const_value_type |
Definition at line 26 of file Kokkos_View_Utils_Def.hpp.
typedef OutputView::execution_space Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::execution_space |
Definition at line 27 of file Kokkos_View_Utils_Def.hpp.
|
inline |
Definition at line 54 of file Kokkos_View_Utils_Def.hpp.
|
inline |
Definition at line 33 of file Kokkos_View_Utils_Def.hpp.
const OutputView Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::output |
Definition at line 29 of file Kokkos_View_Utils_Def.hpp.
const_value_type Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::input |
Definition at line 30 of file Kokkos_View_Utils_Def.hpp.