Other packages > Find by keyword >

r2sundials  

Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem
View on CRAN: Click here


Download and install r2sundials package within the R console
Install from CRAN:
install.packages("r2sundials")

Install from Github:
library("remotes")
install_github("cran/r2sundials")

Install by package version:
library("remotes")
install_version("r2sundials", "6.5.0-4")



Attach the package and use:
library("r2sundials")
Maintained by
Serguei Sokol
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-01-08
Latest Update: 2023-12-08
Description:
Wrapper for widely used 'SUNDIALS' software (SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers) and more precisely to its 'CVODES' solver. It is aiming to solve ordinary differential equations (ODE) and optionally pending forward sensitivity problem. The wrapper is made 'R' friendly by allowing to pass custom parameters to user's callback functions. Such functions can be both written in 'R' and in 'C++' ('RcppArmadillo' flavor). In case of 'C++', performance is greatly improved so this option is highly advisable when performance matters. If provided, Jacobian matrix can be calculated either in dense or sparse format. In the latter case 'rmumps' package is used to solve corresponding linear systems. Root finding and pending event management are optional and can be specified as 'R' or 'C++' functions too. This makes them a very flexible tool for controlling the ODE system during the time course simulation. 'SUNDIALS' library was published in Hindmarsh et al. (2005) <doi:10.1145/1089014.1089020>.
How to cite:
Serguei Sokol (2020). r2sundials: Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem. R package version 6.5.0-4, https://cran.r-project.org/web/packages/r2sundials
Previous versions and publish date:
5.0.0-4 (2020-01-08 17:30), 5.0.0-7 (2020-03-15 02:20), 5.0.0-9 (2021-03-16 13:40), 5.0.0-10 (2021-05-18 01:20), 6.5.0-3 (2023-03-24 11:20)
Other packages that cited r2sundials R package
View r2sundials citation profile
Other R packages that r2sundials depends, imports, suggests or enhances
Functions, R codes and Examples using the r2sundials R package
Some associated functions: get_cnst . r2cvodes . r2sundials-package . 
Some associated R codes: RcppExports.R . package.R . zzz.R .  Full r2sundials package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns