Method
NumCosmoMathIntegralFixedinteg_mult
Declaration [src]
gdouble
ncm_integral_fixed_integ_mult (
NcmIntegralFixed* intf,
gint* F
)
Description [src]
This function evaluates the integral of the function integ->f over the
interval [xi, xf] 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.
This method is not directly available to language bindings.