Method

NumCosmoMathSpline2dinteg_dy_spline_val

Declaration [src]

gdouble
ncm_spline2d_integ_dy_spline_val (
  NcmSpline2d* s2d,
  gdouble x,
  gdouble yl,
  gdouble yu
)

Description [src]

This function calls #ncm_spline2d_integ_dy_spline and evaluates the resulting NcmSpline at x.

Parameters

x

Type: gdouble

X-coordinate value.

yl

Type: gdouble

Lower limit of integration.

yu

Type: gdouble

Upper limit of integration.

Return value

Type: gdouble

The value of s2d integrated in y over the range [yl, yu] and computed at x.