Function

NumCosmoXcorKernelIntegrandEval

Declaration

void
(* NcXcorKernelIntegrandEval) (
  gpointer data,
  gdouble k,
  gdouble* W
)

Description [src]

Function type for evaluating kernel integrands.

Parameters

data

Type: gpointer

User data.

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

Type: gdouble

Wavenumber.

W

Type: An array of gdouble

Output array to fill with integrand values.

The argument will be set by the function.
The caller of the function takes ownership of the returned data, and is responsible for freeing it.