Tpetra parallel linear algebra Version of the Day
Tpetra_createDeepCopy_CrsMatrix_decl.hpp
1#ifndef TPETRA_CREATEDEEPCOPY_CRSMATRIX_DECL_HPP
2#define TPETRA_CREATEDEEPCOPY_CRSMATRIX_DECL_HPP
3
4#include "Tpetra_createDeepCopy.hpp"
7
8#ifdef TPETRA_ENABLE_DEPRECATED_CODE
9
10namespace Tpetra {
11
12template<class SC, class LO, class GO, class NT>
13CrsMatrix<SC, LO, GO, NT>
14TPETRA_DEPRECATED
15createDeepCopy (const RowMatrix<SC, LO, GO, NT>& in);
16
17} // namespace Tpetra
18
19#endif // TPETRA_ENABLE_DEPRECATED_CODE
20
21#endif // TPETRA_CREATEDEEPCOPY_CRSMATRIX_DECL_HPP
Forward declaration of Tpetra::CrsMatrix.
Forward declaration of Tpetra::RowMatrix.
Namespace Tpetra contains the class and methods constituting the Tpetra library.