Method
NumCosmoMathFitStateadd_grad_eval
Declaration [src]
void
ncm_fit_state_add_grad_eval (
NcmFitState* fstate,
guint grad_eval
)
Description [src]
Adds grad_eval to the number of gradient evaluations of fstate.
This method is used by NcmFit implementations to set fstate state.
It should not be used by the user.