Class
NumCosmoMathSplineGsl
Description [src]
final class NumCosmoMath.SplineGsl : NumCosmoMath.Spline
{
/* No available fields */
}
GSL spline object wrapper.
This object comprises the proper functions to use the GNU Scientific Library (GSL) spline functions and interpolation methods.
Constructors
ncm_spline_gsl_new
This function returns a new gsl NcmSpline which will use type
interpolation method.
ncm_spline_gsl_new_by_id
This function returns a new gsl NcmSpline which will use type
interpolation method.
Properties
NumCosmoMath.SplineGsl:type-name
The name of the interpolation method from GNU Scientific Library (GSL).
Properties inherited from NcmSpline (3)
NumCosmoMath.Spline:length
The spline length (total number of knots).
NumCosmoMath.Spline:x
NcmVector with the spline knots.
NumCosmoMath.Spline:y
NcmVector with the spline values.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.