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: boolWhether to leverage orthonormalization conditions (ONC).