Method

NumCosmoMathSpline2dinteg_dxdy_spline_x

Declaration [src]

gdouble
ncm_spline2d_integ_dxdy_spline_x (
  NcmSpline2d* s2d,
  gdouble xl,
  gdouble xu,
  gdouble yl,
  gdouble yu
)

Description [src]

This function calls #ncm_spline2d_integ_dx_spline and integrates the resulting NcmSpline over the interval [yl, yu].

Parameters

xl

Type: gdouble

Lower limit of integration in the x-direction.

xu

Type: gdouble

Upper limit of integration in the x-direction.

yl

Type: gdouble

Lower limit of integration in the y-direction.

yu

Type: gdouble

Upper limit of integration in the y-direction.

Return value

Type: gdouble

The value of s2d integrated in x and y over the ranges [xl, xu] and [yl, yu], respectively.