Method
NumCosmoMathSFSBesselArrayeval1
Declaration [src]
GArray*
ncm_sf_sbessel_array_eval1 (
NcmSFSBesselArray* sba,
guint ell,
gdouble x
)
Description [src]
Convenience wrapper around ncm_sf_sbessel_array_eval that returns results in a new GArray. The GArray is allocated with the appropriate size and contains the j_l(x) values for l = 0 to min(ell, lmax, cutoff(x)). Values beyond the cutoff are set to zero.