Method

NumCosmoMathFunctionSampleSetget_absmaxF_linf_norm

Declaration [src]

gdouble
ncm_function_sample_set_get_absmaxF_linf_norm (
  NcmFunctionSampleSet* fss
)

Description [src]

Computes the $L_\infty$ norm (maximum norm) of the maximum absolute values across all components: $$|\vec{F}|\infty = \max{i=0}^{n-1} (\max_x |F_i(x)|)$$

This represents the largest absolute value observed across all components and samples, useful for conservative error bounds.

Return value

Type: gdouble

The $L_\infty$ norm of the component-wise maximum absolute values.