Skip to main content

PgaE0

Type Alias PgaE0 

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

Multivector for Elliptic 0D PGA.

Aliased Type§

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