NcmFitGSLLS

NcmFitGSLLS — Best-fit finder -- GSL least squares algorithms.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── NcmFit
        ╰── NcmFitGSLLS

Description

This object implements a best-fit finder using the GSL least squares algorithms. It is a subclass of NcmFit.

Functions

ncm_fit_gsl_ls_new ()

NcmFit *
ncm_fit_gsl_ls_new (NcmLikelihood *lh,
                    NcmMSet *mset,
                    NcmFitGradType gtype);

Creates a new NcmFitGSLLS object with the given likelihood, model set and gradient type.

Parameters

lh

a NcmLikelihood

 

mset

a NcmMSet

 

gtype

a NcmFitGradType

 

Returns

a new NcmFitGSLLS object.

[transfer full]

Types and Values

NCM_TYPE_FIT_GSL_LS

#define NCM_TYPE_FIT_GSL_LS (ncm_fit_gsl_ls_get_type ())

NcmFitGSLLS

typedef struct _NcmFitGSLLS NcmFitGSLLS;