Virtual Method

NumCosmoMathSBesselIntegratorset_ell_range

Declaration [src]

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

Description [src]

Sets the multipole range for integration. If the range has changed from the previous call, subclasses may perform preparation work (e.g., allocating operators for the new range). The default implementation simply updates ell_min and ell_max properties.

Parameters

ell_min

Type: guint

Minimum multipole.

ell_max

Type: guint

Maximum multipole.