Method

NumCosmoHIQG1DSQeval

Declaration [src]

void
nc_hiqg_1d_sq_eval (
  NcHIQG1DSQ* qm_sq,
  const gdouble x,
  gdouble* psi
)

Description [src]

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