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" 57 template <
class SC,
class LO,
class GO,
class NT>
58 KokkosSparse::CrsMatrix<
59 typename Kokkos::ArithTraits<SC>::val_type,
61 typename NT::device_type,
65 localDeepCopyLocallyIndexedRowMatrix
66 (
const RowMatrix<SC, LO, GO, NT>& A,
72 #endif // TPETRA_ENABLE_DEPRECATED_CODE 74 #endif // TPETRA_DETAILS_LOCALDEEPCOPYROWMATRIX_DECL_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
Forward declaration of Tpetra::RowMatrix.
Implementation details of Tpetra.