Method

NumCosmoMathSplineset_yv

Declaration [src]

void
ncm_spline_set_yv (
  NcmSpline* s,
  NcmVector* yv,
  gboolean init
)

Description [src]

This function sets yv as the function values vector. This NcmVector yv comprises the function values computed at the knots of the spline.

Parameters

yv

Type: NcmVector

NcmVector of the values of the function to be interpolated.

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

Type: gboolean

TRUE to prepare s or FALSE to not prepare it.