Public Member Functions | |
| SimpleComposedOp (const Array< LinearOperator< Scalar > > &ops) | |
| void | apply (Teuchos::ETransp transApplyType, 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 62 of file PlayaSimpleComposedOpDecl.hpp.
| Playa::SimpleComposedOp< Scalar >::SimpleComposedOp | ( | const Array< LinearOperator< Scalar > > & | ops | ) | [inline] |
Definition at line 71 of file PlayaSimpleComposedOpImpl.hpp.
References Playa::LinearOpWithSpaces< Scalar >::domain(), Playa::SimpleComposedOp< Scalar >::ops_, and Playa::LinearOpWithSpaces< Scalar >::range().
| void Playa::SimpleComposedOp< Scalar >::apply | ( | Teuchos::ETransp | transApplyType, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 87 of file PlayaSimpleComposedOpImpl.hpp.
References Playa::Vector< Scalar >::acceptCopyOf(), Playa::Vector< Scalar >::copy(), and PLAYA_MSG2.
| std::string Playa::SimpleComposedOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 134 of file PlayaSimpleComposedOpImpl.hpp.
| void Playa::SimpleComposedOp< Scalar >::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Implements Playa::Printable.
Definition at line 148 of file PlayaSimpleComposedOpImpl.hpp.
Array<LinearOperator<Scalar> > Playa::SimpleComposedOp< Scalar >::ops_ [private] |
Definition at line 82 of file PlayaSimpleComposedOpDecl.hpp.
Referenced by Playa::SimpleComposedOp< Scalar >::SimpleComposedOp().