Class
NumCosmoMathSpline2dGsl
Description [src]
final class NumCosmoMath.Spline2dGsl : NumCosmoMath.Spline2d
{
/* No available fields */
}
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.
Constructors
ncm_spline2d_gsl_natural_new
This function initializes a NcmSpline2d of GSL
type gsl_interp_cspline.
Instance methods
Methods inherited from NcmSpline2d (37)
Please see NcmSpline2d for a full list of methods.
Properties
Properties inherited from NcmSpline2d (6)
NumCosmoMath.Spline2d:init
Boolean whether to prepare the NcmSpline2d.
NumCosmoMath.Spline2d:spline
NcmSpline object used internally.
NumCosmoMath.Spline2d:use-acc
No description available.
NumCosmoMath.Spline2d:x-vector
No description available.
NumCosmoMath.Spline2d:y-vector
No description available.
NumCosmoMath.Spline2d:z-matrix
No description available.
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.