NcmSpline2dSpline

NcmSpline2dSpline — Implements bidimensional splines from splines method.

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── NcmSpline2d
        ╰── NcmSpline2dSpline

Includes

#include <numcosmo/math/ncm_spline2d_spline.h>

Description

This object implements bidimensional splines with the method given by the NcmSpline class, e.g. NcmSplineCubicNotaknot.

Functions

ncm_spline2d_spline_new ()

NcmSpline2d *
ncm_spline2d_spline_new (NcmSpline *s);

This function initializes a NcmSpline2d object with a spline method given in s .

Parameters

s

a NcmSpline

 

Returns

A new NcmSpline2d.

Types and Values

NCM_TYPE_SPLINE2D_SPLINE

#define NCM_TYPE_SPLINE2D_SPLINE (ncm_spline2d_spline_get_type ())

NcmSpline2dSpline

typedef struct _NcmSpline2dSpline NcmSpline2dSpline;