Constructor
NumCosmoMathSplineCubicNotaknotnew_full
Declaration [src]
NcmSplineCubicNotaknot*
ncm_spline_cubic_notaknot_new_full (
NcmVector* xv,
NcmVector* yv,
gboolean init
)
Parameters
xv-
Type:
NcmVectorNcmVectorof knots.The data is owned by the caller of the function. yv-
Type:
NcmVectorNcmVectorof the values of the function, to be interpolated, computed atxv.The data is owned by the caller of the function. init-
Type:
gbooleanTRUE to prepare the new
NcmSplineor FALSE to not prepare it.
Return value
Type: NcmSplineCubicNotaknot
A new NcmSpline.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |