Skip to content

Chris00/integration1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Various functions to perform integration of functions of one real variable inspired from QUADPACK. Pure OCaml code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published