NcmSplineCubic

NcmSplineCubic — Abstract class for implementing cubic splines.

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── NcmSpline
        ╰── NcmSplineCubic
            ╰── NcmSplineCubicNotaknot

Includes

#include <numcosmo/math/ncm_spline_cubic.h>

Description

This class implements the functions which use a polynomial interpolation method of third degree.

Functions