10 #ifndef THYRA_SCALED_ADJOINT_LINEAR_OP_BASE_DECL_HPP
11 #define THYRA_SCALED_ADJOINT_LINEAR_OP_BASE_DECL_HPP
13 #include "Thyra_LinearOpBase.hpp"
40 template<
class Scalar>
44 #ifdef THYRA_INJECT_USING_DECLARATIONS
109 template<
class Scalar>
153 template<
class Scalar>
165 #endif // THYRA_SCALED_ADJOINT_LINEAR_OP_BASE_DECL_HPP
EOpTransp
Enumeration for determining how a linear operator is applied. `*.
void unwrap(const LinearOpBase< Scalar > &Op, Scalar *scalar, EOpTransp *transp, const LinearOpBase< Scalar > **origOp)
Extract the overallScalar, overallTransp and const origOp from a const LinearOpBase object...
Base class for LinearOpBase decorator subclasses that wrap a LinearOpBase object and adds on an extra...
virtual EOpTransp overallTransp() const =0
Return the overall transpose (adjoint) enum.
virtual RCP< LinearOpBase< Scalar > > getNonconstOrigOp()=0
Return the non-const original linear operator origOp.
Base class for all linear operators.
virtual Scalar overallScalar() const =0
Return the overall scale factor.
virtual RCP< const LinearOpBase< Scalar > > getOrigOp() const =0
Return the const original linear operator origOp.