Method

NumCosmoMathSpline2dinteg_dy_spline

Declaration [src]

NcmSpline*
ncm_spline2d_integ_dy_spline (
  NcmSpline2d* s2d,
  gdouble yl,
  gdouble yu
)

Description [src]

This function computes the integral in y of the bidimensional interpolated function over the range [yl, yu] resulting in a one dimensional function.

Parameters

yl

Type: gdouble

Lower limit of integration.

yu

Type: gdouble

Upper limit of integration.

Return value

Type: NcmSpline

A NcmSpline.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.