Type Alias SimplicialComplex

Source
pub type SimplicialComplex<FS, SP> = LabelledSimplicialComplex<FS, SP, ()>;

Aliased Type§

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

Implementations§

Source§

impl<FS: OrderedRingStructure + FieldStructure, SP: Borrow<AffineSpace<FS>> + Clone> SimplicialComplex<FS, SP>
where FS::Set: Hash,

Source§

impl<FS: OrderedRingStructure + FieldStructure, SP: Borrow<AffineSpace<FS>> + Clone> SimplicialComplex<FS, SP>
where FS::Set: Hash,

Source

pub fn union_raw(&self, other: &Self) -> Self

Source

pub fn union(&self, other: &Self) -> Self

Source

pub fn intersection_raw(&self, other: &Self) -> Self

Source

pub fn intersection(&self, other: &Self) -> Self