1 stable release
1.0.4 | Dec 6, 2022 |
---|
#8 in #visualizations
85KB
2.5K
SLoC
Rust Cavalieri Integration
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.
Modules
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
Dependencies
~7–16MB
~209K SLoC