Package nl.tudelft.simulation.jstats.ode.integrators

Class Summary
Adams The Adams-Bashforth-Moulton numerical estimator as described in http://mathworld.wolfram.com/AdamsMethod.html
CachingNumericalIntegrator The CachingNumericalIntegrator is the basis for an integrator that needs access to previously calculated values of y', e.g.
Euler The Euler numerical estimator as described in http://mathworld.wolfram.com/EulerForwardMethod.html
Gill The Gill numerical estimator as described in http://mathworld.wolfram.com/GillsMethod.html
Heun The Heun numerical estimator.
Milne The Milne numerical estimator as described in http://mathworld.wolfram.com/MilnesMethod.html
NumericalIntegrator Provides basic methods for all numerical integration methods.
RungeKutta3 The RungeKutta 3 numerical integrator.
RungeKutta4 The RungeKutta4 numerical integrator.
RungeKuttaCashCarp The RungeKuttaCashCarp.java numerical integrator.
RungeKuttaFehlberg The RungeKuttaFehlberg.java numerical integrator.
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.