Thyra
Version of the Day
Loading...
Searching...
No Matches
core
src
support
operator_vector
client_support
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
Teuchos_VerbosityLevel.hpp
Thyra::LinearOpBase
Base class for all linear operators.
Definition
Thyra_LinearOpBase_decl.hpp:159
Teuchos::FancyOStream
basic_FancyOStream< char > FancyOStream
Teuchos::EVerbosityLevel
EVerbosityLevel
Generated on
for Thyra by
1.15.0