runge_kutta_solver Class Template Reference
#include <solver.hpp>
List of all members.
Detailed Description
template<typename S>
 class gsgl::math::runge_kutta_solver< S >
The venerable Runge-Kutta 
solver. 
Definition at line 71 of file solver.hpp.
|  | 
| 
 Public Member Functions | 
| S | next (const S &x, const double &t, const double &dt) | 
Member Function Documentation
      
        
          | S next | ( | const S & | x, | 
        
          |  |  | const double & | t, | 
        
          |  |  | const double & | dt |  | 
        
          |  | ) |  |  |  [inline, virtual] | 
      
 
 
The documentation for this class was generated from the following file: