Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Kokkos::Impl::StokhosViewFill< OutputView, Enabled > Struct Template Reference

#include <Kokkos_View_Utils_Def.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>
struct Kokkos::Impl::StokhosViewFill< OutputView, Enabled >

Definition at line 56 of file Kokkos_View_Utils_Def.hpp.

Member Typedef Documentation

◆ const_value_type

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

Definition at line 58 of file Kokkos_View_Utils_Def.hpp.

◆ execution_space

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

Definition at line 59 of file Kokkos_View_Utils_Def.hpp.

Constructor & Destructor Documentation

◆ StokhosViewFill()

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

Definition at line 86 of file Kokkos_View_Utils_Def.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 65 of file Kokkos_View_Utils_Def.hpp.

Member Data Documentation

◆ output

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

Definition at line 61 of file Kokkos_View_Utils_Def.hpp.

◆ input

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

Definition at line 62 of file Kokkos_View_Utils_Def.hpp.


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