quantique 0.1.0

Pragmatic geometric algebra core with runtime signatures.
Documentation
1
2
// Zero-sized signature marker for metric signature (P,Q,Z).
pub type Sig<const P: usize, const Q: usize, const Z: usize> = (usize, usize, usize);