Vector Expression Emitter (VEE): Geometric Algebra Code Generator
The goal of this crate is to generate optimized code for geometric algebra flavors. Currently, this crate implements the symbolic reduction of multivector expressions up to polynomials with rational coefficients.
- Uniquely reduce symbolic multivector expressions.
- Generate expressions in text form.
- Define the metric-agnostic basis (i.e., elliptic, parabolic, hyperbolic) and the multivector entities of the projective geometric algebra (PGA) for dimensions N < 6.
- Generate expressions in code form.
- Define other geometric algebra flavors.
See the release history to keep track of the development.
Build the documentation with cargo-tex. Note that navigating the documentation requires web access as KaTeX is embedded via remote CDN.
cargo tex --open
Copyright © 2025 Rouven Spreckels [email protected]
Licensed under the terms of the MPL-2.0
.
Unless you explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Covered Software by You shall be licensed as above, without any additional terms or conditions.