Method

NumCosmoMathIntegral1deval_gauss_hermite_mur

Declaration [src]

gdouble
ncm_integral1d_eval_gauss_hermite_mur (
  NcmIntegral1d* int1d,
  const gdouble r,
  const gdouble mu,
  gdouble* err
)

Description [src]

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

Parameters

r

Type: const gdouble

Gaussian scale $r$.

mu

Type: const gdouble

Gaussian mean $\mu$.

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$.