Method

NumCosmoXcorKernelget_eval

Declaration [src]

NcXcorKernelIntegrand*
nc_xcor_kernel_get_eval (
  NcXcorKernel* xclk,
  NcHICosmo* cosmo,
  gint l
)

Description [src]

Gets an evaluation function for the kernel at multipole l. Convenience wrapper around nc_xcor_kernel_get_eval_vectorized() for a single multipole.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
l

Type: gint

Multipole.

Return value

Type: NcXcorKernelIntegrand

The evaluation function for the kernel.

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