Constructor
NumCosmoMathOdeSplinenew
Declaration [src]
NcmOdeSpline*
ncm_ode_spline_new (
NcmSpline* s,
NcmOdeSplineDydx dydx
)
Parameters
s-
Type:
NcmSplineA
NcmSpline.The data is owned by the caller of the function. dydx-
Type:
NcmOdeSplineDydxA
NcmOdeSplineDydx.
Return value
Type: NcmOdeSpline
A new NcmOdeSpline.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |