Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Amesos2_Tacho_FunctionMap.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_TACHO_FUNCTIONMAP_HPP
11 #define AMESOS2_TACHO_FUNCTIONMAP_HPP
12 
13 #ifdef HAVE_TEUCHOS_COMPLEX
14 #include <complex>
15 #endif
16 
17 #include "Amesos2_FunctionMap.hpp"
18 
19 #include "Amesos2_Tacho_TypeMap.hpp"
20 
21 // No specializations
22 
23 #endif // AMESOS2_TACHO_FUNCTIONMAP_HPP
Declaration of Function mapping class for Amesos2.