steenroder
.wedge
- steenroder.wedge(simplices_1, simplices_2)[source]
Return a filtration of the wedge of two complexes.
- Parameters
simplices_1 (list of tuple of int) – Represents the first simplicial complex.
simplices_2 (list of tuple of int) – Represents the second simplicial complex.
- Returns
wedge – Represents a filtration of the wedge of the given simplicial complexes.
- Return type
list of tuple of int