brainandforce / CliffordNumbers.jl

A fast, simple, static multivector (Clifford number) implementation for Julia.
MIT License
17 stars 0 forks source link

Duals (undual, Hodge dual, PGA dual) and their implementations #3

Open brainandforce opened 1 month ago

brainandforce commented 1 month ago

There's a lot of different duals available in geometric algebra as seen in the issue title, and I want to make sure that they are implemented correctly and clearly distinguished.

brainandforce commented 3 weeks ago

Updating this to note that the left and right complements (which are metric-independent duals) were added in v0.1.3. Still needing implementation are the Hodge dual and undual.