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.

Ancestors

Constructors

ncm_spline_rbf_new

Creates a new RBF using type_id.

Functions

ncm_spline_rbf_clear

Decrease the reference count of rbf by one, and sets the pointer *rbf to NULL.

Instance methods

ncm_spline_rbf_free

Decrease the reference count of rbf by one.

ncm_spline_rbf_ref

Increase the reference of rbf by one.

ncm_spline_rbf_set_shape_params

Sets the RBF shape parameters to shape_params.

ncm_spline_rbf_set_type

Sets the RBF type function to type_id.

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

NumCosmoMath.SplineRBF:type-id

The RBF method to be applied by the object.

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 NumCosmoMathSplineRBFClass {
  NcmSplineClass parent_class;
  
}

No description available.

Class members
parent_class: NcmSplineClass

No description available.