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