Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
18 namespace Thyra {
19 
20 
25 template<class Scalar>
26 void 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