Learn R Programming

lsoda (version 1.2)

'C++' Header Library for Ordinary Differential Equations

Description

A 'C++' header library for using the 'libsoda-cxx' library with R. The 'C++' header reimplements the 'lsoda' function from the 'ODEPACK' library for solving initial value problems for first order ordinary differential equations (Hindmarsh, 1982; ). The 'C++' header can be used by other R packages by linking against this package. The 'C++' functions can be called inline using 'Rcpp'. Finally, the package provides an 'ode' function to call from R.

Copy Link

Version

Install

install.packages('lsoda')

Monthly Downloads

11,355

Version

1.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Mark Clements

Last Published

May 11th, 2025

Functions in lsoda (1.2)

ode

Ordinary differential equation solver using lsoda
lsoda

lsoda: 'C++' Header Library for Ordinary Differential Equations
inlineCxxPlugin

Code to use the lsoda package inline. Not directly called by the user.
ode_cpp

Ordinary differential equation solver using lsoda (C++ code)