![]() |
(git:b77b4be)
|
Go to the source code of this file.
Functions | |
double | libgrpp_modified_bessel_scaled (int n, double x) |
void | libgrpp_gfun_values (double x, int nmax, double *g) |
double | libgrpp_boys_function (int n, double x) |
void | libgrpp_boys_values (double x, int nmax, double *b) |
double | libgrpp_specfunc_fermi_sk (int k, double x) |
double | libgrpp_Dawsons_Integral (double x) |
double libgrpp_modified_bessel_scaled | ( | int | n, |
double | x | ||
) |
Definition at line 68 of file grpp_specfunc_scaled_mod_sph_bessel.c.
void libgrpp_gfun_values | ( | double | x, |
int | nmax, | ||
double * | g | ||
) |
Calculates values of the Gn(x) auxiliary function for n = 0, ..., nmax and stores them into the g[] array.
Definition at line 45 of file grpp_specfunc_gfun.c.
double libgrpp_boys_function | ( | int | n, |
double | x | ||
) |
Boys function
Definition at line 29 of file grpp_specfunc_boys.c.
void libgrpp_boys_values | ( | double | x, |
int | nmax, | ||
double * | b | ||
) |
Definition at line 53 of file grpp_specfunc_boys.c.
double libgrpp_specfunc_fermi_sk | ( | int | k, |
double | x | ||
) |
The S_k(x) special function. This special function is needed for the Fermi nuclear model.
allowed values of k: 2, 3, 4, 5, 6, 7
Definition at line 49 of file grpp_specfunc_fermi_sk.c.
double libgrpp_Dawsons_Integral | ( | double | x | ) |
Definition at line 83 of file grpp_specfunc_dawson.c.