Class Summary |
ButcherMatrix |
Butcher matrix representation of a Runge-Kutta method. |
CustomButcherMatrix |
A custom-built Butcher matrix. |
ForwardEuler |
Butcher matrix for the forward Euler method. |
Heun |
Butcher matrix for Heun's method. |
Merson |
Butcher matrix for Merson's method. |
Midpoint |
Butcher matrix for the midpoint method. |
ModifiedEuler |
Butcher matrix for the modified Euler method. |
RungeKutta3 |
Butcher matrix for the 3rd order Runge-Kutta method. |
RungeKutta4 |
Butcher matrix for the 4th order Runge-Kutta method. |
ThreeEights |
Butcher matrix for the 3/8s method. |