Skip to main content

PgaH1

Type Alias PgaH1 

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

Multivector for Hyperbolic 1D PGA.

Aliased Type§

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