Method
NumCosmoMathSFSBesselArrayeval
Declaration [src]
void
ncm_sf_sbessel_array_eval (
NcmSFSBesselArray* sba,
guint ell,
gdouble x,
gdouble* jl_x
)
Description [src]
Computes spherical Bessel functions j_l(x) for l = 0 to min(ell, lmax, cutoff(x)) using the Steed/Barnett algorithm with automatic cutoff for numerical stability. Values beyond the cutoff are set to zero.
This method is not directly available to language bindings.