#include <op.hh>
Inheritance diagram for RVL::PartialDerivEvaluation< Scalar >:
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 > |
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] |
void RVL::PartialDerivEvaluation< Scalar >::apply | ( | const Vector< Scalar > & | y, | |
Vector< Scalar > & | z | |||
) | const [protected, virtual] |
void RVL::PartialDerivEvaluation< Scalar >::applyAdj | ( | const Vector< Scalar > & | y, | |
Vector< Scalar > & | z | |||
) | const [protected, virtual] |
const Space<Scalar>& RVL::PartialDerivEvaluation< Scalar >::getDomain | ( | ) | const [virtual] |
const Space<Scalar>& RVL::PartialDerivEvaluation< Scalar >::getRange | ( | ) | const [virtual] |
void RVL::PartialDerivEvaluation< Scalar >::setBlock | ( | int | i | ) |
ostream& RVL::PartialDerivEvaluation< Scalar >::write | ( | ostream & | str | ) | const [virtual] |
friend class OperatorProductDomainEvaluation< Scalar > [friend] |