Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Public Member Functions | Public Attributes | List of all members
Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView > Struct Template Reference

#include <KokkosExp_View_UQ_PCE_Contiguous.hpp>

Public Types

typedef OutputView::execution_space execution_space
 
typedef execution_space::size_type size_type
 

Public Member Functions

 DeepCopyNonContiguous (const OutputView &arg_out, const InputView &arg_in)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type i0) const
 

Public Attributes

const OutputView output
 
const InputView input
 

Detailed Description

template<class OutputView, class InputView>
struct Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView >

Definition at line 131 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Member Typedef Documentation

◆ execution_space

template<class OutputView, class InputView>
typedef OutputView::execution_space Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView >::execution_space

Definition at line 133 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

◆ size_type

template<class OutputView, class InputView>
typedef execution_space::size_type Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView >::size_type

Definition at line 134 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Constructor & Destructor Documentation

◆ DeepCopyNonContiguous()

template<class OutputView, class InputView>
Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView >::DeepCopyNonContiguous ( const OutputView &  arg_out,
const InputView &  arg_in 
)
inline

Definition at line 139 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Member Function Documentation

◆ operator()()

template<class OutputView, class InputView>
KOKKOS_INLINE_FUNCTION void Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView >::operator() ( const size_type  i0) const
inline

Definition at line 148 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Member Data Documentation

◆ output

template<class OutputView, class InputView>
const OutputView Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView >::output

Definition at line 136 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

◆ input

template<class OutputView, class InputView>
const InputView Kokkos::Experimental::Impl::DeepCopyNonContiguous< OutputView, InputView >::input

Definition at line 137 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.


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