13 #include "msdevstudio/MSconfig.h"
22 #ifdef ITERATOR_MEMBER_DEFECT
30 ConstantF::ConstantF ( )
35 ConstantF::ConstantF (
double value )
42 void ConstantF::initialize ()
45 m_parm_names.push_back (
"value" );
55 double ConstantF::operator () (
double )
const
67 double ConstantF::derivByParm (
int i,
double )
const
FunctionHelper class interface.
virtual double meanValue() const =0
Returns the mean of the values in the data set.
numeric::array clone(numeric::array arr)
A ConstantF function can be used with a fitter.
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.