Method

NumCosmoMathFitStateset_grad_eval

Declaration [src]

void
ncm_fit_state_set_grad_eval (
  NcmFitState* fstate,
  guint grad_eval
)

Description [src]

Sets 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.

Parameters

grad_eval

Type: guint

Number of gradient evaluations.