|
FML
|
Go to the source code of this file.
Functions | |
| HaloModel ** | get () |
| void | get_deltac (HaloModel **hmp, int nz, double *z, int ndeltac, double *deltac) |
| void | get_DeltaVir (HaloModel **hmp, int nz, double *z, int nDeltaVir, double *DeltaVir) |
| void | free (HaloModel **hm) |
| void | get_pofk (HaloModel **hmp, int nk, double *k, int npofk_lin, double *pofk_lin, int npofk, double *pofk) |
| void | get_pofk_1h_2h (HaloModel **hmp, int nk, double *k, int npofk_1h, double *pofk_1h, int npofk_2h, double *pofk_2h) |
| void | get_nofM (HaloModel **hmp, int nm, double *M, int ndnofm, double *dnofm, int nnofm, double *nofm) |
| void | calc (HaloModel **hmp, double z) |
| void | info (HaloModel **hmp) |
| void | output (HaloModel **hmp, std::string label) |
| void | init (HaloModel **hmp, std::string filename_pofk, double OmegaM, double w0, double wa, double mu0, double mua, bool verbose, bool hmcode, bool sigma8norm, double deltac_multiplier, double DeltaVir_multiplier, double cofM_multiplier) |
| void | read_and_spline_mu_file (const std::string filename_mu, Spline &mu_of_x_spline) |
Definition at line 8 of file Wrapper.cpp.
Definition at line 6 of file Wrapper.cpp.
Definition at line 5 of file Wrapper.cpp.
Definition at line 4 of file Wrapper.cpp.
Definition at line 7 of file Wrapper.cpp.
| void calc | ( | HaloModel ** | hmp, |
| double | z | ||
| ) |
Definition at line 74 of file Wrapper.cpp.
| void free | ( | HaloModel ** | hm | ) |
Definition at line 34 of file Wrapper.cpp.
| HaloModel ** get | ( | ) |
Definition at line 11 of file Wrapper.cpp.
| void get_deltac | ( | HaloModel ** | hmp, |
| int | nz, | ||
| double * | z, | ||
| int | ndeltac, | ||
| double * | deltac | ||
| ) |
Definition at line 17 of file Wrapper.cpp.
| void get_DeltaVir | ( | HaloModel ** | hmp, |
| int | nz, | ||
| double * | z, | ||
| int | nDeltaVir, | ||
| double * | DeltaVir | ||
| ) |
Definition at line 25 of file Wrapper.cpp.
| void get_nofM | ( | HaloModel ** | hmp, |
| int | nm, | ||
| double * | M, | ||
| int | ndnofm, | ||
| double * | dnofm, | ||
| int | nnofm, | ||
| double * | nofm | ||
| ) |
Definition at line 63 of file Wrapper.cpp.
| void get_pofk | ( | HaloModel ** | hmp, |
| int | nk, | ||
| double * | k, | ||
| int | npofk_lin, | ||
| double * | pofk_lin, | ||
| int | npofk, | ||
| double * | pofk | ||
| ) |
Definition at line 39 of file Wrapper.cpp.
| void get_pofk_1h_2h | ( | HaloModel ** | hmp, |
| int | nk, | ||
| double * | k, | ||
| int | npofk_1h, | ||
| double * | pofk_1h, | ||
| int | npofk_2h, | ||
| double * | pofk_2h | ||
| ) |
Definition at line 51 of file Wrapper.cpp.
| void info | ( | HaloModel ** | hmp | ) |
Definition at line 83 of file Wrapper.cpp.
| void init | ( | HaloModel ** | hmp, |
| std::string | filename_pofk, | ||
| double | OmegaM, | ||
| double | w0, | ||
| double | wa, | ||
| double | mu0, | ||
| double | mua, | ||
| bool | verbose, | ||
| bool | hmcode, | ||
| bool | sigma8norm, | ||
| double | deltac_multiplier, | ||
| double | DeltaVir_multiplier, | ||
| double | cofM_multiplier | ||
| ) |
Definition at line 97 of file Wrapper.cpp.
| void output | ( | HaloModel ** | hmp, |
| std::string | label | ||
| ) |
Definition at line 89 of file Wrapper.cpp.
| void read_and_spline_mu_file | ( | const std::string | filename_mu, |
| Spline & | mu_of_x_spline | ||
| ) |
Definition at line 203 of file Wrapper.cpp.