From 8c85fa3f6dcb47346f3070adc46d44c9afca2f2c Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Mon, 20 Jan 2020 20:26:18 +0100 Subject: Reorder skbl and toplexmap so that skbl is next to contractions --- src/common/doc/main_page.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src/common/doc') diff --git a/src/common/doc/main_page.md b/src/common/doc/main_page.md index 90afb05d..23dd3fde 100644 --- a/src/common/doc/main_page.md +++ b/src/common/doc/main_page.md @@ -55,55 +55,55 @@ -#### Skeleton blocker +#### Toplex Map
- \image html "ds_representation.png" + \image html "map.png" - The Skeleton-Blocker data-structure proposes a light encoding for simplicial complexes by storing only an *implicit* - representation of its simplices \cite socg_blockers_2011,\cite blockers2012. Intuitively, it just stores the - 1-skeleton of a simplicial complex with a graph and the set of its "missing faces" that is very small in practice. - This data-structure handles all simplicial complexes operations such as simplex enumeration or simplex removal but - operations that are particularly efficient are operations that do not require simplex enumeration such as edge - iteration, link computation or simplex contraction. + The Toplex map data structure is composed firstly of a raw storage of toplices (the maximal simplices) + and secondly of a map which associate any vertex to a set of pointers toward all toplices + containing this vertex. - Author: David Salinas
- Introduced in: GUDHI 1.1.0
+ Author: François Godi
+ Introduced in: GUDHI 2.1.0
Copyright: MIT
- User manual: \ref skbl + User manual: \ref toplex_map
-#### Toplex Map +#### Skeleton blocker
- \image html "map.png" + \image html "ds_representation.png" - The Toplex map data structure is composed firstly of a raw storage of toplices (the maximal simplices) - and secondly of a map which associate any vertex to a set of pointers toward all toplices - containing this vertex. + The Skeleton-Blocker data-structure proposes a light encoding for simplicial complexes by storing only an *implicit* + representation of its simplices \cite socg_blockers_2011,\cite blockers2012. Intuitively, it just stores the + 1-skeleton of a simplicial complex with a graph and the set of its "missing faces" that is very small in practice. + This data-structure handles all simplicial complexes operations such as simplex enumeration or simplex removal but + operations that are particularly efficient are operations that do not require simplex enumeration such as edge + iteration, link computation or simplex contraction. - Author: François Godi
- Introduced in: GUDHI 2.1.0
+ Author: David Salinas
+ Introduced in: GUDHI 1.1.0
Copyright: MIT
- User manual: \ref toplex_map + User manual: \ref skbl
-- cgit v1.2.3