Method

NumCosmoMathFitStateset_m2lnL_curval

Declaration [src]

void
ncm_fit_state_set_m2lnL_curval (
  NcmFitState* fstate,
  gdouble m2lnL_curval
)

Description [src]

Sets the current value of the m2lnL of fstate.

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

Parameters

m2lnL_curval

Type: gdouble

Current value of the m2lnL.