Skip to main content

PgaH5

Type Alias PgaH5 

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

Multivector for Hyperbolic 5D PGA (exploratory).

Aliased Type§

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