similar in structure to DerivEvaluation More...
#include <op.hh>
Public Member Functions | |
~PartialDerivEvaluation () | |
const Space< Scalar > & | getDomain () const |
const Space< Scalar > & | getRange () const |
void | setBlock (int i) |
ostream & | write (ostream &str) const |
Protected Member Functions | |
PartialDerivEvaluation (OperatorProductDomainEvaluation< Scalar > &_fx) | |
LinearOp< Scalar > * | clone () const |
void | apply (const Vector< Scalar > &y, Vector< Scalar > &z) const |
void | applyAdj (const Vector< Scalar > &y, Vector< Scalar > &z) const |
Friends | |
class | OperatorProductDomainEvaluation< Scalar > |
similar in structure to DerivEvaluation
Definition at line 2228 of file op.hh.
RVL::PartialDerivEvaluation< Scalar >::PartialDerivEvaluation | ( | OperatorProductDomainEvaluation< Scalar > & | _fx | ) | [protected] |
RVL::PartialDerivEvaluation< Scalar >::~PartialDerivEvaluation | ( | ) |
LinearOp<Scalar>* RVL::PartialDerivEvaluation< Scalar >::clone | ( | ) | const [protected, virtual] |
Implements RVL::Operator< Scalar >.
void RVL::PartialDerivEvaluation< Scalar >::apply | ( | const Vector< Scalar > & | y, | |
Vector< Scalar > & | z | |||
) | const [protected, virtual] |
Implements RVL::Operator< Scalar >.
void RVL::PartialDerivEvaluation< Scalar >::applyAdj | ( | const Vector< Scalar > & | y, | |
Vector< Scalar > & | z | |||
) | const [protected, virtual] |
Implements RVL::LinearOp< Scalar >.
const Space<Scalar>& RVL::PartialDerivEvaluation< Scalar >::getDomain | ( | ) | const [virtual] |
Implements RVL::Operator< Scalar >.
const Space<Scalar>& RVL::PartialDerivEvaluation< Scalar >::getRange | ( | ) | const [virtual] |
Implements RVL::Operator< Scalar >.
void RVL::PartialDerivEvaluation< Scalar >::setBlock | ( | int | i | ) |
ostream& RVL::PartialDerivEvaluation< Scalar >::write | ( | ostream & | str | ) | const [virtual] |
Implements RVL::Writeable.
friend class OperatorProductDomainEvaluation< Scalar > [friend] |