Provides a way to call the functions in 'SUNDIALS' C ODE solving library (<https://computing.llnl.gov/projects/sundials>). Currently the serial version of ODE solver, 'CVODE', sensitivity calculator 'CVODES' and differential algebraic solver 'IDA' from the 'SUNDIALS' library are implemented. The package requires ODE to be written as an 'R' or 'Rcpp' function and does not require the 'SUNDIALS' library to be installed on the local machine.
Version: | 0.1.4.1 |
Imports: | Rcpp (≥ 0.12.5) |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | knitr, rmarkdown, testthat |
Published: | 2021-05-16 |
Author: | Satyaprakash Nayak [aut, cre, cph], Lawrence Livermore National Security [cph], Southern Methodist University [cph] |
Maintainer: | Satyaprakash Nayak <sn248 at cornell.edu> |
BugReports: | https://github.com/sn248/sundialr/issues |
License: | BSD_3_clause + file LICENSE |
Copyright: | file COPYRIGHTS sundialr copyright details |
URL: | https://github.com/sn248/sundialr |
NeedsCompilation: | yes |
Materials: | README NEWS |
In views: | DifferentialEquations |
CRAN checks: | sundialr results |
Reference manual: | sundialr.pdf |
Vignettes: |
sundialr - An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers |
Package source: | sundialr_0.1.4.1.tar.gz |
Windows binaries: | r-devel: sundialr_0.1.4.1.zip, r-release: sundialr_0.1.4.1.zip, r-oldrel: sundialr_0.1.4.1.zip |
macOS binaries: | r-release (arm64): sundialr_0.1.4.1.tgz, r-oldrel (arm64): sundialr_0.1.4.1.tgz, r-release (x86_64): sundialr_0.1.4.1.tgz, r-oldrel (x86_64): sundialr_0.1.4.1.tgz |
Old sources: | sundialr archive |
Reverse imports: | CausalKinetiX |
Please use the canonical form https://CRAN.R-project.org/package=sundialr to link to this page.