An open API service indexing awesome lists of open source software.

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)

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.