package integration1d

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

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 dune and do dune build @install.

Documentation

Please see the interface of the module Integration1D.

OCaml

Innovation. Community. Security.