| Type | Description |
Runge-Kutta method of 8th order of Dormand and Prince. Supports step size control, stiffness detection and dense output. If dense output is not needed, it is recommended to use RK8713M instead, which gives slighly better accuracy. |
|
Runge-Kutta method of 5th order of Dormand and Prince with 6 stages. Attention: This method can only provide dense output of order 3. If dense output of high accuracy is needed, use method RK547M . |
|
Runge-Kutta method of 8th order of Dormand and Prince. Attention: this method can only provide dense output of order 3. If accurate dense output is needed, please use method DOP853. |
|