glomin_nogoto_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:


Last revised on 13 July 2021.