Bulirsch–Stoer algorithm: Difference between revisions

Content deleted Content added
added "numerical integrators" navigation box, perhaps this should be linked there
Added link to Java implementation. Trimmed BOOST/C++ description.
Line 21:
* [http://www.unige.ch/~hairer/prog/nonstiff/odex.f ODEX.F], implementation of the Bulirsch–Stoer algorithm by Ernst Hairer and Gerhard Wanner (for other routines and license conditions, see their [http://www.unige.ch/~hairer/software.html Fortran and Matlab Codes] page).
 
* [https://www.boost.org/doc/libs/1_55_0/boost/numeric/odeint/stepper/bulirsch_stoer.hpp BOOST library], implementingimplementation thein Bulirsch–Stoer algorithm by boost library)C++.
 
* [https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/ode/nonstiff/GraggBulirschStoerIntegrator.html Apache Commons Math], implementation in Java.
 
{{Numerical integrators}}