Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Amesos2_FunctionMap.hpp
Go to the documentation of this file.
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 
19 #ifndef AMESOS2_FUNCTIONMAP_HPP
20 #define AMESOS2_FUNCTIONMAP_HPP
21 
22 namespace Amesos2 {
23 
41 template <template <typename,typename> class ConcreteSolver, typename Scalar>
43 {};
44 
45 
46 } // end namespace Amesos2
47 
48 #endif // AMESOS2_FUNCTIONMAP_HPP
Passes functions to TPL functions based on type.
Definition: Amesos2_FunctionMap.hpp:42