35 return (*_function)(x);
47 void AssociatedLaguerre::create() {
53 _function = (-x + _k + 1).
clone();
virtual double operator()(double argument) const
virtual ~AssociatedLaguerre()
#define FUNCTION_OBJECT_IMP(classname)
AssociatedLaguerre(unsigned int n, unsigned int k)
virtual AbsFunction * clone() const =0