https://github.com/chris00/ocaml-curve-sampling
Adaptive sampling of parametric and implicit curves
https://github.com/chris00/ocaml-curve-sampling
curve-interpolation ocaml-library plotting plotting-functions sampling
Last synced: 3 months ago
JSON representation
Adaptive sampling of parametric and implicit curves
- Host: GitHub
- URL: https://github.com/chris00/ocaml-curve-sampling
- Owner: Chris00
- License: gpl-3.0
- Created: 2017-08-23T08:04:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T14:51:39.000Z (over 4 years ago)
- Last Synced: 2025-04-06T05:04:19.316Z (about 1 year ago)
- Topics: curve-interpolation, ocaml-library, plotting, plotting-functions, sampling
- Language: OCaml
- Homepage:
- Size: 177 KB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README

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](curve-sampling.opam) and issue `dune build
@install`.
[opam]: https://opam.ocaml.org/
Documentation
-------------
The documentation is available in
[curve_sampling.mli](src/curve_sampling.mli) or
[online](https://chris00.github.io/ocaml-curve-sampling/doc/curve-sampling/Curve_sampling/).
Example
-------
Here is a graph of the function x ↦ x sin(1/x) produced with only 227
evaluations of the function.
