Virtual Method

NumCosmoMathSpline2dint_dy

Declaration [src]

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

Description [src]

This function computes the integration in y over the interval [yl, yu] and 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 numerical integral in y of an interpolated function over the range [yl, yu] and at x.