curve-sampling
Sampling of parametric and implicit curves
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 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.
Install
- Published
-
12 Nov 2021
Sources
curve-sampling-0.2.1.tbz
sha256=3e145c7d7a087decd613ae932cb677e1725e4d28cdd84f55ebb519171ba58231
sha512=c133b58d7bd35e311df750b583618d71f3259120e9c48a62ae455b74ddcf8ec0f09847ae845823682d86c20468d5619bc4fd9449fe52acf0c20e408ed45381f5
Dependencies
gsl
with-test & os = "linux"
conf-gnuplot
with-test & os = "linux"
cppo
build & >= "1.3.0"
dune
>= "1.3"
gg
>= "0.9.3"
ocaml
>= "4.02.3"
Reverse Dependencies