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