Method
NumCosmoMathIntegralFixedinteg_posdef_mult
Declaration [src]
gdouble
ncm_integral_fixed_integ_posdef_mult (
NcmIntegralFixed* intf,
gint* F,
gdouble max,
gdouble reltol
)
Description [src]
This function computes the integral of the function integ->f over the
interval starting at max and going to the left using the nodes calculated
by #ncm_integral_fixed_calc_nodes. It uses the Gauss-Legendre integration
rule to determine the interval inner points. This function multiplies the
integrand by the function F. It stops when the relative error is less than
reltol.
This method is not directly available to language bindings.