Method
NumCosmoMathSplineset
Declaration [src]
NcmSpline*
ncm_spline_set (
NcmSpline* s,
NcmVector* xv,
NcmVector* yv,
gboolean init
)
Description [src]
This function sets both xv and yv vectors to s.
The two vectors must have the same length.
Return value
Type: NcmSpline
A NcmSpline.
| The returned data is owned by the instance. |