Method

NumCosmoMathSplineFuncTestset_ngrid

Declaration [src]

void
ncm_spline_func_test_set_ngrid (
  NcmSplineFuncTest* sft,
  const guint ngrid
)

Description [src]

Sets the number of knots in the linear grid used to compare the base function with NcmSplineFunc.

The knots are evenly distributed in the range [xi, xf], including both limiting points.

Parameters

ngrid

Type: const guint

The number of knots in the grid used to compare the base function with NcmSplineFunc.