Function

NumCosmoMathIntegral1dF

Declaration

gdouble
(* NcmIntegral1dF) (
  NcmIntegral1d* int1d,
  const gdouble x,
  const gdouble w
)

Description

No description available.

Parameters

int1d

Type: NcmIntegral1d

A NcmIntegral1d.

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

Type: const gdouble

Integration variable.

w

Type: const gdouble

Integration weight.

Return value

Type: gdouble

The value of the integrand at x.