Property
NumCosmoMathSBesselIntegratorLevin:ell-cache-max
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 value | 500 |
| Getter method | ncm_sbessel_integrator_levin_get_ell_cache_max() |