summaryrefslogtreecommitdiff
path: root/src/Rips_complex
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-01 21:57:27 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-01 21:57:27 +0000
commit5b111da29bbdc9c0db8bd0d776379d8dd153c4b2 (patch)
treec4e6a6a11bdcd1dc1bc9f7d7cc9b2545a68c6ef7 /src/Rips_complex
parentda0a70444fdfb6f43894ff8bda32e1767cc4eaba (diff)
Move sparse example outside of the "distance" section.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-glisse@3207 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cca8dee4bf43082286fc9ce1eae5d366c17a333f
Diffstat (limited to 'src/Rips_complex')
-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