Next: Minimization Iteration, Previous: Initializing the Minimizer, Up: One dimensional Minimization
You must provide a continuous function of one variable for the
minimizers to operate on. In order to allow for general parameters the
functions are defined by a gsl_function
data type
(see Providing the function to solve).