Skip to main content

PgaE4

Type Alias PgaE4 

Source
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: bool

Whether to leverage orthonormalization conditions (ONC).