steenroder.make_filtration

steenroder.make_filtration(simplices)[source]

Return a filtration of a given complex.

Parameters

simplices (list of tuple of int) – Represents the simplices of a simplicial complex.

Returns

filtration – Represents a filtration for the given simplicial complex.

Return type

list of tuple of int