Thyra Version of the Day
Loading...
Searching...
No Matches
Thyra_describeLinearOp_decl.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_DESCRIBE_LINEAR_OP_DECL_HPP
11#define THYRA_DESCRIBE_LINEAR_OP_DECL_HPP
12
13#include "Thyra_OperatorVectorTypes.hpp"
14#include "Teuchos_FancyOStream.hpp"
15#include "Teuchos_VerbosityLevel.hpp"
16
17
18namespace Thyra {
19
20
25template<class Scalar>
26void describeLinearOp(
27 const LinearOpBase<Scalar> &A,
28 Teuchos::FancyOStream &out_arg,
29 const Teuchos::EVerbosityLevel verbLevel
30 );
31
32
33} // end namespace Thyra
34
35
36#endif // THYRA_DESCRIBE_LINEAR_OP_DECL_HPP