Method

NumCosmoMathOdeSplineset_yf

Declaration [src]

void
ncm_ode_spline_set_yf (
  NcmOdeSpline* os,
  gdouble yf
)

Description [src]

This function sets the final value of the function to be evaluated. When yf is reached, the edo’s integration is stopped. Note that if xf is also set, yf will take precedence.

Parameters

yf

Type: gdouble

Final value of the function to be evaluated.