Constructor
NumCosmoMathFftlogGausswin2new
Declaration [src]
NcmFftlogGausswin2*
ncm_fftlog_gausswin2_new (
gdouble lnr0,
gdouble lnk0,
gdouble Lk,
guint N
)
Parameters
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: NcmFftlogGausswin2
A new NcmFftlogGausswin2.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |