#include <op.hh>
Inheritance diagram for RVL::OperatorProductDomainEvaluation< Scalar >:
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 > |
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] |
friend class PartialDerivEvaluation< Scalar > [friend] |