summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2019-02-18 17:15:41 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2019-02-18 17:15:41 +0000
commit6f9bbc57d9abb1bd395b7c4d58184ee53656fc72 (patch)
tree65ee32f96248731e5ddbc56052ace278c88fbdfb /src/Toplex_map
parent8ca964ddf732e5e2926ccc5feb1d27d827ba3d40 (diff)
Add biblio and doc references
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@4111 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 42a6e48271d333d604cb5cb0c9c9f1e56b8f1965
Diffstat (limited to 'src/Toplex_map')
-rw-r--r--src/Toplex_map/doc/Intro_Toplex_map.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Toplex_map/doc/Intro_Toplex_map.h b/src/Toplex_map/doc/Intro_Toplex_map.h
index 0cfbae03..a925dc2b 100644
--- a/src/Toplex_map/doc/Intro_Toplex_map.h
+++ b/src/Toplex_map/doc/Intro_Toplex_map.h
@@ -45,11 +45,13 @@ namespace Gudhi {
* needed for these operation is linear or quadratic in \f$\Gamma_0\f$ and \f$d\f$.
*
* Toplex map is composed firstly of a raw storage of toplices and secondly of a map which associate any vertex to a
- * set of pointers toward all toplices containing this vertex.
+ * set of pointers toward all toplices containing this vertex. The data structure is described in
+ * \cite boissonnat_et_al:LIPIcs:2015:5098 (aka. Simplex Array List or SAL).
*
* \image html map.png
*
- * The performances are a lot better than the `Simplex_tree` as soon you use maximal simplices and not simplices.
+ * The performances are a lot better than the `Simplex_tree` as soon you use maximal simplices and not simplices
+ * (cf. \cite DBLP:journals/corr/BoissonnatS16 ).
*
*/
/** @} */ // end defgroup toplex_map