Skip to main content

PgaP1

Type Alias PgaP1 

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

Multivector for Parabolic (Euclidean) 1D PGA.

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).