| Class | Description | |
|---|---|---|
| AbstractSolver |
Abstracts an implementation of IODESolver
NOTE: you should not instantiate this class |
|
| Euler |
Euler differential equation solver
This solver simply finds the derivative and applies it directly to the state to advance the equation |
|
| RK4 |
Runga Kutta 4th-Order Differential equation solver
This is a meticulous and accurate IODESolver. |