Method

NumCosmoMathSplineprepare

Declaration [src]

void
ncm_spline_prepare (
  NcmSpline* s
)

Description [src]

This function prepares the spline s such that one can evaluate it (#ncm_spline_eval), as well as to compute its first and second derivatives (#ncm_spline_eval_deriv, #ncm_spline_eval_deriv2) and integration (#ncm_spline_eval_integ).