Method

NumCosmoHIQG1DGausseval

Declaration [src]

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

Description [src]

Evaluates qm_gauss at x.

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.