Class

NumCosmoMathSplineGsl

Description [src]

final class NumCosmoMath.SplineGsl : NumCosmoMath.Spline
{
  /* No available fields */
}

GSL spline object wrapper.

This object comprises the proper functions to use the GNU Scientific Library (GSL) spline functions and interpolation methods.

Ancestors

Constructors

ncm_spline_gsl_new

This function returns a new gsl NcmSpline which will use type interpolation method.

ncm_spline_gsl_new_by_id

This function returns a new gsl NcmSpline which will use type interpolation method.

ncm_spline_gsl_new_full

This function returns a new gsl NcmSpline setting all its members.

ncm_spline_gsl_new_full_by_id

This function returns a new gsl NcmSplineGsl setting all its members.

Instance methods

ncm_spline_gsl_get_gsl_type

This function returns the interpolation method of sg.

ncm_spline_gsl_get_type_id

This function returns the interpolation method id of sg.

ncm_spline_gsl_set_type

This function sets the interpolation method type to sg.

ncm_spline_gsl_set_type_by_id

This function sets the interpolation method type_id to sg.

ncm_spline_gsl_set_type_by_name

This function sets the interpolation method type_name to sg.

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.SplineGsl:type-name

The name of the interpolation method from GNU Scientific Library (GSL).

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

No description available.

Class members
parent_class: NcmSplineClass

No description available.