Method

NumCosmoHaloMassFunctionset_eval_limits

Declaration [src]

void
nc_halo_mass_function_set_eval_limits (
  NcHaloMassFunction* mfp,
  NcHICosmo* cosmo,
  gdouble lnMi,
  gdouble lnMf,
  gdouble zi,
  gdouble zf
)

Description [src]

Sets the limits of the integration.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: gdouble

Minimum logarithm base e of mass.

lnMf

Type: gdouble

Maximum logarithm base e of mass.

zi

Type: gdouble

Minimum redshift.

zf

Type: gdouble

Maximum redshift.