Constructor

NumCosmoMathOdeSplinenew_full

Declaration [src]

NcmOdeSpline*
ncm_ode_spline_new_full (
  NcmSpline* s,
  NcmOdeSplineDydx dydx,
  gdouble yi,
  gdouble xi,
  gdouble xf
)

Description [src]

This function creates a new NcmOdeSpline setting all its members.

Parameters

s

Type: NcmSpline

A NcmSpline.

The data is owned by the caller of the function.
dydx

Type: NcmOdeSplineDydx

A NcmOdeSplineDydx.

yi

Type: gdouble

Initial value of the function to be evaluated.

xi

Type: gdouble

Initial point to integrate the edo.

xf

Type: gdouble

Final point to integrate the edo.

Return value

Type: NcmOdeSpline

A new NcmOdeSpline.

The caller of the function takes ownership of the data, and is responsible for freeing it.