Skip to content

Simple differential equation solvers in native Julia for scientific machine learning (SciML)

License

Notifications You must be signed in to change notification settings

SciML/SimpleDiffEq.jl

Repository files navigation

SimpleDiffEq.jl

Build Status Coverage Status codecov.io

SimpleDiffEq.jl is a library of basic differential equation solvers. They are the "no-cruft" versions of the solvers which don't and won't ever support any fancy features like events. They are self-contained. This library exists for a few purposes. For one, it can be a nice way to teach "how to write a solver for X" in Julia by having a simple yet optimized version. Secondly, since it's hooked onto the common interface, these algorithms can serve as benchmarks to test the overhead of the full integrators on the simplest case. Lastly, these can be used to test correctness of the more complicated implementations.

About

Simple differential equation solvers in native Julia for scientific machine learning (SciML)

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages