Constructor
NumCosmoMathFftlogSBesselJLJMnew
Declaration [src]
NcmFftlogSBesselJLJM*
ncm_fftlog_sbessel_jljm_new (
gint ell,
gint dell,
gdouble lnw,
gdouble lnr0,
gdouble lnk0,
gdouble Lk,
guint N
)
Description [src]
Creates a new fftlog Spherical Bessel $j_\ell(xr) j_{\ell+\delta\ell}(x/r)$ object.
Parameters
ell-
Type:
gintSpherical Bessel Integer order.
dell-
Type:
gintSpherical Bessel Integer order.
lnw-
Type:
gdoubleLog-scale difference $\ln(r)$.
lnr0-
Type:
gdoubleOutput center $\ln(r_0)$.
lnk0-
Type:
gdoubleInput center $\ln(k_0)$.
Lk-
Type:
gdoubleInput/output interval size.
N-
Type:
guintNumber of knots.
Return value
Type: NcmFftlogSBesselJLJM
A new NcmFftlogSBesselJLJM.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |