Thyra Version of the Day
Loading...
Searching...
No Matches
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
15namespace Thyra {
16
17template<class Scalar> class ScalarProdBase;
18template<class Scalar> class ScalarProdVectorSpaceBase;
19template<class Scalar> class SerialVectorSpaceBase;
20template<class Scalar> class SerialVectorBase;
21
22} // namespace Thyra
23
24#endif // THYRA_OPERATOR_VECTOR_ADAPTER_SUPPORT_TYPES_HPP
Abstract interface for scalar products.