Skip to main content

PgaE7

Type Alias PgaE7 

Source
pub type PgaE7 = Multivector<PgaE7>;
Expand description

Multivector for Elliptic 7D PGA (exploratory).

Aliased Type§

pub struct PgaE7 {
    pub map: BTreeMap<Pga<1, 7>, Polynomial>,
    pub onc: bool,
}

Fields§

§map: BTreeMap<Pga<1, 7>, Polynomial>

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).