Skip to content

Chris00/ocaml-odepack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Packages

 
 
 

Contributors