|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/AssociatedLegendre.hh>
Public Member Functions | |
| AssociatedLegendre (unsigned int l, unsigned int m) | |
| AssociatedLegendre (const AssociatedLegendre &right) | |
| virtual | ~AssociatedLegendre () |
| virtual double | operator() (double argument) const override |
| virtual double | operator() (const Argument &a) const override |
| unsigned int | l () const |
| unsigned int | m () 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 |
Definition at line 20 of file AssociatedLegendre.hh.
|
inline |
Definition at line 22 of file AssociatedLegendre.icc.
|
inline |
Definition at line 35 of file AssociatedLegendre.icc.
|
inlinevirtual |
Definition at line 31 of file AssociatedLegendre.icc.
|
inline |
Definition at line 43 of file AssociatedLegendre.icc.
Referenced by AssociatedLegendre().
|
inline |
Definition at line 48 of file AssociatedLegendre.icc.
Referenced by AssociatedLegendre().
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 37 of file AssociatedLegendre.hh.
References operator()().
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 54 of file AssociatedLegendre.icc.
Referenced by operator()().