|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_LinearOpBase.hpp"

Go to the source code of this file.
Classes | |
| class | Thyra::ScaledAdjointLinearOpBase< Scalar > |
Base class for LinearOpBase decorator subclasses that wrap a LinearOpBase object and adds on an extra scaling factor and/or a new transpose enum. More... | |
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar > | |
| void | Thyra::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. | |
| template<class Scalar > | |
| void | Thyra::unwrap (const RCP< const LinearOpBase< Scalar > > &Op, Scalar *scalar, EOpTransp *transp, RCP< const LinearOpBase< Scalar > > *origOp) |
Extract the overallScalar, overallTransp and RCP wrapped const origOp from a RCP wrapped const LinearOpBase object. | |
1.7.4