steenroder
.make_simplices
- steenroder.make_simplices(top_faces)[source]
Return all simplices of a complex given its top ones.
- Parameters
top_faces (list of tuple of int) – Represents the top faces of a simplicial complex.
- Returns
simplices – Represent all simplices in the minimal complex with the given top dimensional simplices.
- Return type
list of tuple of int