Package: cOde 1.1.1
cOde: Automated C Code Generation for 'deSolve', 'bvpSolve'
Generates all necessary C functions allowing the user to work with the compiled-code interface of ode() and bvptwp(). The implementation supports "forcings" and "events". Also provides functions to symbolically compute Jacobians, sensitivity equations and adjoint sensitivities being the basis for sensitivity analysis.
Authors:
cOde_1.1.1.tar.gz
cOde_1.1.1.zip(r-4.5)cOde_1.1.1.zip(r-4.4)cOde_1.1.1.zip(r-4.3)
cOde_1.1.1.tgz(r-4.4-any)cOde_1.1.1.tgz(r-4.3-any)
cOde_1.1.1.tar.gz(r-4.5-noble)cOde_1.1.1.tar.gz(r-4.4-noble)
cOde_1.1.1.tgz(r-4.4-emscripten)cOde_1.1.1.tgz(r-4.3-emscripten)
cOde.pdf |cOde.html✨
cOde/json (API)
# Install 'cOde' in R: |
install.packages('cOde', repos = c('https://dkaschek.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dkaschek/code/issues
- forcData - Forcings data.frame
- oxygenData - Time-course data of O, O2 and O3
Last updated 3 years agofrom:3c9ddff410. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | NOTE | Oct 26 2024 |
R-4.4-mac | NOTE | Oct 26 2024 |
R-4.3-win | NOTE | Oct 26 2024 |
R-4.3-mac | NOTE | Oct 26 2024 |
Exports:adjointSymbbvptwpCfunCgetSymbolsjacobianSymbodeCprodSymbreduceSensitivitiesreplaceNumbersreplaceOperationreplaceSymbolssensitivitiesSymbsetForcingssumSymb
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Automated C Code Generation for Use with the "deSolve" and "bvpSolve" Packages | cOde-package cOde |
Compute adjoint equations of a function symbolically | adjointSymb |
Interface to bvptwp() | bvptwpC |
Compile and load shared object implementing the ODE system. | compileAndLoad |
Forcings data.frame | forcData |
Generate C code for a function and compile it | funC |
Get symbols from a character | getSymbols |
Compute Jacobian of a function symbolically | jacobianSymb |
Interface to ode() | odeC |
Time-course data of O, O2 and O3 | oxygenData |
Compute matrix product symbolically | prodSymb |
reduceSensitivities | reduceSensitivities |
Replace integer number in a character vector by other double | replaceNumbers |
Replace a binary operator in a string by a function | replaceOperation |
Replace symbols in a character vector by other symbols | replaceSymbols |
Compute sensitivity equations of a function symbolically | sensitivitiesSymb |
Generate interpolation spline for the forcings and write into list of matrices | setForcings |
Compute matrix sumSymbolically | sumSymb |