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