virtual void Log(Operator &arg)=0
Abstract base class for all scalar-valued symbolic operators.
Abstract base class for all scalar-valued unary operators within the symbolic operators family...
Allows to pass back messages to the calling function.
virtual Operator * clone() const =0
virtual Operator * substitute(int index, const Operator *sub)=0
#define CLOSE_NAMESPACE_ACADO
UnaryOperator & operator=(const UnaryOperator &arg)
Logarithm & operator=(const Logarithm &arg)
virtual Operator * clone() const
Implements the scalar power operator with integer exponent within the symbolic operators family...
double ddLogarithm(double x)
virtual returnValue initDerivative()
virtual returnValue initDerivative()
OperatorName operatorName
double dLogarithm(double x)
virtual TreeProjection * convert2TreeProjection(Operator *a) const
#define BEGIN_NAMESPACE_ACADO
Implements the scalar logarithm operator within the symbolic operators family.
Abstract base class for templated evaluation of operators.
virtual CurvatureType getCurvature()=0
virtual Operator * substitute(int index, const Operator *sub)
virtual CurvatureType getCurvature()
virtual returnValue evaluate(EvaluationBase *x)
Implements a scalar constant within the symbolic operators family.
Implements the scalar product operator within the symbolic operators family.
IntermediateState log(const Expression &arg)