doc/python/overview.rst
author Christos Mantoulidis <cmad@stanford.edu>
Tue, 04 Aug 2009 16:58:44 -0700
branchdev
changeset 157 700cbac5b23c
parent 134 c270826fd4a8
child 146 4e27f1f7c169
permissions -rw-r--r--
Modified cohomology code (unweighted and weighted) so that it doesn't use std::map for boundary computations, which should optimize memory usage.

.. _python-bindings:

Python bindings: module :mod:`dionysus`
=======================================

.. module::         dionysus
.. moduleauthor::   Dmitriy Morozov <dmitriy@mrzv.org>

The :ref:`tutorial` describes how to use the bindings. The pages in this section
document the API of various classes and functions.

The following classes are available in the module:

.. toctree::
    :maxdepth: 1

    simplex.rst
    filtration.rst
    static-persistence.rst
    alphashapes.rst
    rips.rst
    zigzag-persistence.rst