Method

NumCosmoMathFftlogpeek_spline_Gr

Declaration [src]

NcmSpline*
ncm_fftlog_peek_spline_Gr (
  NcmFftlog* fftlog,
  guint nderiv
)

Description [src]

Peeks the spline of $G(r)$, nderiv = 0, or the spline of the nderiv-th derivative of $G(r)$ with respect to $\ln r$.

Parameters

nderiv

Type: guint

Derivative number.

Return value

Type: NcmSpline

The nderiv component of the spline.

The returned data is owned by the instance.