multidim.SimplexStratum¶
-
class
multidim.
SimplexStratum
(cell_complex, dim)[source]¶ SimplexStratum is a thin class for calling
Simplex
objects 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.DataFrame
should be called directly, for speed.