pub type PgaE7 = Multivector<PgaE7>;Expand description
Multivector for Elliptic 7D PGA (exploratory).
Aliased Type§
pub struct PgaE7 {
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).