Public Member Functions | |
| SimpleAddedOp (const Array< LinearOperator< Scalar > > &ops) | |
| void | apply (Teuchos::ETransp transApplyType, 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 62 of file PlayaSimpleAddedOpDecl.hpp.
| Playa::SimpleAddedOp< Scalar >::SimpleAddedOp | ( | const Array< LinearOperator< Scalar > > & | ops | ) | [inline] |
Definition at line 71 of file PlayaSimpleAddedOpImpl.hpp.
References Playa::LinearOpWithSpaces< Scalar >::domain(), Playa::SimpleAddedOp< Scalar >::ops_, and Playa::LinearOpWithSpaces< Scalar >::range().
| void Playa::SimpleAddedOp< Scalar >::apply | ( | Teuchos::ETransp | transApplyType, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 88 of file PlayaSimpleAddedOpImpl.hpp.
References Playa::Vector< Scalar >::acceptCopyOf(), Playa::Vector< Scalar >::copy(), PLAYA_MSG2, PLAYA_MSG3, and Playa::Vector< Scalar >::zero().
| std::string Playa::SimpleAddedOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 116 of file PlayaSimpleAddedOpImpl.hpp.
Array<LinearOperator<Scalar> > Playa::SimpleAddedOp< Scalar >::ops_ [private] |
Definition at line 77 of file PlayaSimpleAddedOpDecl.hpp.
Referenced by Playa::SimpleAddedOp< Scalar >::SimpleAddedOp().