summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-02 20:46:46 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-02 20:46:46 +0000
commiteffc4723dfa2604c8c505b0dfff48b4cab8012ca (patch)
tree09f0a1361644eaba294549246a59efb9e99f1451 /src/common
parent087fdfa6bdce9c40d046c983fbe36b94b976568a (diff)
parent3602c71163c6c0b26cb866a6a5757e57a15bb6fe (diff)
Merge relaxed-witness branch
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2138 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 63b007a9fb25b25383d2d7de360f1efc94aa3906
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/main_page.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 60c9cd07..5ca0a6bc 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -120,6 +120,7 @@
<b>Author:</b> Cl&eacute;ment Jamin<br>
<b>Introduced in:</b> GUDHI 1.4.0<br>
<b>Copyright:</b> GPL v3<br>
+ <b>Requires:</b> \ref cgal &ge; 4.8.0 and \ref eigen3
</td>
<td width="75%">
A Tangential Delaunay complex is a <a target="_blank" href="https://en.wikipedia.org/wiki/Simplicial_complex">simplicial complex</a>
@@ -139,6 +140,7 @@
<b>Author:</b> Siargey Kachanovich<br>
<b>Introduced in:</b> GUDHI 1.3.0<br>
<b>Copyright:</b> GPL v3<br>
+ <b>Euclidean version requires:</b> \ref cgal &ge; 4.6.0 and \ref eigen3
</td>
<td width="75%">
Witness complex \f$ Wit(W,L) \f$ is a simplicial complex defined on two sets of points in \f$\mathbb{R}^D\f$.
@@ -412,7 +414,11 @@ make \endverbatim
* @example Skeleton_blocker/Skeleton_blocker_link.cpp
* @example Tangential_complex/example_basic.cpp
* @example Tangential_complex/example_with_perturb.cpp
- * @example Witness_complex/witness_complex_from_file.cpp
- * @example Witness_complex/witness_complex_sphere.cpp
+ * @example Witness_complex/example_nearest_landmark_table.cpp
+ * @example Witness_complex/example_strong_witness_complex_off.cpp
+ * @example Witness_complex/example_strong_witness_persistence.cpp
+ * @example Witness_complex/example_witness_complex_off.cpp
+ * @example Witness_complex/example_witness_complex_persistence.cpp
+ * @example Witness_complex/example_witness_complex_sphere.cpp
*/