RVL::AdjLinearOp< Scalar > Class Template Reference

AdjLinearOp creates the adjoint operator of an LinearOp as a linear operator in its own right. More...

#include <linop_base.hh>

Inheritance diagram for RVL::AdjLinearOp< Scalar >:

RVL::LinearOp< Scalar > RVL::Operator< Scalar > RVL::Writeable List of all members.

Public Member Functions

 AdjLinearOp (const LinearOp< Scalar > &_op)
 ~AdjLinearOp ()
const Space< Scalar > & getDomain () const
const Space< Scalar > & getRange () const
ostream & write (ostream &str) const

Protected Member Functions

virtual LinearOp< Scalar > * clone () const
void apply (const Vector< Scalar > &x, Vector< Scalar > &y) const
void applyAdj (const Vector< Scalar > &x, Vector< Scalar > &y) const

Detailed Description

template<class Scalar>
class RVL::AdjLinearOp< Scalar >

AdjLinearOp creates the adjoint operator of an LinearOp as a linear operator in its own right.

Note that this object points to the original linear operator. The primary methods are precisely those of LinearOp; in particular, the image methods such as apply() and applyAdj() work by simply calling the appropriate methods of the original linear operator.

Definition at line 620 of file linop_base.hh.


Constructor & Destructor Documentation

template<class Scalar>
RVL::AdjLinearOp< Scalar >::AdjLinearOp ( const LinearOp< Scalar > &  _op  ) 

Definition at line 662 of file linop_base.hh.

template<class Scalar>
RVL::AdjLinearOp< Scalar >::~AdjLinearOp (  ) 

Definition at line 665 of file linop_base.hh.


Member Function Documentation

template<class Scalar>
virtual LinearOp<Scalar>* RVL::AdjLinearOp< Scalar >::clone (  )  const [protected, virtual]

Implements RVL::Operator< Scalar >.

Definition at line 634 of file linop_base.hh.

template<class Scalar>
void RVL::AdjLinearOp< Scalar >::apply ( const Vector< Scalar > &  x,
Vector< Scalar > &  y 
) const [protected, virtual]

Implements RVL::Operator< Scalar >.

Definition at line 638 of file linop_base.hh.

template<class Scalar>
void RVL::AdjLinearOp< Scalar >::applyAdj ( const Vector< Scalar > &  x,
Vector< Scalar > &  y 
) const [protected, virtual]

Implements RVL::LinearOp< Scalar >.

Definition at line 649 of file linop_base.hh.

template<class Scalar>
const Space<Scalar>& RVL::AdjLinearOp< Scalar >::getDomain (  )  const [virtual]

Implements RVL::Operator< Scalar >.

Definition at line 667 of file linop_base.hh.

template<class Scalar>
const Space<Scalar>& RVL::AdjLinearOp< Scalar >::getRange (  )  const [virtual]

Implements RVL::Operator< Scalar >.

Definition at line 668 of file linop_base.hh.

template<class Scalar>
ostream& RVL::AdjLinearOp< Scalar >::write ( ostream &  str  )  const [virtual]

Implements RVL::Writeable.

Definition at line 670 of file linop_base.hh.


The documentation for this class was generated from the following file:
Generated on 5 Jan 2017 for RVL by  doxygen 1.4.7