Method

NumCosmoMathOdeSplineprepare

Declaration [src]

void
ncm_ode_spline_prepare (
  NcmOdeSpline* os,
  gpointer userdata
)

Description [src]

This function prepares the NcmOdeSpline os and fills its internal NcmSpline with the evaluated ode’s solution.

Parameters

userdata

Type: gpointer

Ode additional parameters.

The argument can be NULL.
The data is owned by the caller of the method.