Package: dde 1.0.7
dde: Solve Delay Differential Equations
Solves ordinary and delay differential equations, where the objective function is written in either R or C. Suitable only for non-stiff equations, the solver uses a 'Dormand-Prince' method that allows interpolation of the solution at any point. This approach is as described by Hairer, Norsett and Wanner (1993) <ISBN:3540604529>. Support is also included for iterating difference equations.
Authors:
dde_1.0.7.tar.gz
dde_1.0.7.zip(r-4.7)dde_1.0.7.zip(r-4.6)dde_1.0.7.zip(r-4.5)
dde_1.0.7.tgz(r-4.6-x86_64)dde_1.0.7.tgz(r-4.6-arm64)dde_1.0.7.tgz(r-4.5-x86_64)dde_1.0.7.tgz(r-4.5-arm64)
dde_1.0.7.tar.gz(r-4.7-arm64)dde_1.0.7.tar.gz(r-4.7-x86_64)dde_1.0.7.tar.gz(r-4.6-arm64)dde_1.0.7.tar.gz(r-4.6-x86_64)
dde_1.0.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
dde/json (API)
NEWS
| # Install 'dde' in R: |
| install.packages('dde', repos = c('https://mrc-ide.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mrc-ide/dde/issues
Last updated from:1df1c01cfe (on master). Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 132 | ||
| linux-devel-x86_64 | OK | 170 | ||
| source / vignettes | OK | 170 | ||
| linux-release-arm64 | OK | 124 | ||
| linux-release-x86_64 | OK | 119 | ||
| macos-release-arm64 | OK | 75 | ||
| macos-release-x86_64 | OK | 185 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 177 | ||
| windows-devel | OK | 116 | ||
| windows-release | OK | 103 | ||
| windows-oldrel | OK | 103 | ||
| wasm-release | OK | 99 |
Exports:difeqdifeq_continuedifeq_replicatedopridopri_continuedopri_interpolatedopri5dopri853ylagyprev
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Solve difference equation | difeq difeq_continue yprev |
| Solve difference equations repeatedly | difeq_replicate |
| Integrate ODE/DDE with dopri | dopri dopri5 dopri853 dopri_continue ylag |
| Interpolate Dormand-Prince output | dopri_interpolate |
