Method

NumCosmoMathFitStateadd_func_eval

Declaration [src]

void
ncm_fit_state_add_func_eval (
  NcmFitState* fstate,
  guint func_eval
)

Description [src]

Adds func_eval to the number of function evaluations of fstate.

This method is used by NcmFit implementations to set fstate state. It should not be used by the user.

Parameters

func_eval

Type: guint

Number of function evaluations.