multidim.SimplexStratum¶
-
class
multidim.SimplexStratum(cell_complex, dim)[source]¶ SimplexStratum is a thin class for calling
Simplexobjects of a certain dimension from aSimplicialComplex. It is an interface to the data in SimplicialComplex.stratum`[dim], which is a `pandas.DataFrame. Whenever possible, thepandas.DataFrameshould be called directly, for speed.