Property

NumCosmoMathSBesselIntegratorLevin:ell-cache-max

Declaration

property ell-cache-max: guint [ read, write, construct-only ]

Description [src]

Maximum ell value for precomputed spherical Bessel functions at knots. The integrator will precompute j_ell(knot) for all knots and all ell from 0 to ell-cache-max. This enables fast lookup during integration when the requested ell values are within the cached range. For ell values beyond ell-cache-max, the integrator will compute spherical Bessel functions on-the-fly. This property can only be set during construction.

Type:guint

Default value500
Getter methodncm_sbessel_integrator_levin_get_ell_cache_max()

Flags

Readableyes
Writableyes
Constructno
Construct onlyyes