Class corresponding to functions of the form
.
More...
#include <Maths.h>
List of all members.
Static Public Member Functions |
static double | primitive (double x) |
| The primitive function.
|
static double | integrate (double x0, double x1) |
| Integrate function in a given interval.
|
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[.
|
Detailed Description
Class corresponding to functions of the form
.
Definition at line 298 of file Maths.h.
Member Function Documentation
static double ThePEG::Math::Functions::ExpX::generate |
( |
double |
x0, |
|
|
double |
x1, |
|
|
double |
R |
|
) |
| |
|
inlinestatic |
Sample a distribution in a given interval given a flat random number R in the interval ]0,1[.
Definition at line 312 of file Maths.h.
static double ThePEG::Math::Functions::ExpX::integrate |
( |
double |
x0, |
|
|
double |
x1 |
|
) |
| |
|
inlinestatic |
Integrate function in a given interval.
Definition at line 306 of file Maths.h.
static double ThePEG::Math::Functions::ExpX::primitive |
( |
double |
x | ) |
|
|
inlinestatic |
The primitive function.
Definition at line 301 of file Maths.h.
The documentation for this struct was generated from the following file: