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