Skip to main content

PgaH0

Type Alias PgaH0 

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

Multivector for Hyperbolic 0D PGA.

Aliased Type§

pub struct PgaH0 {
    pub map: BTreeMap<Pga<-1, 0>, Polynomial>,
    pub onc: bool,
}

Fields§

§map: BTreeMap<Pga<-1, 0>, Polynomial>

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).