glomin_nogoto_test, a C code which calls glomin_nogoto(), which finds a global minimum of a scalar function of a scalar variable, by Richard Brent. This version, rewritten by Hans Bieshaar, avoids the use of the goto statement.
The information on this web page is distributed under the MIT license.
glomin_nogoto, a C code which finds a global minimum of a scalar function of a scalar variable, by Richard Brent. This version, rewritten by Hans Bieshaar, avoids the use of the goto statement.