https://github.com/RobinKa/ConstGA
Geometric Algebra in C++ using constexpr to compile out zeros (WIP)
https://github.com/RobinKa/ConstGA
Last synced: 6 months ago
JSON representation
Geometric Algebra in C++ using constexpr to compile out zeros (WIP)
- Host: GitHub
- URL: https://github.com/RobinKa/ConstGA
- Owner: RobinKa
- Created: 2021-08-07T11:39:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T11:46:22.000Z (over 4 years ago)
- Last Synced: 2025-07-01T02:11:32.186Z (6 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConstGA
Uses C++ constant expressions to do Geometric Algebra. Removes all calculations that result in zeros at compile time. Multivector coefficients are stored in an array.
The coefficient basis blades are only known and used at compile time. At runtime the only thing stored are the coefficients.