Constructor
NumCosmoMathOdeSplinenew_full
Declaration [src]
NcmOdeSpline*
ncm_ode_spline_new_full (
NcmSpline* s,
NcmOdeSplineDydx dydx,
gdouble yi,
gdouble xi,
gdouble xf
)
Parameters
s-
Type:
NcmSplineA
NcmSpline.The data is owned by the caller of the function. dydx-
Type:
NcmOdeSplineDydxA
NcmOdeSplineDydx. yi-
Type:
gdoubleInitial value of the function to be evaluated.
xi-
Type:
gdoubleInitial point to integrate the edo.
xf-
Type:
gdoubleFinal 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. |