Constructor
NumCosmoMathFitStatenew
Declaration [src]
NcmFitState*
ncm_fit_state_new (
guint data_len,
guint fparam_len,
gint dof,
gboolean is_least_squares
)
Parameters
data_len-
Type:
guintData length.
fparam_len-
Type:
guintFree parameters length.
dof-
Type:
gintDegrees of freedom.
is_least_squares-
Type:
gbooleanWhether it is a least squares fit.
Return value
Type: NcmFitState
A newly allocated NcmFitState.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |