# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "r2sundials" in publications use:' type: software license: GPL-2.0-or-later title: 'r2sundials: Wrapper for ''SUNDIALS'' Solving ODE and Sensitivity Problem' version: 6.5.0-5 identifiers: - type: doi value: 10.32614/CRAN.package.r2sundials abstract: 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) . authors: - family-names: Sokol given-names: Serguei email: sokol@insa-toulouse.fr preferred-citation: type: article title: 'SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers' authors: - family-names: Hindmarsh given-names: A. C. - family-names: Brown given-names: P. N. - family-names: Grant given-names: K. E. - family-names: Lee given-names: S. L. - family-names: Serban given-names: R. - family-names: Shumaker given-names: D. E. - family-names: Woodward given-names: C. S. journal: ACM Transactions on Mathematical Software (TOMS) year: '2005' volume: '31' issue: '3' publisher: name: ACM start: '363' end: '396' repository: https://CRAN.R-project.org/package=r2sundials repository-code: https://github.com/sgsokol/r2sundials url: https://github.com/sgsokol/r2sundials date-released: '2024-07-22' contact: - family-names: Sokol given-names: Serguei email: sokol@insa-toulouse.fr