Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
Kokkos::Impl::StokhosViewFill< OutputView, Enabled > Struct Template Reference

#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
 

Detailed Description

template<class OutputView, typename Enabled = void>
struct Kokkos::Impl::StokhosViewFill< OutputView, Enabled >

Definition at line 271 of file Kokkos_View_Utils.hpp.

Member Typedef Documentation

template<class OutputView, typename Enabled = void>
typedef OutputView::const_value_type Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::const_value_type

Definition at line 26 of file Kokkos_View_Utils_Def.hpp.

template<class OutputView, typename Enabled = void>
typedef OutputView::execution_space Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::execution_space

Definition at line 27 of file Kokkos_View_Utils_Def.hpp.

Constructor & Destructor Documentation

template<class OutputView, typename Enabled = void>
Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::StokhosViewFill ( const OutputView &  arg_out,
const_value_type arg_in 
)
inline

Definition at line 54 of file Kokkos_View_Utils_Def.hpp.

Member Function Documentation

template<class OutputView, typename Enabled = void>
KOKKOS_INLINE_FUNCTION void Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::operator() ( const size_t  i0) const
inline

Definition at line 33 of file Kokkos_View_Utils_Def.hpp.

Member Data Documentation

template<class OutputView, typename Enabled = void>
const OutputView Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::output

Definition at line 29 of file Kokkos_View_Utils_Def.hpp.

template<class OutputView, typename Enabled = void>
const_value_type Kokkos::Impl::StokhosViewFill< OutputView, Enabled >::input

Definition at line 30 of file Kokkos_View_Utils_Def.hpp.


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