CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <AssociatedLaguerre.hh>
Public Member Functions | |
AssociatedLaguerre (unsigned int n, unsigned int k) | |
AssociatedLaguerre (const AssociatedLaguerre &right) | |
virtual | ~AssociatedLaguerre () |
virtual double | operator() (double argument) const override |
virtual double | operator() (const Argument &a) const override |
unsigned int | n () const |
unsigned int | k () const |
Public Member Functions inherited from Genfun::AbsFunction | |
AbsFunction () | |
AbsFunction (const AbsFunction &right) | |
virtual | ~AbsFunction () |
virtual unsigned int | dimensionality () const |
virtual double | operator() (double argument) const =0 |
virtual double | operator() (const Argument &argument) const =0 |
virtual AbsFunction * | clone () const =0 |
virtual FunctionComposition | operator() (const AbsFunction &f) const |
virtual ParameterComposition | operator() (const AbsParameter &p) const |
Derivative | derivative (const Variable &v) const |
Derivative | prime () const |
virtual bool | hasAnalyticDerivative () const |
virtual Derivative | partial (unsigned int) const |
Definition at line 23 of file AssociatedLaguerre.hh.
Genfun::AssociatedLaguerre::AssociatedLaguerre | ( | unsigned int | n, |
unsigned int | k | ||
) |
Definition at line 16 of file AssociatedLaguerre.cc.
Genfun::AssociatedLaguerre::AssociatedLaguerre | ( | const AssociatedLaguerre & | right | ) |
Definition at line 27 of file AssociatedLaguerre.cc.
|
virtual |
Definition at line 23 of file AssociatedLaguerre.cc.
unsigned int Genfun::AssociatedLaguerre::k | ( | ) | const |
Definition at line 43 of file AssociatedLaguerre.cc.
unsigned int Genfun::AssociatedLaguerre::n | ( | ) | const |
Definition at line 39 of file AssociatedLaguerre.cc.
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 41 of file AssociatedLaguerre.hh.
Implements Genfun::AbsFunction.
Definition at line 35 of file AssociatedLaguerre.cc.
Referenced by operator()().