Class

NumCosmoMathSpline2dBicubic

Description [src]

final class NumCosmoMath.Spline2dBicubic : NumCosmoMath.Spline2d
{
  /* No available fields */
}

Bidimensional bicubic spline.

This class implements the functions which use a bicubic interpolation method.

Ancestors

Constructors

ncm_spline2d_bicubic_new

This function initializes a NcmSpline2d of bicubic type given s.

ncm_spline2d_bicubic_notaknot_new

This function initializes a NcmSpline2d of bi-cubic not-a-knot type (See NcmSplineCubicNotaknot).

Functions

ncm_spline2d_bicubic_bi
No description available.

ncm_spline2d_bicubic_bi_bip1
No description available.

ncm_spline2d_bicubic_eval_poly
No description available.

ncm_spline2d_bicubic_fij_to_aij
No description available.

ncm_spline2d_bicubic_integ_dx_coeffs
No description available.

ncm_spline2d_bicubic_integ_dy_coeffs
No description available.

ncm_spline2d_bicubic_integ_eval2d
No description available.

Instance methods

Methods inherited from NcmSpline2d (37)

Please see NcmSpline2d for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from NcmSpline2d (6)
NumCosmoMath.Spline2d:init

Boolean whether to prepare the NcmSpline2d.

NumCosmoMath.Spline2d:spline

NcmSpline object used internally.

NumCosmoMath.Spline2d:use-acc
No description available.

NumCosmoMath.Spline2d:x-vector
No description available.

NumCosmoMath.Spline2d:y-vector
No description available.

NumCosmoMath.Spline2d:z-matrix
No description available.

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 NumCosmoMathSpline2dBicubicClass {
  NcmSpline2dClass parent_class;
  
}

No description available.

Class members
parent_class: NcmSpline2dClass

No description available.