package odepack

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.