Method

NumCosmoMathSplinepost_prepare

Declaration [src]

void
ncm_spline_post_prepare (
  NcmSpline* s
)

Description [src]

Computes lookup buckets for the spline s to enable efficient evaluations using #ncm_spline_eval. This function is always called by #ncm_spline_prepare() after all necessary preparations are completed.

It exists separately because some objects (e.g., NcmSpline2d) prepare the spline without calling #ncm_spline_prepare(). These objects must explicitly invoke this function to perform the required post-processing.

For normal use, this function should never be called directly.