![]() |
![]() |
![]() |
NumCosmo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
Synopsis
struct NcmSplineCubicNotaknot; struct NcmSplineCubicNotaknotClass; NcmSpline * ncm_spline_cubic_notaknot_new (void
); NcmSpline * ncm_spline_cubic_notaknot_new_full (NcmVector *xv
,NcmVector *yv
,gboolean init
);
Description
This object implements the necessary functions to compute a cubic spline with boundary conditions obtained with the 'not a knot' method.
Details
ncm_spline_cubic_notaknot_new ()
NcmSpline * ncm_spline_cubic_notaknot_new (void
);
This function returns a new cubic NcmSpline.
Returns : |
a new NcmSpline. |