Top | ![]() |
![]() |
![]() |
![]() |
Functions
NcmSpline * | ncm_spline_gsl_new () |
NcmSpline * | ncm_spline_gsl_new_full () |
void | ncm_spline_gsl_set_type () |
void | ncm_spline_gsl_set_type_by_id () |
Description
This object comprises the proper functions to use the GNU Scientific Library (GSL) spline functions and interpolation methods.
Functions
ncm_spline_gsl_new ()
NcmSpline *
ncm_spline_gsl_new (const gsl_interp_type *type
);
This function returns a new gsl NcmSpline which will use type
interpolation method.
ncm_spline_gsl_new_full ()
NcmSpline * ncm_spline_gsl_new_full (const gsl_interp_type *type
,NcmVector *xv
,NcmVector *yv
,gboolean init
);
This function returns a new gsl NcmSpline setting all its members.
ncm_spline_gsl_set_type ()
void ncm_spline_gsl_set_type (NcmSplineGsl *sg
,const gsl_interp_type *type
);
This function sets the interpolation method type
to sg
.
ncm_spline_gsl_set_type_by_id ()
void ncm_spline_gsl_set_type_by_id (NcmSplineGsl *sg
,NcmSplineGslType type_id
);
This function sets the interpolation method type_id
to sg
.
Property Details
The “type-name”
property
“type-name” gchar *
GSL Interpolation method name.
Flags: Read / Write / Construct
Default value: "NCM_SPLINE_GSL_CSPLINE"