CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <Legendre.hh>
Public Member Functions | |
Legendre (unsigned int order) | |
Legendre (const Legendre &right) | |
virtual | ~Legendre () |
virtual double | operator() (double argument) const override |
virtual double | operator() (const Argument &a) const override |
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 13 of file Legendre.hh.
Genfun::Legendre::Legendre | ( | unsigned int | order | ) |
Genfun::Legendre::Legendre | ( | const Legendre & | right | ) |
|
virtual |
Implements Genfun::AbsFunction.
Definition at line 30 of file Legendre.hh.
Implements Genfun::AbsFunction.
Referenced by operator()().