Method

NumCosmoMathSplineget_bounds

Declaration [src]

void
ncm_spline_get_bounds (
  NcmSpline* s,
  gdouble* lb,
  gdouble* ub
)

Description [src]

This function returns the lower and upper bound of s.

Parameters

lb

Type: gdouble*

Spline lower bound.

The argument will be set by the function.
ub

Type: gdouble*

Spline upper bound.

The argument will be set by the function.