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-5")



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) .
How to cite:
Serguei Sokol (2020). r2sundials: Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem. R package version 6.5.0-5, https://cran.r-project.org/web/packages/r2sundials. Accessed 02 Feb. 2025.
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), 6.5.0-4 (2023-12-08 14:40)
Other packages that cited r2sundials R package
View r2sundials citation profile
Other R packages that r2sundials depends, imports, suggests or enhances
Complete documentation for r2sundials
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

cptcity  
'cpt-city' Colour Gradients
Incorporates colour gradients from the 'cpt-city' web archive available at ...
Download / Learn more Package Citations See dependency  
mbmixture  
Microbiome Mixture Analysis
Evaluate whether a microbiome sample is a mixture of two samples, by fitting a model for the number ...
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  
bndovb  
Bounding Omitted Variable Bias Using Auxiliary Data
Functions to implement a Hwang(2021) estimator, which bounds an omitted v ...
Download / Learn more Package Citations See dependency  
cleandata  
To Inspect and Manipulate Data; and to Keep Track of This Process
Functions to work with data frames to prepare data for further analysis. The functions for imputati ...
Download / Learn more Package Citations See dependency  
CPNCoverageAnalysis  
Conceptual Properties Norming Studies as Parameter Estimation
Implementation of conceptual properties norming studies, including estimates of CPNs parameters with ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA