Skip to content

Chris00/ocaml-odepack

Repository files navigation

Build Status

ODEPACK

This is a binding to 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:

opam install odepack

Documentation

Please consult the interface or the HTML version.