Method

NumCosmoMathSBesselIntegratorget_ell_range

Declaration [src]

void
ncm_sbessel_integrator_get_ell_range (
  NcmSBesselIntegrator* sbi,
  guint* ell_min,
  guint* ell_max
)

Description [src]

Gets the multipole range.

Parameters

ell_min

Type: guint*

Location to store minimum multipole.

The argument will be set by the function.
ell_max

Type: guint*

Location to store maximum multipole.

The argument will be set by the function.