Method

NumCosmoXcorKernelget_k_range

Declaration [src]

void
nc_xcor_kernel_get_k_range (
  NcXcorKernel* xclk,
  NcHICosmo* cosmo,
  gint l,
  gdouble* kmin,
  gdouble* kmax
)

Description [src]

Gets the valid k range for the kernel at multipole l. Uses the component-based implementation.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: gint

Multipole.

kmin

Type: gdouble*

Minimum wavenumber.

The argument will be set by the function.
kmax

Type: gdouble*

Maximum wavenumber.

The argument will be set by the function.