Class
NumCosmoMathSplineRBF
Description [src]
final class NumCosmoMath.SplineRBF : NumCosmoMath.Spline
{
/* No available fields */
}
Radial Basis Function implementation of spline class.
This object implements NcmSpline, using Radial Basis Function
(RBF) methods.
Properties
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.