|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Sacado_MP_Vector.hpp"#include "Sacado_MP_VectorTraits.hpp"#include "Stokhos_ViewStorage.hpp"#include <Kokkos_Core.hpp>#include "Kokkos_View_Utils.hpp"#include "Kokkos_View_MP_Vector_Utils.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Impl |
| namespace | Kokkos::Impl::ViewError |
Functions | |
| template<class DT, class DL, class DD, class DM, class ST, class SL, class SD, class SM> | |
| void | Kokkos::deep_copy (const View< DT, DL, DD, DM, Impl::ViewMPVectorInterlaced > &dst, const View< ST, SL, SD, SM, Impl::ViewMPVectorInterlaced > &src, typename Impl::enable_if<(Impl::is_same< typename View< DT, DL, DD, DM, Impl::ViewMPVectorInterlaced >::intinsic_scalar_type, typename View< ST, SL, SD, SM, Impl::ViewMPVectorInterlaced >::intinsic_scalar_type >::value &&Impl::is_same< typename View< DT, DL, DD, DM, Impl::ViewMPVectorInterlaced >::array_layout, typename View< ST, SL, SD, SM, Impl::ViewMPVectorInterlaced >::array_layout >::value &&(unsigned(View< DT, DL, DD, DM, Impl::ViewMPVectorInterlaced >::rank)==unsigned(View< ST, SL, SD, SM, Impl::ViewMPVectorInterlaced >::rank)))>::type *=0) |
| A deep copy between views of the same specialization, compatible type, same rank, same layout are handled by that specialization. | |