Represent a sum of operators A_0 + A_1 + ... More...
Public Member Functions | |
| SimpleAddedOp (const Array< LinearOperator< Scalar > > &ops) | |
| void | applyOp (const Thyra::EOpTransp M_trans, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
Private Attributes | |
| Array< LinearOperator< Scalar > > | ops_ |
Represent a sum of operators A_0 + A_1 + ...
+ A_n.
Definition at line 49 of file TSFSimpleAddedOpDecl.hpp.
| TSFExtended::SimpleAddedOp< Scalar >::SimpleAddedOp | ( | const Array< LinearOperator< Scalar > > & | ops | ) | [inline] |
Definition at line 59 of file TSFSimpleAddedOpImpl.hpp.
References TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::domain(), TSFExtended::SimpleAddedOp< Scalar >::ops_, and TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::range().
| void TSFExtended::SimpleAddedOp< Scalar >::applyOp | ( | const Thyra::EOpTransp | M_trans, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements TSFExtended::SimplifiedLinearOpBase< Scalar >.
Definition at line 76 of file TSFSimpleAddedOpImpl.hpp.
References TSFExtended::Vector< Scalar >::acceptCopyOf(), TSFExtended::Vector< Scalar >::copy(), Sundance::Out::os(), SUNDANCE_MSG2, and TSFExtended::Vector< Scalar >::zero().
| std::string TSFExtended::SimpleAddedOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 104 of file TSFSimpleAddedOpImpl.hpp.
Array<LinearOperator<Scalar> > TSFExtended::SimpleAddedOp< Scalar >::ops_ [private] |
Definition at line 64 of file TSFSimpleAddedOpDecl.hpp.
Referenced by TSFExtended::SimpleAddedOp< Scalar >::SimpleAddedOp().