Go to the documentation of this file.
10 #ifndef ConstPlusFunction_h
11 #define ConstPlusFunction_h 1
20 class ConstPlusFunction :
public AbsFunction {
virtual unsigned int dimensionality() const
virtual ~ConstPlusFunction()
ConstPlusFunction(double constant, const AbsFunction *arg)
virtual bool hasAnalyticDerivative() const
Derivative partial(unsigned int) const
virtual double operator()(double argument) const
#define FUNCTION_OBJECT_DEF(classname)