Package: sundialr 0.1.4.2
sundialr: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers
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.
Authors:
sundialr_0.1.4.2.tar.gz
sundialr_0.1.4.2.zip(r-4.5)sundialr_0.1.4.2.zip(r-4.4)sundialr_0.1.4.2.zip(r-4.3)
sundialr_0.1.4.2.tgz(r-4.4-x86_64)sundialr_0.1.4.2.tgz(r-4.4-arm64)sundialr_0.1.4.2.tgz(r-4.3-x86_64)sundialr_0.1.4.2.tgz(r-4.3-arm64)
sundialr_0.1.4.2.tar.gz(r-4.5-noble)sundialr_0.1.4.2.tar.gz(r-4.4-noble)
sundialr_0.1.4.2.tgz(r-4.4-emscripten)sundialr_0.1.4.2.tgz(r-4.3-emscripten)
sundialr.pdf |sundialr.html✨
sundialr/json (API)
NEWS
# Install 'sundialr' in R: |
install.packages('sundialr', repos = c('https://sn248.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sn248/sundialr/issues
Last updated 4 months agofrom:c76275b935. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 15 2024 |
R-4.5-win-x86_64 | NOTE | Oct 15 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 15 2024 |
R-4.4-win-x86_64 | NOTE | Oct 15 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 15 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 15 2024 |
R-4.3-win-x86_64 | NOTE | Oct 15 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 15 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 15 2024 |
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
cvode | cvode |
cvodes | cvodes |
cvsolve | cvsolve |
ida | ida |