Skip to main content

PgaP7

Type Alias PgaP7 

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

Multivector for Parabolic (Euclidean) 7D PGA (exploratory).

Aliased Type§

pub struct PgaP7 {
    pub map: BTreeMap<Pga<0, 7>, Polynomial>,
    pub onc: bool,
}

Fields§

§map: BTreeMap<Pga<0, 7>, Polynomial>

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).