Represent a composed operator A_0 * A_1 * ... More...
Public Member Functions | |
| SimpleComposedOp (const Array< LinearOperator< Scalar > > &ops) | |
| void | applyOp (const Thyra::EOpTransp M_trans, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
| void | print (std::ostream &os) const |
Private Attributes | |
| Array< LinearOperator< Scalar > > | ops_ |
Represent a composed operator A_0 * A_1 * ...
* A_n.
Definition at line 49 of file TSFSimpleComposedOpDecl.hpp.
| TSFExtended::SimpleComposedOp< Scalar >::SimpleComposedOp | ( | const Array< LinearOperator< Scalar > > & | ops | ) | [inline] |
Definition at line 59 of file TSFSimpleComposedOpImpl.hpp.
References TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::domain(), TSFExtended::SimpleComposedOp< Scalar >::ops_, and TSFExtended::SimplifiedLinearOpWithSpaces< Scalar >::range().
| void TSFExtended::SimpleComposedOp< Scalar >::applyOp | ( | const Thyra::EOpTransp | M_trans, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements TSFExtended::SimplifiedLinearOpBase< Scalar >.
Definition at line 75 of file TSFSimpleComposedOpImpl.hpp.
References TSFExtended::Vector< Scalar >::acceptCopyOf(), TSFExtended::Vector< Scalar >::copy(), and SUNDANCE_MSG2.
| std::string TSFExtended::SimpleComposedOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 122 of file TSFSimpleComposedOpImpl.hpp.
| void TSFExtended::SimpleComposedOp< Scalar >::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Implements Sundance::Printable.
Definition at line 136 of file TSFSimpleComposedOpImpl.hpp.
Array<LinearOperator<Scalar> > TSFExtended::SimpleComposedOp< Scalar >::ops_ [private] |
Definition at line 69 of file TSFSimpleComposedOpDecl.hpp.
Referenced by TSFExtended::SimpleComposedOp< Scalar >::SimpleComposedOp().