CCL
ccl_correlation.h
Go to the documentation of this file.
1 
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 #pragma once
7 
8 #define CCL_CORR_LGNDRE 1001
9 #define CCL_CORR_FFTLOG 1002
10 #define CCL_CORR_BESSEL 1003
11 #define CCL_CORR_GG 2001
12 #define CCL_CORR_GL 2002
13 #define CCL_CORR_LP 2003
14 #define CCL_CORR_LM 2004
15 
38 void ccl_correlation(ccl_cosmology *cosmo,
39  int n_ell,double *ell,double *cls,
40  int n_theta,double *theta,double *wtheta,
41  int corr_type,int do_taper_cl,double *taper_cl_limits,int flag_method,
42  int *status);
43 
44 #ifdef __cplusplus
45 }
46 #endif
void ccl_correlation(ccl_cosmology *cosmo, int n_ell, double *ell, double *cls, int n_theta, double *theta, double *wtheta, int corr_type, int do_taper_cl, double *taper_cl_limits, int flag_method, int *status)
Definition: ccl_correlation.c:433
Definition: ccl_core.h:123