Class
NumCosmoMathSplineCubicD2
Description [src]
final class NumCosmoMath.SplineCubicD2 : NumCosmoMath.SplineCubic
{
/* No available fields */
}
Cubic spline implementation given second derivatives.
This object implements the necessary functions to compute a cubic spline with where the user provides the second derivatives of the function.
Constructors
ncm_spline_cubic_d2_new
This function returns a new NcmSpline setting all its members.
It makes a copy of the d2yv vector and saves it internally.
Instance methods
Methods inherited from NcmSplineCubic (5)
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.