Method

NumCosmoXcorKernelset_adaptive_epsilon

Declaration [src]

void
nc_xcor_kernel_set_adaptive_epsilon (
  NcXcorKernel* xclk,
  gdouble adaptive_epsilon
)

Description [src]

Sets the convergence threshold for adaptive k-range determination in the non-Limber integrand. Typical values range from 1e-4 to 1e-8, with smaller values providing more accurate integration at the cost of more evaluations.

Parameters

adaptive_epsilon

Type: gdouble

The convergence threshold (must be > 0).