Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 260 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 260 Bytes

Runge-Kutta with adaptive step size.

Works with arbitrary state-types, performs well with high-dimensional vectors.

Implemented are Dormand-Prince 5(4) and Bogacki-Shampine 5(4). Depending on the problem, one pair can significantly outperform the other.