NcmDividedDifference

NcmDividedDifference — Divided difference methods for function interpolation with derivatives.

Stability Level

Unstable, unless otherwise indicated

Includes

#include <numcosmo/math/dividedifference.h>

Description

FIXME

Functions

ncm_interp_dd_init ()

void
ncm_interp_dd_init (const gdouble *vx,
                    gdouble *dd,
                    const gint np,
                    const gint nf);

ncm_interp_dd_eval ()

gdouble
ncm_interp_dd_eval (const gdouble *vx,
                    const gdouble *dd,
                    const gdouble x,
                    const gint np,
                    const gint nf);

ncm_interp_dd_init_2_4 ()

void
ncm_interp_dd_init_2_4 (const gdouble *vx,
                        gdouble *dd);

ncm_interp_dd_eval_2_4 ()

gdouble
ncm_interp_dd_eval_2_4 (const gdouble *vx,
                        const gdouble *dd,
                        const gdouble x);

Types and Values