summaryrefslogtreecommitdiff
path: root/src/Cech_complex/doc/Intro_cech_complex.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-05 15:43:13 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-05 15:43:13 +0000
commit2a9f6eb628979a9634c647be93e575e3177c15da (patch)
tree622db84c8c530fad8cf3382687304fb02dc02e16 /src/Cech_complex/doc/Intro_cech_complex.h
parentb3a64294af818c977804c4b67a317782d872e2b5 (diff)
Fix documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3264 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: af6241dfe42d988b542224b9dae7364f3f22b6fd
Diffstat (limited to 'src/Cech_complex/doc/Intro_cech_complex.h')
-rw-r--r--src/Cech_complex/doc/Intro_cech_complex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Cech_complex/doc/Intro_cech_complex.h b/src/Cech_complex/doc/Intro_cech_complex.h
index 8b6c7851..ec0d35e2 100644
--- a/src/Cech_complex/doc/Intro_cech_complex.h
+++ b/src/Cech_complex/doc/Intro_cech_complex.h
@@ -67,11 +67,13 @@ namespace cech_complex {
* The minimal ball radius computation is insured by
* <a target="_blank" href="https://people.inf.ethz.ch/gaertner/subdir/software/miniball.html">
* the miniball software (V3.0)</a> - Smallest Enclosing Balls of Points - and distributed with GUDHI.
- *
* Please refer to
* <a target="_blank" href="https://people.inf.ethz.ch/gaertner/subdir/texts/own_work/esa99_final.pdf">
* the miniball software design description</a> for more information about this computation.
*
+ * This radius computation is the reason why the Cech_complex is taking much more time to be computed than the
+ * \ref rips_complex but it offers more topological guarantees.
+ *
* If the Cech_complex interfaces are not detailed enough for your need, please refer to
* <a href="_cech_complex_2cech_complex_step_by_step_8cpp-example.html">
* cech_complex_step_by_step.cpp</a> example, where the graph construction over the Simplex_tree is more detailed.