Public Member Functions | Private Attributes | Related Functions
TSFExtended::SimpleTransposedOp< Scalar > Class Template Reference

Represent the transpose of an operator. More...

Inheritance diagram for TSFExtended::SimpleTransposedOp< Scalar >:
TSFExtended::SimplifiedLinearOpWithSpaces< Scalar > TSFExtended::SimplifiedLinearOpBase< Scalar > TSFExtended::OpWithBackwardsCompatibleApply< Scalar > LinearOpBase Sundance::DefaultObjectWithVerbosity Sundance::ObjectWithVerbosityBase

List of all members.

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)

Detailed Description

template<class Scalar>
class TSFExtended::SimpleTransposedOp< Scalar >

Represent the transpose of an operator.

Definition at line 49 of file TSFSimpleTransposedOpDecl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
TSFExtended::SimpleTransposedOp< Scalar >::SimpleTransposedOp ( const LinearOperator< Scalar > &  A) [inline]

Definition at line 58 of file TSFSimpleTransposedOpImpl.hpp.


Member Function Documentation

template<class Scalar >
void TSFExtended::SimpleTransposedOp< Scalar >::applyOp ( const Thyra::EOpTransp  M_trans,
const Vector< Scalar > &  in,
Vector< Scalar >  out 
) const [inline, virtual]
template<class Scalar >
std::string TSFExtended::SimpleTransposedOp< Scalar >::description ( ) const [inline]

Definition at line 86 of file TSFSimpleTransposedOpImpl.hpp.

template<class Scalar>
LinearOperator<Scalar> TSFExtended::SimpleTransposedOp< Scalar >::op ( ) const [inline]

Friends And Related Function Documentation

template<class Scalar >
LinearOperator< Scalar > transposedOperator ( const LinearOperator< Scalar > &  op) [related]

Definition at line 192 of file TSFNonmemberOpHelpersImpl.hpp.


Member Data Documentation

template<class Scalar>
LinearOperator<Scalar> TSFExtended::SimpleTransposedOp< Scalar >::A_ [private]

Site Contact