brent_test


brent_test, a C++ program which calls brent() for algorithms for finding zeros or minima of a scalar function of a scalar variable, by Richard Brent.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

brent, a C++ 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. The C++ version includes some customizations by John Denker.

Source Code:


Last revised on 22 January 2019.