|
ThePEG
1.8.0
|
Class corresponding to functions of the form
with integer N.
More...
#include <Maths.h>

Static Public Member Functions | |
| static double | primitive (double x) |
| The primitive function. More... | |
| static double | integrate (double x0, double x1) |
| Integrate function in a given interval. More... | |
| static double | generate (double x0, double x1, double R) |
| Sample a distribution in a given interval given a flat random number R in the interval ]0,1[. More... | |
Class corresponding to functions of the form
with integer N.
|
inlinestatic |
Sample a distribution in a given interval given a flat random number R in the interval ]0,1[.
Definition at line 269 of file Maths.h.
References ThePEG::Math::Functions::PowX< N >::generate().
|
inlinestatic |
Integrate function in a given interval.
Definition at line 263 of file Maths.h.
References ThePEG::Math::Functions::PowX< N >::integrate().
|
inlinestatic |
The primitive function.
Definition at line 258 of file Maths.h.
References ThePEG::Math::Functions::PowX< N >::primitive().
1.8.9.1