Method
NumCosmoMathSBesselIntegratorintegrate_ell
Declaration [src]
gdouble
ncm_sbessel_integrator_integrate_ell (
NcmSBesselIntegrator* sbi,
NcmSBesselIntegratorF F,
gdouble a,
gdouble b,
gdouble k,
gint ell,
gpointer user_data
)
Description [src]
Integrates the function F(x, k) multiplied by the spherical Bessel function
$j_\ell(kx)$ from a to b for a single multipole.
Computes: $\int_a^b K(x,k) j_\ell(kx) dx$.
Parameters
F-
Type:
NcmSBesselIntegratorFFunction to integrate.
a-
Type:
gdoubleLower integration limit.
b-
Type:
gdoubleUpper integration limit.
k-
Type:
gdoubleWave number parameter.
ell-
Type:
gintMultipole.
user_data-
Type:
gpointerUser data passed to
F.The argument can be NULL.The data is owned by the caller of the method.