Method

NumCosmoHIQG1DGausseval_lnRS

Declaration [src]

void
nc_hiqg_1d_gauss_eval_lnRS (
  NcHIQG1DGauss* qm_gauss,
  const gdouble x,
  gdouble* lnRS
)

Description [src]

Evaluates qm_gauss at x.

Parameters

x

Type: const gdouble

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

lnRS

Type: An array of double

$\ln(R)$ and $S$ in $\psi = e^{\ln(R) + iS}$.

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