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

Go to the source code of this file.
Classes | |
| class | Thyra::DefaultAdjointLinearOpWithSolve< Scalar > |
Default concreate decorator subclass for a transpose/adjoint LinearOpWithSolveBase object. More... | |
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar > | |
| RCP < DefaultAdjointLinearOpWithSolve < Scalar > > | Thyra::defaultAdjointLinearOpWithSolve (const RCP< const LinearOpWithSolveBase< Scalar > > &lows, const EOpTransp transp) |
| Nonmember constructor. | |
| template<class Scalar > | |
| RCP < DefaultAdjointLinearOpWithSolve < Scalar > > | Thyra::defaultAdjointLinearOpWithSolveNonconst (const RCP< LinearOpWithSolveBase< Scalar > > &lows, const EOpTransp transp) |
| Nonmember constructor. | |
| template<class Scalar > | |
| RCP< const LinearOpWithSolveBase< Scalar > > | Thyra::adjointLows (const RCP< const LinearOpWithSolveBase< Scalar > > &lows) |
| Nonmember constructor. | |
| template<class Scalar > | |
| RCP< LinearOpWithSolveBase < Scalar > > | Thyra::nonconstAdjointLows (const RCP< LinearOpWithSolveBase< Scalar > > &lows) |
| Nonmember constructor. | |
1.7.4