package integration1d

  1. Overview
  2. Docs

Description

This is a Collection of numerical integration routines inspired by QUADPACK but written in pure OCaml.

Installation

The easiest way of installing this library is to use opam:

opam install integration1d

If you wish to compile it by hand, install jbuilder and do jbuilder build @install.

Documentation

Please see the interface of the module Integration1D.

Tags

science numerics

Published: 18 Apr 2018

README

Integration1D — Integration of functions of one variable

This is a Collection of numerical integration routines inspired by QUADPACK but written in pure OCaml.

Installation

The easiest way of installing this library is to use opam:

opam install integration1d

If you wish to compile it by hand, install jbuilder and do jbuilder build @install.

Documentation

Please see the interface of the module Integration1D.

Dependencies (3)

  1. camlp4 build
  2. jbuilder >= "1.0+beta7"
  3. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None