package curve-sampling
Sampling of parametric and implicit curves
Install
Dune Dependency
Authors
Maintainers
Sources
curve-sampling-0.2.tbz
sha256=733ded91c05bae5b6e82c499c44c11a6eb8b016b2ac29d3670e2a0e984c2ad09
sha512=bee275149d51936bca3ef3aa06391ff6f095ac995f2beab458fa12eaa141cec731eb28415ef1ad02744886337f764946df224699fe7955576091b6c19c224138
Description
Adaptive sampling of parametric and implicit curves (the latter is WIP).
Published: 09 Dec 2019
README
README.md
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page