Method

NumCosmoHICosmomqE2_max

Declaration [src]

void
nc_hicosmo_mqE2_max (
  NcHICosmo* cosmo,
  const gdouble z_max,
  gdouble* zm,
  gdouble* mqE2m
)

Description [src]

Computes the maximum of $-qE^2$ in the redshift interval: $[0.0, z_max]$.

Parameters

z_max

Type: const gdouble

Maximum redshift $z_\mathrm{max}$.

zm

Type: gdouble*

Redshift of the maximum $z_m$.

The argument will be set by the function.
mqE2m

Type: gdouble*

The value of $-q(z_m)E^2(z_m)$.

The argument will be set by the function.