
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_ | 
Definition at line 25 of file PlayaSimpleComposedOpDecl.hpp.
| Playa::SimpleComposedOp< Scalar >::SimpleComposedOp | ( | const Array< LinearOperator< Scalar > > & | ops | ) |  [inline] | 
        
Definition at line 34 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 50 of file PlayaSimpleComposedOpImpl.hpp.
References Playa::Vector< Scalar >::acceptCopyOf(), Playa::Vector< Scalar >::copy(), Playa::SimpleComposedOp< Scalar >::ops_, PLAYA_MSG2, and Playa::ObjectWithVerbosity::verb().
| std::string Playa::SimpleComposedOp< Scalar >::description | ( | ) |  const [inline] | 
        
Definition at line 97 of file PlayaSimpleComposedOpImpl.hpp.
References Playa::SimpleComposedOp< Scalar >::ops_.
| void Playa::SimpleComposedOp< Scalar >::print | ( | std::ostream & | os | ) |  const [inline, virtual] | 
        
Implements Playa::Printable.
Definition at line 111 of file PlayaSimpleComposedOpImpl.hpp.
References Playa::SimpleComposedOp< Scalar >::ops_.
Array<LinearOperator<Scalar> > Playa::SimpleComposedOp< Scalar >::ops_ [private]           | 
        
Definition at line 45 of file PlayaSimpleComposedOpDecl.hpp.
Referenced by Playa::SimpleComposedOp< Scalar >::apply(), Playa::SimpleComposedOp< Scalar >::description(), Playa::SimpleComposedOp< Scalar >::print(), and Playa::SimpleComposedOp< Scalar >::SimpleComposedOp().