Method

NumCosmoMathIntegralFixedcalc_nodes

Declaration [src]

void
ncm_integral_fixed_calc_nodes (
  NcmIntegralFixed* intf,
  gint* F
)

Description [src]

This function calculates the nodes of the NcmIntegralFixed. It uses the Gauss-Legendre integration rule to determine the interval inner points.

This method is not directly available to language bindings.

Parameters

F

Type: gint*

A pointer to a gsl_function.

The data is owned by the caller of the method.