|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_DefaultAddedLinearOp_decl.hpp"#include "Thyra_DefaultScaledAdjointLinearOp.hpp"#include "Thyra_AssertOp.hpp"#include "Teuchos_Utils.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Defines | |
| #define | THYRA_DEFAULT_ADDED_LINEAR_OP_INSTANT(SCALAR) |
| #define THYRA_DEFAULT_ADDED_LINEAR_OP_INSTANT | ( | SCALAR | ) |
template class DefaultAddedLinearOp<SCALAR >; \ \ template RCP<LinearOpBase<SCALAR > > \ nonconstAdd( \ const RCP<LinearOpBase<SCALAR > > &A, \ const RCP<LinearOpBase<SCALAR > > &B, \ const std::string &label \ ); \ \ template RCP<const LinearOpBase<SCALAR > > \ add( \ const RCP<const LinearOpBase<SCALAR > > &A, \ const RCP<const LinearOpBase<SCALAR > > &B, \ const std::string &label \ ); \ \ template RCP<LinearOpBase<SCALAR > > \ nonconstSubtract( \ const RCP<LinearOpBase<SCALAR > > &A, \ const RCP<LinearOpBase<SCALAR > > &B, \ const std::string &label \ ); \ \ template RCP<const LinearOpBase<SCALAR > > \ subtract( \ const RCP<const LinearOpBase<SCALAR > > &A, \ const RCP<const LinearOpBase<SCALAR > > &B, \ const std::string &label \ );
Definition at line 430 of file Thyra_DefaultAddedLinearOp_def.hpp.
1.7.4