|
Tpetra parallel linear algebra
Version of the Day
|
A wrapper around Kokkos::DualView to safely manage data that might be replicated between host and device. More...
#include <Tpetra_Details_WrappedDualView.hpp>

Public Member Functions | |
| template<class SrcDualViewType > | |
| WrappedDualView (const WrappedDualView< SrcDualViewType > &src) | |
| Conversion copy constructor. More... | |
| template<class SrcDualViewType > | |
| WrappedDualView & | operator= (const WrappedDualView< SrcDualViewType > &src) |
| Conversion assignment operator. More... | |
A wrapper around Kokkos::DualView to safely manage data that might be replicated between host and device.
Definition at line 112 of file Tpetra_Details_WrappedDualView.hpp.
|
inline |
Conversion copy constructor.
Definition at line 139 of file Tpetra_Details_WrappedDualView.hpp.
|
inline |
Conversion assignment operator.
Definition at line 145 of file Tpetra_Details_WrappedDualView.hpp.
1.8.5