Chris00 / ocaml-curve-sampling

Adaptive sampling of parametric and implicit curves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous Integration

Curve Sampling

This module provide a collection of routines to perform adaptive sampling of parametric and implicit curves as well as manipulating those samplings.

Install

The easier way to install this library is to use opam:

opam install curve-sampling

If you prefer to compile by hand, install the dependencies listed in curve-sampling.opam and issue dune build @install.

Documentation

The documentation is available in curve_sampling.mli or online.

Example

Here is a graph of the function x ↦ x sin(1/x) produced with only 227 evaluations of the function. x sin(1/x)

About

Adaptive sampling of parametric and implicit curves

License:GNU General Public License v3.0


Languages

Language:OCaml 94.3%Language:Gnuplot 4.1%Language:TeX 0.9%Language:Makefile 0.7%