35 #ifndef ACADO_TOOLKIT_PRODUCT_HPP 36 #define ACADO_TOOLKIT_PRODUCT_HPP 312 virtual std::ostream&
print( std::ostream &stream )
const;
virtual MonotonicityType getMonotonicity()
virtual BooleanType isLinearIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep)
Abstract base class for all scalar-valued binary operators within the symbolic operators family...
Abstract base class for all scalar-valued symbolic operators.
virtual returnValue AD_backward2(int number, double seed1, double seed2, double *df, double *ddf)
virtual BooleanType isPolynomialIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep)
Allows to pass back messages to the calling function.
virtual Operator * AD_forward(int dim, VariableType *varType, int *component, Operator **seed, int &nNewIS, TreeProjection ***newIS)
virtual returnValue AD_symmetric(int dim, VariableType *varType, int *component, Operator *l, Operator **S, int dimS, Operator **dfS, Operator **ldf, Operator **H, int &nNewLIS, TreeProjection ***newLIS, int &nNewSIS, TreeProjection ***newSIS, int &nNewHIS, TreeProjection ***newHIS)
virtual CurvatureType getCurvature()
#define CLOSE_NAMESPACE_ACADO
virtual Operator * clone() const
virtual Operator * substitute(int index, const Operator *sub)
Product & operator=(const Product &arg)
virtual returnValue evaluate(int number, double *x, double *result)
virtual Operator * differentiate(int index)
virtual std::ostream & print(std::ostream &stream) const
Implements the tree-projection operator within the family of SymbolicOperators.
#define BEGIN_NAMESPACE_ACADO
virtual OperatorName getName()
Abstract base class for templated evaluation of operators.
virtual returnValue AD_backward(int dim, VariableType *varType, int *component, Operator *seed, Operator **df, int &nNewIS, TreeProjection ***newIS)
virtual BooleanType isRationalIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep)
virtual double getValue() const
virtual returnValue AD_forward2(int number, double *seed1, double *seed2, double *df, double *ddf)
Implements the scalar product operator within the symbolic operators family.