#include "Thyra_LinearOpBaseDecl.hpp"Include dependency graph for Thyra_ScaledAdjointLinearOpBaseDecl.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
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... | |
Functions | |
| template<class Scalar> | |
| void | unwrap (const LinearOpBase< Scalar > &Op, Scalar *scalar, ETransp *transp, const LinearOpBase< Scalar > **origOp) |
Extract the overallScalar, overallTransp and const origOp from a const LinearOpBase object. | |
| template<class Scalar> | |
| void | unwrap (const Teuchos::RefCountPtr< const LinearOpBase< Scalar > > &Op, Scalar *scalar, ETransp *transp, Teuchos::RefCountPtr< const LinearOpBase< Scalar > > *origOp) |
Extract the overallScalar, overallTransp and Teuchos::RefCountPtr wrapped const origOp from a Teuchos::RefCountPtr wrapped const LinearOpBase object. | |
|
||||||||||||||||||||||||
|
Extract the
Postconditions:
The purpose of this function is to strip off the The implementation of this function is not too complicated and is appropriate for study. Definition at line 36 of file Thyra_ScaledAdjointLinearOpBase.hpp. |
|
||||||||||||||||||||||||
|
Extract the
Postconditions:
The purpose of this function is to strip off the The implementation of this function is not too complicated and is appropriate for study. Definition at line 64 of file Thyra_ScaledAdjointLinearOpBase.hpp. |
1.3.9.1