Class

NumCosmoMathSplineCubicNotaknot

Description [src]

final class NumCosmoMath.SplineCubicNotaknot : NumCosmoMath.SplineCubic
{
  /* No available fields */
}

Cubic spline implementation with ‘not a knot’ boundary conditions.

This object implements the necessary functions to compute a cubic spline with boundary conditions obtained with the ‘not a knot’ method.

Constructors

ncm_spline_cubic_notaknot_new

This function returns a new cubic NcmSpline.

ncm_spline_cubic_notaknot_new_full

This function returns a new NcmSpline setting all its members.

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.

Methods inherited from NcmSpline (41)

Please see NcmSpline for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of 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.

Class structure

struct NumCosmoMathSplineCubicNotaknotClass {
  NcmSplineCubicClass parent_class;
  
}

No description available.

Class members
parent_class: NcmSplineCubicClass

No description available.