Evaluation of derivative supplied with inverse mappings. More...
#include <op.hh>
Public Member Functions | |
InvertibleDerivEvaluation (OperatorEvaluation< Scalar > &_fx) | |
const Space< Scalar > & | getDomain () const |
access to domain, delegated to Evaluation datum | |
const Space< Scalar > & | getRange () const |
access to range, delegated to Evaluation datum | |
ostream & | write (ostream &str) const |
Protected Member Functions | |
LinearOp< Scalar > * | clone () const |
InvertibleDerivEvaluation (const InvertibleDerivEvaluation< Scalar > &s) | |
void | applyInv (const Vector< Scalar > &x, Vector< Scalar > &y) const |
This function assigns to y the value ![]() ![]() | |
void | applyInvAdj (const Vector< Scalar > &x, Vector< Scalar > &y) const |
This function assigns to y the value ![]() ![]() | |
Friends | |
class | OperatorWithInvertibleDeriv< Scalar > |
Evaluation of derivative supplied with inverse mappings.
Definition at line 2114 of file op.hh.
RVL::InvertibleDerivEvaluation< Scalar >::InvertibleDerivEvaluation | ( | const InvertibleDerivEvaluation< Scalar > & | s | ) | [protected] |
RVL::InvertibleDerivEvaluation< Scalar >::InvertibleDerivEvaluation | ( | OperatorEvaluation< Scalar > & | _fx | ) |
LinearOp<Scalar>* RVL::InvertibleDerivEvaluation< Scalar >::clone | ( | ) | const [protected, virtual] |
Reimplemented from RVL::DerivEvaluation< Scalar >.
void RVL::InvertibleDerivEvaluation< Scalar >::applyInv | ( | const Vector< Scalar > & | x, | |
Vector< Scalar > & | y | |||
) | const [protected, virtual] |
This function assigns to y the value , and is the same as solving the system
for y.
Implements RVL::Invertible< Scalar >.
void RVL::InvertibleDerivEvaluation< Scalar >::applyInvAdj | ( | const Vector< Scalar > & | x, | |
Vector< Scalar > & | y | |||
) | const [protected, virtual] |
This function assigns to y the value , and is the same as solving the system
for y.
Implements RVL::Invertible< Scalar >.
const Space<Scalar>& RVL::InvertibleDerivEvaluation< Scalar >::getDomain | ( | ) | const [virtual] |
access to domain, delegated to Evaluation datum
Reimplemented from RVL::DerivEvaluation< Scalar >.
const Space<Scalar>& RVL::InvertibleDerivEvaluation< Scalar >::getRange | ( | ) | const [virtual] |
access to range, delegated to Evaluation datum
Reimplemented from RVL::DerivEvaluation< Scalar >.
ostream& RVL::InvertibleDerivEvaluation< Scalar >::write | ( | ostream & | str | ) | const [virtual] |
Reimplemented from RVL::DerivEvaluation< Scalar >.
friend class OperatorWithInvertibleDeriv< Scalar > [friend] |