pub type PgaH7 = Multivector<PgaH7>;Expand description
Multivector for Hyperbolic 7D PGA (exploratory).
Aliased Type§
pub struct PgaH7 {
pub map: BTreeMap<Pga<-1, 7>, Polynomial>,
pub onc: bool,
}Fields§
§map: BTreeMap<Pga<-1, 7>, Polynomial>Symbolic storage.
onc: boolWhether to leverage orthonormalization conditions (ONC).