Description
Delay differential equations.
Description
Please see the README on Github at https://github.com/masterdezign/dde#readme
README.md
Delay Differential Equations (DDE)
Features
- Autonomous DDEs with multiple dynamical variables and multiple delay times
- Driven systems (i.e. with external input)
- Non-autonomous DDEs (using driven systems with time as external input)
- Second and fourth order integration methods
- Example models:
- Mackey-Glass with no external input
- Driven system
- Two delays
- Pure Haskell
Acknowledgements
- Justus Sagemüller for making this library faster.