CCL
ccl_power.h
Go to the documentation of this file.
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4 
5 #pragma once
6 
7 #include "ccl_core.h"
8 
20 double ccl_bcm_model_fkz(ccl_cosmology * cosmo, double k, double a, int *status);
21 
32 double ccl_linear_matter_power(ccl_cosmology * cosmo, double k, double a,int * status);
33 
44 double ccl_nonlin_matter_power(ccl_cosmology * cosmo, double k, double a,int * status);
45 
55 double ccl_sigmaR(ccl_cosmology *cosmo, double R, int * status);
56 
65 double ccl_sigma8(ccl_cosmology *cosmo, int * status);
66 
67 #ifdef __cplusplus
68 }
69 #endif
double ccl_nonlin_matter_power(ccl_cosmology *cosmo, double k, double a, int *status)
Definition: ccl_power.c:1135
double ccl_sigmaR(ccl_cosmology *cosmo, double R, int *status)
Definition: ccl_power.c:1222
double ccl_bcm_model_fkz(ccl_cosmology *cosmo, double k, double a, int *status)
Definition: ccl_power.c:531
double ccl_linear_matter_power(ccl_cosmology *cosmo, double k, double a, int *status)
Definition: ccl_power.c:1097
double ccl_sigma8(ccl_cosmology *cosmo, int *status)
Definition: ccl_power.c:1244
Definition: ccl_core.h:123