Function

NumCosmoXcorKernelIntegrandGetRange

Declaration

void
(* NcXcorKernelIntegrandGetRange) (
  gpointer data,
  gdouble* k_min,
  gdouble* k_max
)

Description [src]

Function type for getting the valid k range.

Parameters

data

Type: gpointer

User data.

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

Type: gdouble*

Minimum wavenumber.

The argument will be set by the function.
k_max

Type: gdouble*

Maximum wavenumber.

The argument will be set by the function.