Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Amesos2_AbstractConcreteMatrixAdapter_def.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Amesos2: Templated Direct Sparse Solver Package
4 //
5 // Copyright 2011 NTESS and the Amesos2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef AMESOS2_ABSTRACTCONCRETEMATRIXADAPTER_DEF
11 #define AMESOS2_ABSTRACTCONCRETEMATRIXADAPTER_DEF
12 
13 #include "Amesos2_TpetraRowMatrix_AbstractMatrixAdapter_def.hpp"
14 
15 #ifdef HAVE_AMESOS2_EPETRA
17 #endif
18 
19 #endif
Definitions for the Epetra_RowMatrix abstract adapter.