package curve-sampling

  1. Overview
  2. Docs
Sampling of parametric and implicit curves

Install

Dune Dependency

Authors

Maintainers

Sources

curve-sampling-0.2.1.tbz
sha256=3e145c7d7a087decd613ae932cb677e1725e4d28cdd84f55ebb519171ba58231
sha512=c133b58d7bd35e311df750b583618d71f3259120e9c48a62ae455b74ddcf8ec0f09847ae845823682d86c20468d5619bc4fd9449fe52acf0c20e408ed45381f5

Description

Adaptive sampling of parametric and implicit curves (the latter is WIP).

Published: 12 Nov 2021

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.

Dependencies (4)

  1. cppo build & >= "1.3.0"
  2. dune >= "1.3"
  3. gg >= "0.9.3"
  4. ocaml >= "4.02.3"

Dev Dependencies (2)

  1. gsl with-test & os = "linux"
  2. conf-gnuplot with-test & os = "linux"

Used by

None

Conflicts

None