| Crates.io | cavint |
| lib.rs | cavint |
| version | 1.0.4 |
| created_at | 2022-12-06 17:13:11.913106+00 |
| updated_at | 2022-12-06 17:13:11.913106+00 |
| description | A Rust native library for Cavalieri integration. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 731279 |
| size | 161,873 |
A Rust native library for generating Cavalieri integral visualizations in $\mathbb{R}^2$ and $\mathbb{R}^3$ as well as representations for the Riemann-Stieltjes integral.
The library is partitioned into several functional modules, which can be accessed directly:
cav2d - Cavalieri visualizations in $\mathbb{R}^2$ and Riemann-Stieltjes representationscav3d - Cavalieri visualization in $\mathbb{R}^3$core
differentiable - Forward mode Automatic Differentiationintegrate - 10-21 adaptive Gauss-Kronrod integration over intervals in $\mathbb{R}$ and triangles in $\mathbb{R}^2$triangulation - Triangulation procedure for nested polygon setsparsing - A parsing module for generating tree like representations of functions from text input.pyo3_wrappers - pyO3 wrapped functions for use with Python