Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
ccl_correlation.h
Go to the documentation of this file.
1 
3 #ifndef __CCL_CORRELATION_H_INCLUDED__
4 #define __CCL_CORRELATION_H_INCLUDED__
5 
6 #define CCL_CORR_LGNDRE 1001
7 #define CCL_CORR_FFTLOG 1002
8 #define CCL_CORR_BESSEL 1003
9 #define CCL_CORR_GG 2001
10 #define CCL_CORR_GL 2002
11 #define CCL_CORR_LP 2003
12 #define CCL_CORR_LM 2004
13 
15 
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 
55  int n_r,double *r,double *xi,
56  int do_taper_pk,double *taper_pk_limits,
57  int *status);
58 
60 
61 #endif
#define CCL_BEGIN_DECLS
Definition: ccl_defs.h:17
CCL_BEGIN_DECLS 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)
void ccl_correlation_3d(ccl_cosmology *cosmo, double a, int n_r, double *r, double *xi, int do_taper_pk, double *taper_pk_limits, int *status)
#define CCL_END_DECLS
Definition: ccl_defs.h:18