r2sundials (Q62128): Difference between revisions
From MaRDI portal
m rollbackEdits.php mass rollback Tag: Rollback |
Added link to MaRDI item. |
||||||||||||||
(13 intermediate revisions by 2 users not shown) | |||||||||||||||
Property / programmed in | |||||||||||||||
Property / programmed in: R / rank | |||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 24 March 2023 / rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Serguei Sokol / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 2.0 / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / rank | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / qualifier | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: R / rank | |||||||||||||||
Property / depends on software: R / qualifier | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: rmumps / rank | |||||||||||||||
Property / depends on software: rmumps / qualifier | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: Rcpp / rank | |||||||||||||||
Property / imports: Rcpp / qualifier | |||||||||||||||
Property / cites work | |||||||||||||||
Property / cites work: SUNDIALS / rank | |||||||||||||||
Property / software version identifier | |||||||||||||||
5.0.0-4 | |||||||||||||||
Property / software version identifier: 5.0.0-4 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 5.0.0-4 / qualifier | |||||||||||||||
publication date: 8 January 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
5.0.0-7 | |||||||||||||||
Property / software version identifier: 5.0.0-7 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 5.0.0-7 / qualifier | |||||||||||||||
publication date: 15 March 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
5.0.0-9 | |||||||||||||||
Property / software version identifier: 5.0.0-9 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 5.0.0-9 / qualifier | |||||||||||||||
publication date: 16 March 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
5.0.0-10 | |||||||||||||||
Property / software version identifier: 5.0.0-10 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 5.0.0-10 / qualifier | |||||||||||||||
publication date: 18 May 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
6.5.0-4 | |||||||||||||||
Property / software version identifier: 6.5.0-4 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 6.5.0-4 / qualifier | |||||||||||||||
publication date: 8 December 2023
| |||||||||||||||
Property / programmed in | |||||||||||||||
Property / programmed in: R / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / last update | |||||||||||||||
8 December 2023
| |||||||||||||||
Property / last update: 8 December 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / 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>. | |||||||||||||||
Property / 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>. / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Serguei Sokol / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 2.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / qualifier | |||||||||||||||
edition/version: expanded from: GPL (≥ 2) (English) | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: rmumps / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: rmumps / qualifier | |||||||||||||||
software version identifier: ≥ 5.2.1-6 | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: R / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: R / qualifier | |||||||||||||||
software version identifier: ≥ 3.0.2 | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: Rcpp / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports: Rcpp / qualifier | |||||||||||||||
software version identifier: ≥ 1.0.0 | |||||||||||||||
Property / cites work | |||||||||||||||
Property / cites work: SUNDIALS / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / MaRDI profile type | |||||||||||||||
Property / MaRDI profile type: MaRDI software profile / rank | |||||||||||||||
Normal rank | |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 18:56, 12 March 2024
Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem
Language | Label | Description | Also known as |
---|---|---|---|
English | r2sundials |
Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem |
Statements
8 December 2023
0 references
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>.
0 references
expanded from: GPL (≥ 2) (English)
0 references