| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Least Squares -- LevmarLeast Squares -- Levmar — Interface for Levenberg-Marquardt nonlinear least squares algorithm library |
Synopsis
enum NcmFitLevmarAlgos; struct NcmFitLevmarClass; struct NcmFitLevmar; NcmFit * ncm_fit_levmar_new (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,NcmFitLevmarAlgos algo); NcmFit * ncm_fit_levmar_new_default (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype); NcmFit * ncm_fit_levmar_new_by_name (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,gchar *algo_name); void ncm_fit_levmar_set_algo (NcmFitLevmar *fit_levmar,NcmFitLevmarAlgos algo);
Details
ncm_fit_levmar_new ()
NcmFit * ncm_fit_levmar_new (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,NcmFitLevmarAlgos algo);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_fit_levmar_new_default ()
NcmFit * ncm_fit_levmar_new_default (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_fit_levmar_new_by_name ()
NcmFit * ncm_fit_levmar_new_by_name (NcmLikelihood *lh,NcmMSet *mset,NcmFitGradType gtype,gchar *algo_name);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_fit_levmar_set_algo ()
void ncm_fit_levmar_set_algo (NcmFitLevmar *fit_levmar,NcmFitLevmarAlgos algo);
FIXME
|
a NcmFitLevmar. |
|
a levmar_algorithm. |
Property Details
The "algorithm" property
"algorithm" NcmFitLevmarAlgos : Read / Write / Construct
Levmar least squares library algorithm.
Default value: NCM_FIT_LEVMAR_DIF