package odepack

  1. Overview
  2. Docs
Binding to ODEPACK

Install

Dune Dependency

Authors

Maintainers

Sources

odepack-0.7.1.tbz
sha256=17018556fa6c4df1fac8fec84d18afb8e3384cbde59a30232ee8598e8cbe5f1e
sha512=c569bb084ac00bbd6d5355c4f03f7dce831c01d4e0d19489679e57e3f9b54350de685e6277cceea00ad65c7254692b64dfa0dd47e4f553dec197856653d1b196

Description

This is a collection of solvers for the initial value problem for ordinary differential equation systems.

Tags

ODE scientific-computing

Published: 27 Sep 2020

README

README.md

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.

Dev Dependencies

None

Used by (1)

  1. owl-ode-odepack

Conflicts

None