Skip to content

Commit 92b84e9

Browse files
committed
sundialr
1 parent 602ad90 commit 92b84e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • content/landscape-of-ode-solvers-in-r

content/landscape-of-ode-solvers-in-r/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Some tools included in this review go beyond ODE solving and provide additional
6464
| [PKPDsim](https://cran.r-project.org/package=PKPDsim) | [Boost::odeint](https://github.com/boostorg/odeint) (C++) | Compiled | Adaptive RK (RKCK54) | DSL (compiled) | - | - | - | Yes | - | 10319 |
6565
| [EpiModel](https://cran.r-project.org/package=EpiModel) | _deSolve_ | Compiled | _depends on deSolve_ | R func (interpreted) | Yes | - | Yes (dede) | - | - | 23088 |
6666
| [PBSddesolve](https://cran.r-project.org/package=PBSddesolve) | [solv95](https://webhomes.maths.ed.ac.uk/~swood34/simon/dde.html) (C) | Compiled | dde | R func (interpreted) | - | - | Yes | - | - | 10341 |
67+
/ [sundialr](https://cran.r-project.org/package=sundialr) | [SUNDIALS](https://computing.llnl.gov/projects/sundials) (C) | Compiled | BDF, Adams | R func (interpreted); C/C++ (compiled) | Yes | Yes (via IDA) | - | Yes | - | 2024 |
6768

6869
</div>
6970

0 commit comments

Comments
 (0)