Method

NumCosmoXcorKernelset_max_border_expansions

Declaration [src]

void
nc_xcor_kernel_set_max_border_expansions (
  NcXcorKernel* xclk,
  guint max_border_expansions
)

Description [src]

Sets the maximum number of border expansion iterations. Higher values allow the domain to extend further when needed, at the cost of potentially more function evaluations. Typical values range from 1000 to 10000.

Parameters

max_border_expansions

Type: guint

The maximum number of expansions (must be >= 1).