3 #ifndef MYGSL_ZERO_FUNCTION_H 4 #define MYGSL_ZERO_FUNCTION_H 26 virtual double _eval(
double x_)
const;
40 #endif // MYGSL_ZERO_FUNCTION_H #define DATATOOLS_CLONEABLE_DECLARATION(Copyable)
Definition: i_cloneable.h:113
zero_function()
Default constructor.
virtual double _eval(double x_) const
Evaluation method.
Abstract interface for unary functions : R -> R.
Definition: i_unary_function.h:44
The zero function.
Definition: zero_function.h:12
Top-level namespace of the Bayeux/mygsl module library.
Definition: base_decay_driver.h:47
#define MYGSL_UNARY_FUNCTOR_REGISTRATION_INTERFACE(UnaryFunctorClass)
Definition: i_unary_function.h:206
virtual ~zero_function()
Destructor.