Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tpetra_CrsMatrix_convert.cpp
1 // @HEADER
2 // *****************************************************************************
3 // Tpetra: Templated Linear Algebra Services Package
4 //
5 // Copyright 2008 NTESS and the Tpetra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "Tpetra_ConfigDefs.hpp"
11 
12 #ifdef HAVE_TPETRA_EXPLICIT_INSTANTIATION
13 
15 #include "TpetraCore_ETIHelperMacros.h"
16 #include "Tpetra_CrsMatrix_def.hpp"
17 #include "Tpetra_CrsGraph_def.hpp"
18 
19 namespace Tpetra {
20 
21  TPETRA_ETI_MANGLING_TYPEDEFS()
22 
23  TPETRA_INSTANTIATE_CONVERT(TPETRA_CRSMATRIX_CONVERT_INSTANT)
24 
25 } // namespace Tpetra
26 
27 #endif // HAVE_TPETRA_EXPLICIT_INSTANTIATION
Definition of the Tpetra::CrsGraph class.
Declaration of the Tpetra::CrsMatrix class.
Definition of the Tpetra::CrsMatrix class.