Fast Evolution of Parton Distributions
Namespaces | Functions
special_functions.cc File Reference
#include <cmath>
#include <stdexcept>
#include "special_functions.h"
#include "constants_math.h"

Namespaces

 pdf
 

Functions

complex_d cot (const complex_d &xx)
 
complex_d LogSin (const complex_d &xx)
 
complex_d Gamma (const complex_d &xx)
 
complex_d LogGamma (const complex_d &xx)
 
complex_d IncompleteGamma (const complex_d &a, double x)
 
complex_d Beta (const complex_d &x, const complex_d &y)
 
complex_d HyperGeometric (const complex_d &a, const complex_d &b, const complex_d &c, const complex_d &z)
 
complex_d Psi (const complex_d &z)
 
complex_d Psi1 (const complex_d &z)
 
complex_d Psi2 (const complex_d &z)
 
complex_d Psi3 (const complex_d &z)
 
double cot (double xx)
 
double LogSin (double xx)
 
double Gamma (double xx)
 
double LogGamma (double xx)
 
double Beta (double x, double y)
 
double Psi (double z)
 
double Psi1 (double z)
 
double Psi2 (double z)
 
double Psi3 (double z)
 
complex_d S1 (const complex_d &z)
 
complex_d S2 (const complex_d &z)
 
complex_d S3 (const complex_d &z)
 
complex_d Stilde (const complex_d &z, int eta)
 
complex_d Sprim1 (const complex_d &z, int eta)
 
complex_d Sprim2 (const complex_d &z, int eta)
 
complex_d Sprim3 (const complex_d &z, int eta)
 
complex_d M1_helper (const complex_d &z)
 
complex_d M2_helper (const complex_d &z)
 

Detailed Description

Implementation of special functions