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