thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ThePEG::Math::Functions::ExpX Struct Reference

Class corresponding to functions of the form $e^x$. More...

#include <Maths.h>

Inheritance diagram for ThePEG::Math::Functions::ExpX:

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...
 

Detailed Description

Class corresponding to functions of the form $e^x$.

Definition at line 289 of file Maths.h.

Member Function Documentation

◆ generate()

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 303 of file Maths.h.

◆ integrate()

static double ThePEG::Math::Functions::ExpX::integrate ( double  x0,
double  x1 
)
inlinestatic

Integrate function in a given interval.

Definition at line 297 of file Maths.h.

◆ primitive()

static double ThePEG::Math::Functions::ExpX::primitive ( double  x)
inlinestatic

The primitive function.

Definition at line 292 of file Maths.h.


The documentation for this struct was generated from the following file: