Function

NumCosmoMathIntegralPeakfinder

Declaration

void
(* NcmIntegralPeakfinder) (
  const gint* ndim,
  const gdouble* b,
  gint* n,
  gdouble* x,
  void* userdata
)

Description

No description available.

Parameters

ndim

Type: const gint*

No description available.

The data is owned by the caller of the function.
b

Type: const gdouble*

No description available.

The data is owned by the caller of the function.
n

Type: gint*

No description available.

The data is owned by the caller of the function.
x

Type: gdouble*

No description available.

The data is owned by the caller of the function.
userdata

Type: void*

No description available.

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