Represent the transpose of an operator. More...
Public Member Functions | |
| SimpleTransposedOp (const LinearOperator< Scalar > &A) | |
| void | applyOp (const Thyra::EOpTransp M_trans, const Vector< Scalar > &in, Vector< Scalar > out) const |
| std::string | description () const |
| LinearOperator< Scalar > | op () const |
Private Attributes | |
| LinearOperator< Scalar > | A_ |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| LinearOperator< Scalar > | transposedOperator (const LinearOperator< Scalar > &op) |
Represent the transpose of an operator.
Definition at line 49 of file TSFSimpleTransposedOpDecl.hpp.
| TSFExtended::SimpleTransposedOp< Scalar >::SimpleTransposedOp | ( | const LinearOperator< Scalar > & | A | ) | [inline] |
Definition at line 58 of file TSFSimpleTransposedOpImpl.hpp.
| void TSFExtended::SimpleTransposedOp< Scalar >::applyOp | ( | const Thyra::EOpTransp | M_trans, |
| const Vector< Scalar > & | in, | ||
| Vector< Scalar > | out | ||
| ) | const [inline, virtual] |
Implements TSFExtended::SimplifiedLinearOpBase< Scalar >.
Definition at line 67 of file TSFSimpleTransposedOpImpl.hpp.
References SUNDANCE_MSG2.
| std::string TSFExtended::SimpleTransposedOp< Scalar >::description | ( | ) | const [inline] |
Definition at line 86 of file TSFSimpleTransposedOpImpl.hpp.
| LinearOperator<Scalar> TSFExtended::SimpleTransposedOp< Scalar >::op | ( | ) | const [inline] |
Definition at line 65 of file TSFSimpleTransposedOpDecl.hpp.
References TSFExtended::SimpleTransposedOp< Scalar >::A_.
Referenced by TSFExtended::transposedOperator().
| LinearOperator< Scalar > transposedOperator | ( | const LinearOperator< Scalar > & | op | ) | [related] |
Definition at line 192 of file TSFNonmemberOpHelpersImpl.hpp.
LinearOperator<Scalar> TSFExtended::SimpleTransposedOp< Scalar >::A_ [private] |
Definition at line 68 of file TSFSimpleTransposedOpDecl.hpp.
Referenced by TSFExtended::SimpleTransposedOp< Scalar >::op().