Method

NumCosmoMathIntegral1deval_gauss_hermite

Declaration [src]

gdouble
ncm_integral1d_eval_gauss_hermite (
  NcmIntegral1d* int1d,
  gdouble* err
)

Description [src]

Evaluated the integral $H_F = \int_{-\infty}^{\infty}e^{-x^2/2}F(x)\mathrm{d}x$.

Parameters

err

Type: gdouble*

The error in the integration.

The argument will be set by the function.

Return value

Type: gdouble

The value of the integral $H_F$.