Method

NumCosmoXcorKernelIntegrandeval_array

Declaration [src]

GArray*
nc_xcor_kernel_integrand_eval_array (
  NcXcorKernelIntegrand* integrand,
  gdouble k
)

Description [src]

Evaluates the integrand at wavenumber k and returns the results in a newly allocated GArray. This is a convenience wrapper around nc_xcor_kernel_integrand_eval() that handles array allocation.

Parameters

k

Type: gdouble

Wavenumber.

Return value

Type: An array of double

A GArray containing len #gdouble values.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.