42#ifndef TPETRA_DETAILS_CASTAWAYCONSTDUALVIEW_HPP
43#define TPETRA_DETAILS_CASTAWAYCONSTDUALVIEW_HPP
53#include "Kokkos_DualView.hpp"
62template<
class ValueType,
class DeviceType>
63Kokkos::DualView<ValueType*, DeviceType>
Struct that holds views of the contents of a CrsMatrix.
Implementation details of Tpetra.
Kokkos::DualView< ValueType *, DeviceType > castAwayConstDualView(const Kokkos::DualView< const ValueType *, DeviceType > &input_dv)
Cast away const-ness of a 1-D Kokkos::DualView.
Namespace Tpetra contains the class and methods constituting the Tpetra library.