35 #ifndef ACADO_TOOLKIT_QUOTIENT_HPP 36 #define ACADO_TOOLKIT_QUOTIENT_HPP 309 virtual std::ostream&
print( std::ostream &stream )
const;
TreeProjection * derivative1
virtual returnValue AD_backward2(int number, double seed1, double seed2, double *df, double *ddf)
Abstract base class for all scalar-valued binary operators within the symbolic operators family...
Abstract base class for all scalar-valued symbolic operators.
virtual Operator * clone() const
virtual returnValue evaluate(int number, double *x, double *result)
Allows to pass back messages to the calling function.
virtual BooleanType isRationalIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep)
virtual std::ostream & print(std::ostream &stream) const
virtual returnValue AD_backward(int dim, VariableType *varType, int *component, Operator *seed, Operator **df, int &nNewIS, TreeProjection ***newIS)
#define CLOSE_NAMESPACE_ACADO
virtual BooleanType isPolynomialIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep)
virtual returnValue initDerivative()
virtual Operator * AD_forward(int dim, VariableType *varType, int *component, Operator **seed, int &nNewIS, TreeProjection ***newIS)
TreeProjection * derivative0
virtual returnValue AD_forward2(int number, double *seed1, double *seed2, double *df, double *ddf)
virtual Operator * substitute(int index, const Operator *sub)
TreeProjection * derivative2
virtual MonotonicityType getMonotonicity()
virtual OperatorName getName()
Implements the scalar quotient operator within the symbolic operators family.
Implements the tree-projection operator within the family of SymbolicOperators.
#define BEGIN_NAMESPACE_ACADO
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)
Abstract base class for templated evaluation of operators.
virtual double getValue() const
virtual CurvatureType getCurvature()
Quotient & operator=(const Quotient &arg)
virtual BooleanType isLinearIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep)
virtual Operator * differentiate(int index)