Skip to main content

PgaE6

Type Alias PgaE6 

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

Multivector for Elliptic 6D PGA (exploratory).

Aliased Type§

pub struct PgaE6 {
    pub map: BTreeMap<Pga<1, 6>, Polynomial>,
    pub onc: bool,
}

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).