From 6a6651c5a097f5024a42c9912723fe09ba714fe7 Mon Sep 17 00:00:00 2001 From: salinasd Date: Mon, 15 Dec 2014 17:44:43 +0000 Subject: doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@353 636b058d-ea47-450e-bf9e-a15bfbe3eedb --- .../include/gudhi/Persistent_cohomology.h | 29 ++++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'src/Persistent_cohomology/include') diff --git a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h index cd4a2bcc..70173462 100644 --- a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h +++ b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h @@ -35,14 +35,12 @@ namespace Gudhi{ /** \defgroup persistent_cohomology Persistent Cohomology Package * - * Computation of persistent cohomology using the algorithm of - * \cite DBLP:journals/dcg/SilvaMV11 and \cite DBLP:journals/corr/abs-1208-5018 - * and the Compressed Annotation Matrix - * implementation of \cite DBLP:conf/esa/BoissonnatDM13 - * - * - * - + + Computation of persistent cohomology using the algorithm of + \cite DBLP:journals/dcg/SilvaMV11 and \cite DBLP:journals/corr/abs-1208-5018 + and the Compressed Annotation Matrix + implementation of \cite DBLP:conf/esa/BoissonnatDM13 + The theory of homology consists in attaching to a topological space a sequence of (homology) groups, capturing global topological features @@ -159,6 +157,21 @@ namespace Gudhi{ in \cite boissonnat:hal-00922572. +\section Examples + We provide several example files: run these examples with -h for details on their use, and read the README file. + +\li rips_persistence.cpp computes the Rips complex of a point cloud and its persistence diagram. + +\li rips_multifield_persistence.cpp computes the Rips complex of a point cloud and its persistence diagram +with a family of field coefficients. + +\li performance_rips_persistence.cpp provides timings for the construction of the Rips complex on a set of +points sampling a Klein bottle in \f$\mathbb{R}^5\f$ with a simplex tree, its conversion to a +Hasse diagram and the computation of persistent homology and multi-field persistent homology for the +different representations. + + + \author Clément Maria \version 1.0 \date 2014 -- cgit v1.2.3