9 #ifndef LogisticFunction_h 10 #define LogisticFunction_h 1 20 class LogisticFunction :
public AbsFunction {
59 mutable std::vector<double> fx;
61 mutable double __a, __x0;
#define FUNCTION_OBJECT_DEF(classname)
virtual ~LogisticFunction()
virtual double operator()(double argument) const