Method

NumCosmoHIQG1DGausseval_hermit

Declaration [src]

void
nc_hiqg_1d_gauss_eval_hermit (
  NcHIQG1DGauss* qm_gauss,
  const gdouble x,
  gdouble* psi
)

Description [src]

Evaluates qm_gauss at x removing the Hemite weight.

Parameters

x

Type: const gdouble

The point where to evaluate $\psi(x)$.

psi

Type: An array of double

$\psi$.

The argument will be set by the function.
The array must have 2 elements.
The returned data is owned by the instance.