Method

NumCosmoHIQG1DExpeval_lnRS

Declaration [src]

void
nc_hiqg_1d_exp_eval_lnRS (
  NcHIQG1DExp* qm_exp,
  const gdouble x,
  gdouble* lnRS
)

Description [src]

Evaluates qm_exp 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.