Class
NumCosmoMathSplineCubic
Description [src]
abstract class NumCosmoMath.SplineCubic : NumCosmoMath.Spline
{
/* No available fields */
}
Base class for implementing cubic splines.
This class implements the functions which use a polynomial interpolation method of third degree.
Instance methods
ncm_spline_cubic_peek_b_vec
Gets the vector of coefficients b. This method is used by subclasses to implement
the ncm_spline_prepare() virtual method. It should not be used by the user.
ncm_spline_cubic_peek_c_vec
Gets the vector of coefficients c. This method is used by subclasses
to implement the ncm_spline_prepare() virtual method.
It should not be used by the user.
ncm_spline_cubic_peek_d_vec
Gets the vector of coefficients d. This method is used by subclasses
to implement the ncm_spline_prepare() virtual method.
It should not be used by the user.
ncm_spline_cubic_peek_diag_vec
Gets the vector diag of the tri-diagonal matrix. This method is used by subclasses
to implement the ncm_spline_prepare() virtual method. It should not be used by the user.
ncm_spline_cubic_peek_offdiag_vec
Gets the vector offdiag of the tri-diagonal matrix. This method is used by
subclasses to implement the ncm_spline_prepare() virtual method. It should not be
used by the user.
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.