Thyra
Version of the Day
Loading...
Searching...
No Matches
core
src
interfaces
operator_vector
extended
Thyra_ZeroLinearOpBase.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_ZERO_LINEAR_OP_BASE_HPP
11
#define THYRA_ZERO_LINEAR_OP_BASE_HPP
12
13
#include "Thyra_LinearOpBase.hpp"
14
15
namespace
Thyra {
16
35
template
<
class
Scalar>
36
class
ZeroLinearOpBase
:
virtual
public
LinearOpBase
<Scalar>
37
{};
38
39
}
// namespace Thyra
40
41
#endif
// THYRA_ZERO_LINEAR_OP_BASE_HPP
Thyra::LinearOpBase
Base class for all linear operators.
Definition
Thyra_LinearOpBase_decl.hpp:159
Thyra::ZeroLinearOpBase
Interface class for zero linear operators.
Definition
Thyra_ZeroLinearOpBase.hpp:37
Generated on Thu Oct 9 2025 21:00:31 for Thyra by
1.9.8