Prototypes | |
| static double | cs_lambda_hubble (double one_plus_z) |
| static double | cs_lambda_phit_integrand (double y, void UNUSED *p) |
| static double | cs_lambda_phiA_integrand (double z, void UNUSED *p) |
| cs_cosmo_functions_t | XLALCSCosmoFunctionsAlloc (double zmin, double dlnz, size_t n) |
| cs_cosmo_functions_t | XLALCSCosmoFunctions (double *z, size_t n) |
| void | XLALCSCosmoFunctionsFree (cs_cosmo_functions_t cosmofns) |
Go to the source code of this file.
Macros | |
| #define | WORKSZ 100000 |
| #define | EPS 1e-7 |
| #define WORKSZ 100000 |
Definition at line 75 of file cs_lambda_cosmo.c.
| #define EPS 1e-7 |
Definition at line 76 of file cs_lambda_cosmo.c.
|
static |
Definition at line 37 of file cs_lambda_cosmo.c.
|
static |
Definition at line 50 of file cs_lambda_cosmo.c.
|
static |
Definition at line 65 of file cs_lambda_cosmo.c.
| cs_cosmo_functions_t XLALCSCosmoFunctionsAlloc | ( | double | zmin, |
| double | dlnz, | ||
| size_t | n | ||
| ) |
Definition at line 77 of file cs_lambda_cosmo.c.
| cs_cosmo_functions_t XLALCSCosmoFunctions | ( | double * | z, |
| size_t | n | ||
| ) |
Definition at line 118 of file cs_lambda_cosmo.c.
| void XLALCSCosmoFunctionsFree | ( | cs_cosmo_functions_t | cosmofns | ) |
Definition at line 159 of file cs_lambda_cosmo.c.