RK4 numerical algorithm for solving ordinary differential equations
Inherits from: Solver
Implements the Runge-Kutta order 4 algoritm: http://en.wikipedia.org/wiki/Runge-kutta.
This is considered a very good and robust algorithm
See also: Solver