35 const std::vector<double>& ),
37 const std::vector<double>& coeffs1 )
39 , _myFunction( theFunction )
40 , _coeffs1( coeffs1 ) {}
51 if ( vect == 1 ) _coeffs1[which] =
value;
55 if ( vect == 1 )
return _coeffs1[which];
EvtItgAbsFunction(double lowerRange, double upperRange)
double lowerRange() const
double upperRange() const
virtual double value(double x) const
virtual void setCoeff(int, int, double)
virtual ~EvtItgPtrFunction()
virtual double getCoeff(int, int)
virtual double myFunction(double x) const
EvtItgPtrFunction(double(*theFunction)(double, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1)