Method

NumCosmoXcorKernelIntegrandeval

Declaration [src]

void
nc_xcor_kernel_integrand_eval (
  NcXcorKernelIntegrand* integrand,
  gdouble k,
  gdouble* W
)

Description [src]

Evaluates the integrand at wavenumber k, storing len results in W.

This method is not directly available to language bindings.

Parameters

k

Type: gdouble

Wavenumber.

W

Type: An array of gdouble

Array of length len to store results.

The argument will be set by the function.
The returned data is owned by the instance.