3 #ifndef MYGSL_IDENTITY_FUNCTION_H 4 #define MYGSL_IDENTITY_FUNCTION_H 26 virtual double _eval(
double x_)
const;
40 #endif // MYGSL_IDENTITY_FUNCTION_H The identity function.
Definition: identity_function.h:12
#define DATATOOLS_CLONEABLE_DECLARATION(Copyable)
Definition: i_cloneable.h:113
virtual double _eval(double x_) const
Evaluation method.
Abstract interface for unary functions : R -> R.
Definition: i_unary_function.h:44
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
identity_function()
Default constructor.
virtual ~identity_function()
Destructor.