NcmSpline2dSpline

NcmSpline2dSpline — Implements bidimensional splines from splines method.

Stability Level

Stable, unless otherwise indicated

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.