Method

NumCosmoMathOdeSplineset_ini_step

Declaration [src]

void
ncm_ode_spline_set_ini_step (
  NcmOdeSpline* os,
  gdouble ini_step
)

Description [src]

Sets a guess for the initial step size. If ini_step is zero it uses the automatic determination based on the tolerances.

Parameters

ini_step

Type: gdouble

The initial step.