Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 845 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 845 Bytes

DormandPrince.jl

codecov

Julia-native implementation of the Dormand-Prince 5th order solver

Installation

DormandPrince is a   Julia Language   package. To install DormandPrince, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command

pkg> add DormandPrince

License

Apache License 2.0