Evaluation for product domain case, provided only for type-safety. More...
#include <op.hh>
Public Member Functions | |
OperatorProductDomainEvaluation (OperatorProductDomain< Scalar > &_f, const Vector< Scalar > &_x) | |
Main constructor: takes an OperatorProductDomain and a Vector, records these. | |
virtual | ~OperatorProductDomainEvaluation () |
const LinearOp< Scalar > & | getPartialDeriv (int ic) |
returnse reference to partial derivative operators by index (internal datum) | |
ostream & | write (ostream &str) const |
Friends | |
class | PartialDerivEvaluation< Scalar > |
Evaluation for product domain case, provided only for type-safety.
Definition at line 2185 of file op.hh.
RVL::OperatorProductDomainEvaluation< Scalar >::OperatorProductDomainEvaluation | ( | OperatorProductDomain< Scalar > & | _f, | |
const Vector< Scalar > & | _x | |||
) |
Main constructor: takes an OperatorProductDomain and a Vector, records these.
virtual RVL::OperatorProductDomainEvaluation< Scalar >::~OperatorProductDomainEvaluation | ( | ) | [virtual] |
const LinearOp<Scalar>& RVL::OperatorProductDomainEvaluation< Scalar >::getPartialDeriv | ( | int | ic | ) |
ostream& RVL::OperatorProductDomainEvaluation< Scalar >::write | ( | ostream & | str | ) | const [virtual] |
Reimplemented from RVL::OperatorEvaluation< Scalar >.
friend class PartialDerivEvaluation< Scalar > [friend] |
Reimplemented from RVL::OperatorEvaluation< Scalar >.