-
Notifications
You must be signed in to change notification settings - Fork 0
/
integrals_rsd.h
34 lines (17 loc) · 1.21 KB
/
integrals_rsd.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
void integralP(unsigned ndim, const double *x, void *fdata, unsigned fdim, double *fval);
void integralPaniso(unsigned ndim, const double *x, void *fdata, unsigned fdim, double *fval);
//double P_interpol2_aniso_2ndorder(double *Theory, int N1,double w0, double w1, double w2);
//double P_interpol2_2ndorder(double **Theory,int index, int N1,double w0, double w1, double w2);
//double determine_w0_2ndorder_aniso(double *k,double kinput,int N1);
//double determine_w1_2ndorder_aniso(double *k,double kinput,int N1);
//double determine_w2_2ndorder_aniso(double *k,double kinput,int N1);
//double determine_w0_2ndorder(double *k,double kinput,int N1);
//double determine_w1_2ndorder(double *k,double kinput,int N1);
//double determine_w2_2ndorder(double *k,double kinput,int N1);
//int determine_N1(double **Theory,double kinput,int Nlin, char *spacing);
//double determine_w1(double **Theory,double kinput,int N1);
//double determine_w1_aniso(double *k,double kinput,int N1);
//double P_interpol2(double **Theory,int index, int N1,double w1);
//double P_interpol2_aniso(double *Theory, int N1,double w1);
double N2(double pl,double p13,double p15);
int determine_N1_aniso(double *Theory,double kinput,int Nlin, char *spacing);