#include <PlayaSimpleTransposedOpDecl.hpp>

Public Member Functions | |
| SimpleTransposedOp (const LinearOperator< Scalar > &A) | |
| void | apply (Teuchos::ETransp transApplyType, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
| LinearOperator< Scalar > | op () const |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class Scalar > | |
| LinearOperator< Scalar > | transposedOperator (const LinearOperator< Scalar > &op) |
Definition at line 26 of file PlayaSimpleTransposedOpDecl.hpp.
| Playa::SimpleTransposedOp< Scalar >::SimpleTransposedOp | ( | const LinearOperator< Scalar > & | A | ) | [inline] |
Definition at line 33 of file PlayaSimpleTransposedOpImpl.hpp.
| void Playa::SimpleTransposedOp< Scalar >::apply | ( | Teuchos::ETransp | transApplyType, | |
| const Vector< Scalar > & | in, | |||
| Vector< Scalar > | out | |||
| ) | const [inline, virtual] |
Implements Playa::LinearOperatorBase< Scalar >.
Definition at line 42 of file PlayaSimpleTransposedOpImpl.hpp.
| std::string Playa::SimpleTransposedOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 61 of file PlayaSimpleTransposedOpImpl.hpp.
| LinearOperator<Scalar> Playa::SimpleTransposedOp< Scalar >::op | ( | ) | const [inline] |
Definition at line 42 of file PlayaSimpleTransposedOpDecl.hpp.
| LinearOperator< Scalar > transposedOperator | ( | const LinearOperator< Scalar > & | op | ) | [related] |
Definition at line 69 of file PlayaSimpleTransposedOpImpl.hpp.