Next: , Previous: Initializing the Minimizer, Up: One dimensional Minimization   [Index]


35.4 Providing the function to minimize

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).