Tpetra parallel linear algebra
Version of the Day
core
src
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"
5
#include "
Tpetra_CrsMatrix_fwd.hpp
"
6
#include "
Tpetra_RowMatrix_fwd.hpp
"
7
8
namespace
Tpetra
{
9
10
template
<
class
SC,
class
LO,
class
GO,
class
NT>
11
CrsMatrix<SC, LO, GO, NT>
12
createDeepCopy (
const
RowMatrix<SC, LO, GO, NT>& in);
13
14
}
// namespace Tpetra
15
16
#endif // TPETRA_CREATEDEEPCOPY_CRSMATRIX_DECL_HPP
Tpetra_CrsMatrix_fwd.hpp
Forward declaration of Tpetra::CrsMatrix.
Tpetra_RowMatrix_fwd.hpp
Forward declaration of Tpetra::RowMatrix.
Tpetra
Namespace Tpetra contains the class and methods constituting the Tpetra library.
Generated by
1.8.20