Top |
This object implements the necessary functions to compute a cubic spline with where the user provides the second derivatives of the function.
NcmSplineCubicD2 * ncm_spline_cubic_d2_new (NcmVector *xv
,NcmVector *yv
,NcmVector *d2yv
,gboolean init
);
This function returns a new NcmSpline setting all its members.
It makes a copy of the d2yv
vector and saves it internally.