10#ifndef TPETRA_DETAILS_CASTAWAYCONSTDUALVIEW_HPP
11#define TPETRA_DETAILS_CASTAWAYCONSTDUALVIEW_HPP
21#include "Kokkos_DualView.hpp"
30template <
class ValueType,
class DeviceType>
31Kokkos::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.