Method

NumCosmoHaloMassFunctiondn_dz

Declaration [src]

gdouble
nc_halo_mass_function_dn_dz (
  NcHaloMassFunction* mfp,
  NcHICosmo* cosmo,
  gdouble lnMl,
  gdouble lnMu,
  gdouble z,
  gboolean spline
)

Description [src]

Computes the number density of halos in the mass range $[M_l, M_u]$ at redshift $z$.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
lnMl

Type: gdouble

Logarithm base e of mass, lower threshold $\ln M_l$.

lnMu

Type: gdouble

Logarithm base e of mass, upper threshold $\ln M_u$.

z

Type: gdouble

Redshift $z$.

spline

Type: gboolean

Whenever to create an intermediary spline of the mass integration.

Return value

Type: gdouble

The number density of halos in the mass range $[M_l, M_u]$.