Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Thyra_OperatorSolveTypes.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Thyra: Interfaces and Support for Abstract Numerical Algorithms
4 //
5 // Copyright 2004 NTESS and the Thyra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef THYRA_OPERATOR_SOLVE_TYPES_HPP
11 #define THYRA_OPERATOR_SOLVE_TYPES_HPP
12 
13 
14 #include "Thyra_SolveSupportTypes.hpp"
15 
16 
17 namespace Thyra {
18 
19 template<class Scalar> class LinearOpWithSolveBase;
20 template<class Scalar> class LinearOpWithSolveFactoryBase;
21 template<class Scalar> class PreconditionerBase;
22 template<class Scalar> class PreconditionerFactoryBase;
23 
24 } // end namespace Thyra
25 
26 
27 #endif // THYRA_OPERATOR_SOLVE_TYPES_HPP
Simple interface class to access a precreated preconditioner as one or more linear operators objects ...
Factory interface for creating preconditioner objects from LinearOpBase objects.