Node:Providing the Function to be Minimized, Next:Iteration of the Minimization Algorithm, Previous:Initializing the Nonlinear Least-Squares Solver, Up:Nonlinear Least-Squares Fitting
You must provide n functions of p variables for the minimization algorithms to operate on. In order to allow for general parameters the functions are defined by the following data types:
gsl_multifit_function | Data Type |
This data type defines a general system of functions with parameters.
|
gsl_multifit_function_fdf | Data Type |
This data type defines a general system of functions with parameters and
the corresponding Jacobian matrix of derivatives,
|