|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/LegendreExpansion.hh>
Classes | |
| class | Clockwork |
Public Types | |
| enum | Type { REAL , IMAG , MAG , MAGSQ } |
Public Member Functions | |
| LegendreExpansion (Type type, const LegendreCoefficientSet &coefficients) | |
| LegendreExpansion (const LegendreExpansion &right) | |
| virtual | ~LegendreExpansion () |
| virtual double | operator() (double argument) const override |
| virtual double | operator() (const Argument &a) const override |
| const LegendreCoefficientSet & | coefficientSet () 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 19 of file LegendreExpansion.hh.
| Enumerator | |
|---|---|
| REAL | |
| IMAG | |
| MAG | |
| MAGSQ | |
Definition at line 25 of file LegendreExpansion.hh.
|
inline |
Definition at line 26 of file LegendreExpansion.icc.
|
inline |
Definition at line 39 of file LegendreExpansion.icc.
|
inlinevirtual |
Definition at line 34 of file LegendreExpansion.icc.
|
inline |
Definition at line 77 of file LegendreExpansion.icc.
References Genfun::LegendreExpansion::Clockwork::coefficients.
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 38 of file LegendreExpansion.hh.
References operator()().
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 46 of file LegendreExpansion.icc.
References Genfun::LegendreExpansion::Clockwork::coefficients, Genfun::LegendreCoefficientSet::getLMax(), IMAG, MAG, MAGSQ, REAL, and Genfun::LegendreExpansion::Clockwork::type.
Referenced by operator()().