1 #ifndef GAUDIMATH_CONSTANT_H
2 #define GAUDIMATH_CONSTANT_H 1
8 #include "CLHEP/GenericFunctions/AbsFunction.hh"
14 namespace GaudiMathImplementation
52 virtual double operator() (
double )
const {
return m_value ; }
54 virtual double operator() (
const Argument& )
const {
return m_value ; }
56 virtual Derivative partial (
unsigned int i )
const ;
78 #endif // GAUDIMATH_CONSTANT_H
virtual unsigned int dimensionality() const
dimensionality of the problem
Genfun::GaudiMathImplementation::NumericalDerivative Derivative
virtual bool hasAnalyticDerivative() const
Does this function have an analytic derivative?
Genfun::GaudiMathImplementation::Constant Constant