Constructor
NumCosmoMathIntegral1dPtrnew_full
Declaration [src]
NcmIntegral1dPtr*
ncm_integral1d_ptr_new_full (
NcmIntegral1dPtrF F,
GDestroyNotify userfree,
const gdouble reltol,
const gdouble abstol,
const guint partition,
const guint rule
)
Parameters
F-
Type:
NcmIntegral1dPtrFA
NcmIntegral1dPtrF. userfree-
Type:
GDestroyNotifyGDestroyNotify. reltol-
Type:
const gdoubleThe relative tolerance.
abstol-
Type:
const gdoubleThe absolute tolerance.
partition-
Type:
const guintThe maximum subdivisions.
rule-
Type:
const guintIntegration rule to use in each subinterval.
Return value
Type: NcmIntegral1dPtr
The new NcmIntegral1dPtr object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |