Skip to content

Latest commit

 

History

History
60 lines (31 loc) · 1.17 KB

rep.rst

File metadata and controls

60 lines (31 loc) · 1.17 KB

:class:`Representation`: The reference implementation of complexes

.. currentmodule:: simplicial

.. autoclass:: Representation


Complex

.. automethod:: Representation.setComplex


Adding and deleting simplices

.. automethod:: Representation.addSimplex

.. automethod:: Representation.newSimplex

.. automethod:: Representation.forceDeleteSimplex

.. automethod:: Representation.relabelSimplex


Retrieving simplices

.. automethod:: Representation.simplices

.. automethod:: Representation.simplicesOfOrder

.. automethod:: Representation.containsSimplex

.. automethod:: Representation.maxOrder


Details of individual simplices

.. automethod:: Representation.orderOf

.. automethod:: Representation.indexOf

.. automethod:: Representation.getAttributes

.. automethod:: Representation.setAttributes

.. automethod:: Representation.faces

.. automethod:: Representation.cofaces

.. automethod:: Representation.basisOf


Topological information

.. automethod:: Representation.boundaryOperator