org.vizzini.math.ode
Class RungeKutta4ODESolver
java.lang.Object
org.vizzini.math.ode.AbstractODESolver
org.vizzini.math.ode.RungeKutta4ODESolver
- All Implemented Interfaces:
- IODESolver
public class RungeKutta4ODESolver
- extends AbstractODESolver
Provides a fourth-order Runge-Kutta ordinary differential equation solver.
- Since:
- v0.3
- Version:
- v0.3
Method Summary |
void |
update(IODE ode,
double ds)
Update the given ordinary differential equation using the given delta
value of the independent variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RungeKutta4ODESolver
public RungeKutta4ODESolver()
update
public void update(IODE ode,
double ds)
- Update the given ordinary differential equation using the given delta
value of the independent variable.
- Since:
- v0.3
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |