20 class Exp :
public AbsFunction {
30 Exp(const Exp &right);
36 virtual
double operator ()(
double argument) const;
48 const Exp & operator=(
const Exp &right);
virtual double operator()(double argument) const
#define FUNCTION_OBJECT_DEF(classname)
virtual bool hasAnalyticDerivative() const
Derivative partial(unsigned int) const