Skip to main content

PgaH7

Type Alias PgaH7 

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

Multivector for Hyperbolic 7D PGA (exploratory).

Aliased Type§

pub struct PgaH7 {
    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).