https://github.com/chris00/ocaml-odepack
Binding to the ODEPACK FORTRAN library
https://github.com/chris00/ocaml-odepack
differential-equations engineering-computation ocaml ode ode-solver scientific-computing
Last synced: 11 months ago
JSON representation
Binding to the ODEPACK FORTRAN library
- Host: GitHub
- URL: https://github.com/chris00/ocaml-odepack
- Owner: Chris00
- License: lgpl-3.0
- Created: 2016-05-26T08:41:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T11:00:55.000Z (over 5 years ago)
- Last Synced: 2025-03-20T12:54:32.370Z (11 months ago)
- Topics: differential-equations, engineering-computation, ocaml, ode, ode-solver, scientific-computing
- Language: Fortran
- Size: 691 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/Chris00/ocaml-odepack)
ODEPACK
=======
This is a binding to [ODEPACK](http://computation.llnl.gov/casc/odepack/),
a library to solve Cauchy problems, that is ordinary differential
equations (ODE) of the form ∂ₜy(t) = f(t,y(t)) with initial conditions
y(t₀) = y₀.
Installation
------------
The easier way of installing this library is to use
[opam](http://opam.ocaml.org/):
opam install odepack
Documentation
-------------
Please consult the [interface](src/odepack.mli) or the
[HTML version](http://chris00.github.io/ocaml-odepack/doc/odepack/Odepack/).