Constructor
NumCosmoMathFitNLOptnew_default
Declaration [src]
NcmFit*
ncm_fit_nlopt_new_default (
NcmLikelihood* lh,
NcmMSet* mset,
NcmFitGradType gtype
)
Parameters
lh-
Type:
NcmLikelihoodA
NcmLikelihood.The data is owned by the caller of the function. mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the function. gtype-
Type:
NcmFitGradTypeA
NcmFitGradType.
Return value
Type: NcmFit
A new NcmFitNLOpt object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |