40#ifndef TPETRA_DETAILS_LOCALDEEPCOPYROWMATRIX_DECL_HPP
41#define TPETRA_DETAILS_LOCALDEEPCOPYROWMATRIX_DECL_HPP
43#ifdef TPETRA_ENABLE_DEPRECATED_CODE
50#include "KokkosSparse_CrsMatrix.hpp"
51#include "Kokkos_ArithTraits.hpp"
57template <
class SC,
class LO,
class GO,
class NT>
58KokkosSparse::CrsMatrix<
59 typename Kokkos::ArithTraits<SC>::val_type,
61 typename NT::device_type,
65localDeepCopyLocallyIndexedRowMatrix
66 (
const RowMatrix<SC, LO, GO, NT>& A,
Forward declaration of Tpetra::RowMatrix.
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.