Method

NumCosmoMathSplineset_xv

Declaration [src]

void
ncm_spline_set_xv (
  NcmSpline* s,
  NcmVector* xv,
  gboolean init
)

Description [src]

This function sets xv as the knot vector of the spline.

Parameters

xv

Type: NcmVector

NcmVector of knots.

The data is owned by the caller of the method.
init

Type: gboolean

TRUE to prepare s or FALSE to not prepare it.