Top | ![]() |
![]() |
![]() |
![]() |
Functions
NcmFit * | ncm_fit_nlopt_new () |
NcmFit * | ncm_fit_nlopt_local_new () |
void | ncm_fit_nlopt_set_algo () |
void | ncm_fit_nlopt_set_local_algo () |
NcmFit * | ncm_fit_nlopt_new_by_name () |
NcmFit * | ncm_fit_nlopt_new_default () |
Properties
NcmFitNloptAlgorithm | algorithm | Read / Write / Construct |
NcmFitNloptAlgorithm | local-algorithm | Read / Write |
Functions
ncm_fit_nlopt_new ()
NcmFit * ncm_fit_nlopt_new (NcmLikelihood *lh
,NcmMSet *mset
,NcmFitGradType gtype
,nlopt_algorithm algo
);
FIXME
ncm_fit_nlopt_local_new ()
NcmFit * ncm_fit_nlopt_local_new (NcmLikelihood *lh
,NcmMSet *mset
,NcmFitGradType gtype
,nlopt_algorithm algo
,nlopt_algorithm local_algo
);
FIXME
ncm_fit_nlopt_set_algo ()
void ncm_fit_nlopt_set_algo (NcmFitNLOpt *fit_nlopt
,nlopt_algorithm algo
);
FIXME
[skip]
ncm_fit_nlopt_set_local_algo ()
void ncm_fit_nlopt_set_local_algo (NcmFitNLOpt *fit_nlopt
,nlopt_algorithm algo
);
FIXME
ncm_fit_nlopt_new_by_name ()
NcmFit * ncm_fit_nlopt_new_by_name (NcmLikelihood *lh
,NcmMSet *mset
,NcmFitGradType gtype
,gchar *algo_name
);
FIXME
ncm_fit_nlopt_new_default ()
NcmFit * ncm_fit_nlopt_new_default (NcmLikelihood *lh
,NcmMSet *mset
,NcmFitGradType gtype
);
FIXME