Method

NumCosmoXcorKernelIntegrandget_range

Declaration [src]

void
nc_xcor_kernel_integrand_get_range (
  NcXcorKernelIntegrand* integrand,
  gdouble* k_min,
  gdouble* k_max
)

Description [src]

Gets the valid k range for this integrand.

Parameters

k_min

Type: gdouble*

Minimum k value.

The argument will be set by the function.
k_max

Type: gdouble*

Maximum k value.

The argument will be set by the function.