26 #ifndef __PDF_EVOLUTIONKERNEL_H__ 27 #define __PDF_EVOLUTIONKERNEL_H__ 57 int Nf_down,
int Nf_up,
int Nl,
58 int eta,
double electric_charge);
59 static matrix_c singlet_with_qed_fixed_flavour(
const complex_d & z,
double Q1,
double Q0,
60 int Nf_down,
int Nf_up,
int Nl,
int flag_qed = 1);
65 static int number_of_iterations;
71 x_space_truncate_in_one_over_L
78 #endif // ndef __PDF_EVOLUTIONKERNEL_H__
Definition: matrix_template.h:36
static matrix_c singlet_fixed_flavour(const complex_d &z, double Q1, double Q0, int Nf)
Definition: evolutionkernel.cc:229
static complex_d nonsinglet_with_qed(const complex_d &z, double Q1, double Q0, int eta, double electric_charge)
Definition: evolutionkernel.cc:411
static complex_d nonsinglet_fixed_flavour(const complex_d &z, double Q1, double Q0, int Nf, int eta)
Definition: evolutionkernel.cc:164
std::complex< double > complex_d
complex numbers with double precision
Definition: complex_d.h:34
static matrix_c singlet_with_qed(const complex_d &z, double Q1, double Q0, int flag_qed=1)
Definition: evolutionkernel.cc:549
static complex_d nonsinglet(const complex_d &z, double Q1, double Q0, int eta)
Definition: evolutionkernel.cc:54
Definition: anomalous.cc:33
static matrix_c singlet(const complex_d &z, double Q1, double Q0)
Definition: evolutionkernel.cc:112
static complex_d nonsinglet_with_qed_fixed_flavour(const complex_d &z, double Q1, double Q0, int Nf_down, int Nf_up, int Nl, int eta, double electric_charge)
Definition: evolutionkernel.cc:488
Definition: evolutionkernel.h:40