thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
ThePEG::Math::Functions Namespace Reference

This namespace introduces some useful function classes with known primitive and inverse primitive functions. More...

Classes

struct  ExpX
 Class corresponding to functions of the form \(e^x\). More...
 
struct  FracPowX
 Class corresponding to functions of the form \(x^{N/D}\) with integer N and D. More...
 
struct  InvX1mX
 Class corresponding to functions of the form \(1/(x(1-x))\). More...
 
struct  Pow1mX
 Class corresponding to functions of the form \((1-x)^N\) with integer N. More...
 
struct  PowX
 Class corresponding to functions of the form \(x^N\) with integer N. More...
 

Detailed Description

This namespace introduces some useful function classes with known primitive and inverse primitive functions.

Useful to sample corresponding distributions.