|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#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 |
| virtual double | operator() (const Argument &a) const |
| unsigned int | n () const |
| unsigned int | k () const |
| AssociatedLaguerre (unsigned int n, unsigned int k) | |
| AssociatedLaguerre (const AssociatedLaguerre &right) | |
| virtual | ~AssociatedLaguerre () |
| virtual double | operator() (double argument) const |
| virtual double | operator() (const Argument &a) const |
| 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 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 |
| AbsFunction () | |
| AbsFunction (const AbsFunction &right) | |
| virtual | ~AbsFunction () |
| virtual unsigned int | dimensionality () const |
| 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 CLHEP/GenericFunctions/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.
| Genfun::AssociatedLaguerre::AssociatedLaguerre | ( | unsigned int | n, |
| unsigned int | k | ||
| ) |
| Genfun::AssociatedLaguerre::AssociatedLaguerre | ( | const AssociatedLaguerre & | right | ) |
|
virtual |
| unsigned int Genfun::AssociatedLaguerre::k | ( | ) | const |
Definition at line 42 of file AssociatedLaguerre.cc.
| unsigned int Genfun::AssociatedLaguerre::k | ( | ) | const |
| unsigned int Genfun::AssociatedLaguerre::n | ( | ) | const |
Definition at line 38 of file AssociatedLaguerre.cc.
| unsigned int Genfun::AssociatedLaguerre::n | ( | ) | const |
Implements Genfun::AbsFunction.
Implements Genfun::AbsFunction.
Definition at line 34 of file AssociatedLaguerre.cc.
Referenced by operator()().
Implements Genfun::AbsFunction.
Definition at line 41 of file GenericFunctions/AssociatedLaguerre.hh.
References operator()().
Implements Genfun::AbsFunction.
Definition at line 41 of file CLHEP/GenericFunctions/AssociatedLaguerre.hh.
References operator()().
1.8.1