Method

NumCosmoMathFftlogcalibrate_size

Declaration [src]

void
ncm_fftlog_calibrate_size (
  NcmFftlog* fftlog,
  NcmFftlogFunc Fk,
  gpointer user_data,
  const gdouble reltol
)

Description [src]

Increases the original (input) number of knots until the $G(r)$ splines reach the required precision reltol.

Parameters

Fk

Type: NcmFftlogFunc

A NcmFftlogFunc.

user_data

Type: gpointer

Fk user data.

The argument can be NULL.
The data is owned by the caller of the method.
reltol

Type: const gdouble

Relative tolerance.