Constructor
NumCosmoMathFftlogSBesselJnew
Declaration [src]
NcmFftlogSBesselJ*
ncm_fftlog_sbessel_j_new (
guint ell,
gdouble lnr0,
gdouble lnk0,
gdouble Lk,
guint N
)
Parameters
ell-
Type:
guintSpherical Bessel Integer order.
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: NcmFftlogSBesselJ
A new NcmFftlogSBesselJ.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |