Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Thyra_OperatorVectorAdapterSupportTypes.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_VECTOR_ADAPTER_SUPPORT_TYPES_HPP
11 #define THYRA_OPERATOR_VECTOR_ADAPTER_SUPPORT_TYPES_HPP
12 
13 #include "Thyra_OperatorVectorTypes.hpp"
14 
15 namespace Thyra {
16 
17 template<class Scalar> class ScalarProdBase;
18 template<class Scalar> class ScalarProdVectorSpaceBase;
19 template<class Scalar> class SerialVectorSpaceBase;
20 template<class Scalar> class SerialVectorBase;
21 
22 } // namespace Thyra
23 
24 #endif // THYRA_OPERATOR_VECTOR_ADAPTER_SUPPORT_TYPES_HPP
Abstract interface for scalar products.