Top |
NcmSplineCubicNotaknotNcmSplineCubicNotaknot — Cubic spline implementation with 'not a knot' boundary conditions. |
This object implements the necessary functions to compute a cubic spline with boundary conditions obtained with the 'not a knot' method.
NcmSplineCubicNotaknot *
ncm_spline_cubic_notaknot_new (void
);
This function returns a new cubic NcmSpline.
NcmSplineCubicNotaknot * ncm_spline_cubic_notaknot_new_full (NcmVector *xv
,NcmVector *yv
,gboolean init
);
This function returns a new NcmSpline setting all its members.