Skip to content

An OCaml interface to the Sundials suite of numeric solvers.

License

Notifications You must be signed in to change notification settings

gasche/sundialsml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sundials/ML

Sundials/ML is an interface to the Sundials suite of numerical solvers. Full documentation is online.

Sundials is a collection of five numerical solvers: CVODE, CVODES, IDA, IDAS, and KINSOL. This interface provides access to all features of the underlying library.

Installation

  1. Download Sundials, extract, and install it:
    1. ./configure --enable-examples --enable-shared
    2. make
    3. make install
  2. Either install from OPAM: opam install sundialsml, or
    1. Download Sundials/ML, extract, and install it:
    2. ./configure
    3. make
    4. make install or make install-findlib
  3. Start coding!

Contact

About

An OCaml interface to the Sundials suite of numeric solvers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 78.4%
  • C 19.1%
  • Makefile 1.8%
  • Other 0.7%