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.
| Sets property | NumCosmoMath.SplineFuncTest:ngrid |
Parameters
ngrid-
Type:
const guintThe number of knots in the grid used to compare the base function with NcmSplineFunc.