Skip to main content

PgaE5

Type Alias PgaE5 

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

Multivector for Elliptic 5D PGA (exploratory).

Aliased Type§

pub struct PgaE5 {
    pub map: BTreeMap<Pga<1, 5>, Polynomial>,
    pub onc: bool,
}

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).