35 #ifndef ACADO_TOOLKIT_SIN_HPP 36 #define ACADO_TOOLKIT_SIN_HPP Abstract base class for all scalar-valued symbolic operators.
virtual Operator * substitute(int index, const Operator *sub)
Implements the scalar sine operator within the symbolic operators family.
Abstract base class for all scalar-valued unary operators within the symbolic operators family...
Allows to pass back messages to the calling function.
#define CLOSE_NAMESPACE_ACADO
Sin & operator=(const Sin &arg)
virtual returnValue initDerivative()
virtual returnValue evaluate(EvaluationBase *x)
virtual Operator * clone() const
#define BEGIN_NAMESPACE_ACADO
Abstract base class for templated evaluation of operators.