dde: Delay differential equations

[ bsd3, library, math, program ] [ Propose Tags ]

Please see the README on Github at https://github.com/masterdezign/dde#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0, 0.0.1, 0.1.0, 0.2.0, 0.3.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), dde, free-vector-spaces, lens, linear, vector [details]
License BSD-3-Clause
Copyright Bogdan Penkovsky
Author Bogdan Penkovsky
Maintainer dev () penkovsky dot com
Category Math
Home page https://github.com/masterdezign/dde#readme
Bug tracker https://github.com/masterdezign/dde/issues
Source repo head: git clone https://github.com/masterdezign/dde
Uploaded by penkovsky at 2018-03-28T19:42:30Z
Distributions NixOS:0.3.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables mackey-glass
Downloads 2456 total (16 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-28 [all 1 reports]

Readme for dde-0.2.0

[back to package description]

Delay Differential Equations (DDE)

Features

  • Autonomous DDEs with multiple dynamical variables and a single delay time (pull requests are welcome)
  • 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:
  • Pure Haskell

Acknowledgements