Method

NumCosmoMathOdeSplineset_interval

Declaration [src]

void
ncm_ode_spline_set_interval (
  NcmOdeSpline* os,
  gdouble yi,
  gdouble xi,
  gdouble xf
)

Description [src]

This function sets os interval [xi, xf] and its initial value yi in order to integrate the ode.

Parameters

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.