Method

NumCosmoXcorKernelset_scaled_abstol

Declaration [src]

void
nc_xcor_kernel_set_scaled_abstol (
  NcXcorKernel* xclk,
  gdouble scaled_abstol
)

Description [src]

Sets the absolute minimum threshold for adaptive midpoint refinement. This parameter helps prevent excessive refinement in cases where the kernel has very low amplitude, by providing a floor below which the refinement will stop regardless of the relative tolerance.

Parameters

scaled_abstol

Type: gdouble

The absolute minimum (must be > 0).