Lower Star Filtration for Simplicial Complexes ============================================== This is the Lower Star Filtration class for Simplicial Complexes. It is built on top of Gudhi's SimplexTree structure. It allows for the assignment of a lower star filtration based on a function defined on the vertices of the simplicial complex. Note that this class can be imported as:: import cereeberus T = cereeberus.LowerStarSC() .. automodule:: cereeberus.reeb.lowerstarSC :members: :no-index: