summaryrefslogtreecommitdiff
path: root/src/Rips_complex/doc/Intro_rips_complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rips_complex/doc/Intro_rips_complex.h')
-rw-r--r--src/Rips_complex/doc/Intro_rips_complex.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Rips_complex/doc/Intro_rips_complex.h b/src/Rips_complex/doc/Intro_rips_complex.h
index da6bd8d9..5a551e60 100644
--- a/src/Rips_complex/doc/Intro_rips_complex.h
+++ b/src/Rips_complex/doc/Intro_rips_complex.h
@@ -36,7 +36,8 @@ namespace rips_complex {
* \section ripsdefinition Rips complex definition
*
* The Vietoris-Rips complex
- * <a target="_blank" href="https://en.wikipedia.org/wiki/Vietoris%E2%80%93Rips_complex">(Wikipedia)</a> is an abstract simplicial complex
+ * <a target="_blank" href="https://en.wikipedia.org/wiki/Vietoris%E2%80%93Rips_complex">(Wikipedia)</a>
+ * is an abstract simplicial complex
* defined on a finite metric space, where each simplex corresponds to a subset
* of point whose diameter is smaller that some given threshold.
* Varying the threshold, we can also see the Rips complex as a filtration of
@@ -73,7 +74,8 @@ namespace rips_complex {
*
* If the Rips_complex interfaces are not detailed enough for your need, please refer to
* <a href="_persistent_cohomology_2rips_persistence_step_by_step_8cpp-example.html">
- * rips_persistence_step_by_step.cpp</a> example, where the constructions of the graph and the Simplex_tree are more detailed.
+ * rips_persistence_step_by_step.cpp</a> example, where the constructions of the graph and
+ * the Simplex_tree are more detailed.
*
* \section sparserips Sparse Rips complex
*
@@ -147,7 +149,8 @@ namespace rips_complex {
*
* \subsection sparseripspointscloudexample Example of a sparse Rips from a point cloud
*
- * This example builds the full sparse Rips of a set of 2D Euclidean points, then prints some minimal information about the complex.
+ * This example builds the full sparse Rips of a set of 2D Euclidean points, then prints some minimal
+ * information about the complex.
*
* \include Rips_complex/example_sparse_rips.cpp
*