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