Method

NumCosmoMathSplineeval_integ

Declaration [src]

gdouble
ncm_spline_eval_integ (
  const NcmSpline* s,
  const gdouble x0,
  const gdouble x1
)

Description

No description available.

Parameters

x0

Type: const gdouble

Lower integration limit.

x1

Type: const gdouble

Upper integration limit.

Return value

Type: gdouble

The numerical integral of an interpolated function over the range [x0, x1].