Method

NumCosmoMathFunctionSampleSetget_absmaxF

Declaration [src]

gdouble
ncm_function_sample_set_get_absmaxF (
  NcmFunctionSampleSet* fss,
  const guint i,
  gdouble* x
)

Description [src]

Gets the maximum absolute value observed for component i across all samples. This is useful for determining appropriate tolerances in refinement algorithms.

Parameters

i

Type: const guint

Component index.

x

Type: gdouble*

X value where the maximum absolute value for component i occurs.

The argument will be set by the function.

Return value

Type: gdouble

The maximum absolute value for component i.