Top |
NcmSpline2dGslNcmSpline2dGsl — Implements spline from spline method using The GNU Scientific Library (GSL) as base splines. |
This object implements bidimensional splines with the method given by the NcmSplineGsl class.
NcmSpline2d *
ncm_spline2d_gsl_new (NcmSpline *s
);
This function initializes a NcmSpline2d of
GSL type given in s
.
NcmSpline2d *
ncm_spline2d_gsl_natural_new (void
);
This function initializes a NcmSpline2d of GSL type gsl_interp_cspline.