1 #ifndef TPETRA_CREATEDEEPCOPY_CRSMATRIX_DECL_HPP 2 #define TPETRA_CREATEDEEPCOPY_CRSMATRIX_DECL_HPP 4 #include "Tpetra_createDeepCopy.hpp" 8 #ifdef TPETRA_ENABLE_DEPRECATED_CODE 12 template<
class SC,
class LO,
class GO,
class NT>
13 CrsMatrix<SC, LO, GO, NT>
15 createDeepCopy (
const RowMatrix<SC, LO, GO, NT>& in);
19 #endif // TPETRA_ENABLE_DEPRECATED_CODE 21 #endif // TPETRA_CREATEDEEPCOPY_CRSMATRIX_DECL_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
Forward declaration of Tpetra::RowMatrix.
Forward declaration of Tpetra::CrsMatrix.