14 #ifndef _Quadratic2_H_ 15 #define _Quadratic2_H_ 33 virtual void initialize ();
42 Quadratic2 (
double yscale,
double y0,
double x0 );
47 virtual double operator () (
double x )
const;
53 virtual double derivByParm (
int i,
double x )
const;
59 #endif // _Quadratic2_H_ hippodraw::FunctionBase class interface
#define MDL_HIPPOPLOT_API
A function that can be added to a DataRep and used in a fitter.
An abstract base class to help FunctionBase objects perform some operations.
numeric::array clone(numeric::array arr)
This function represents a quadratic, i.e., .