algebraeon_geometry::simplexes

Type Alias PartialSimplicialComplex

Source
pub type PartialSimplicialComplex<FS, SP> = LabelledPartialSimplicialComplex<FS, SP, ()>;

Aliased Type§

struct PartialSimplicialComplex<FS, SP> { /* private fields */ }

Trait Implementations§

Source§

impl<FS: OrderedRingStructure + FieldStructure, SP: Borrow<AffineSpace<FS>> + Clone> Debug for PartialSimplicialComplex<FS, SP>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more