brent_original, a FORTRAN77 library which contains the original versions of algorithms for finding zeros or minima of a scalar function of a scalar variable, by Richard Brent.
The methods do not require the use of derivatives, and do not assume that the function is differentiable.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
brent_original is available in a FORTRAN77 version.
brent, a FORTRAN77 library which contains routines for finding zeroes or minima of a scalar function of a scalar variable, without the use of derivative information, including a reverse communication (RC) option, by Richard Brent.
Richard Brent;