Skip to main content

PgaE1

Type Alias PgaE1 

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

Multivector for Elliptic 1D PGA.

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).