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::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 449 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Member Typedef Documentation

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

Definition at line 451 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

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

Definition at line 452 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Constructor & Destructor Documentation

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

Definition at line 457 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Member Function Documentation

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 466 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

Member Data Documentation

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

Definition at line 454 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.

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

Definition at line 455 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.


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