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:
NcmVectorNcmVectorof the values of the function to be interpolated.The data is owned by the caller of the method. init-
Type:
gbooleanTRUE to prepare
sor FALSE to not prepare it.