Function

NumCosmoHIQG1DPsi

Declaration

void
(* NcHIQG1DPsi) (
  gpointer psi_data,
  const gdouble x,
  gdouble* psi
)

Description [src]

Wave-function.

Parameters

psi_data

Type: gpointer

Object pointer.

The argument can be NULL.
The data is owned by the caller of the function.
x

Type: const gdouble

Eval point $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 function.