updfevolv
is hosted by
Hepforge
,
IPPP Durham
Home
updfevolv Download
original SMALLX Download
Contact
Further links
TMDlib
TMDplotter
uPDFevolv
1.0.01
Main Page
Related Pages
Namespaces
Files
File List
File Members
include
uPDF.h
Go to the documentation of this file.
1
#ifndef uPDF_H
2
#define uPDF_H
3
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <string.h>
7
#include <cstring>
8
#include <math.h>
9
#include <iostream>
10
11
using namespace
std;
12
13
namespace
uPDF {
14
15
double
ipow
(
double
,
int
);
16
extern
int
iipow
(
int
,
int
);
17
void
ccfmuPDF
(
int
kf,
double
x,
double
kt ,
double
p,
double
xpq[13] ) ;
18
19
double
Cdhfint
(
int
narg,
double
arg[500],
int
nent[500],
double
ent[500],
double
table[1000000]);
20
21
}
22
23
#endif
Generated on Tue Oct 24 2017 09:15:00 for uPDFevolv by
1.8.3.1