package integration1d

  1. Overview
  2. Docs
Collection of 1D numerical integration routines

Install

Dune Dependency

Authors

Maintainers

Sources

integration1d-0.5.1.tbz
sha256=b92ca26c4d817f16b9f248d73ac4b1c9f6006baee3ab93bf83e3dea9f8abf70a
sha512=5ecd95cfa8b54f0b68c72d52cbab2a3aef8cf5ff5f139f89181f08ccb8d52f15baaf889682dd12eff157d979662dcd10adb7dce1a65e232b1ca086e6be4f1465

Description

One dimensional integration routines modeled after QUADPACK.

Tags

science numerics

Published: 15 Sep 2019

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

Documentation

Please see the interface of the module Integration1D.

Dependencies (3)

  1. cppo build
  2. dune
  3. ocaml >= "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None