Brent's Method - Implementations

Implementations

  • Brent (1973) published an Algol 60 implementation.
  • Netlib contains a Fortran translation of this implementation with slight modifications.
  • The PARI/GP method solve implements the method.
  • Other implementations of the algorithm (in C++, C, and Fortran) can be found in the Numerical Recipes books.
  • The Apache Commons Math library implements the algorithm in Java.
  • The Modelica Standard Library implements the algorithm in Modelica.

Read more about this topic:  Brent's Method