summaryrefslogtreecommitdiff
path: root/src/Rips_complex/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rips_complex/doc')
-rw-r--r--src/Rips_complex/doc/Intro_rips_complex.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/Rips_complex/doc/Intro_rips_complex.h b/src/Rips_complex/doc/Intro_rips_complex.h
index 382ceef2..f9663315 100644
--- a/src/Rips_complex/doc/Intro_rips_complex.h
+++ b/src/Rips_complex/doc/Intro_rips_complex.h
@@ -142,6 +142,23 @@ namespace rips_complex {
*
* \include Rips_complex/full_skeleton_rips_for_doc.txt
*
+ *
+ * \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.
+ *
+ * \include Rips_complex/example_sparse_rips.cpp
+ *
+ * When launching:
+ *
+ * \code $> ./Rips_complex_example_sparse
+ * \endcode
+ *
+ * the program output may be (the exact output varies from one run to the next):
+ *
+ * \code Sparse Rips complex is of dimension 2 - 19 simplices - 7 vertices.
+ * \endcode
+ *
*
*
* \section ripsdistancematrix Distance matrix
@@ -184,22 +201,6 @@ namespace rips_complex {
*
* \include Rips_complex/full_skeleton_rips_for_doc.txt
*
- * \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.
- *
- * \include Rips_complex/example_sparse_rips.cpp
- *
- * When launching:
- *
- * \code $> ./Rips_complex_example_sparse
- * \endcode
- *
- * the program output may be (the exact output varies from one run to the next):
- *
- * \code Sparse Rips complex is of dimension 2 - 19 simplices - 7 vertices.
- * \endcode
- *
*/
/** @} */ // end defgroup rips_complex