summaryrefslogtreecommitdiff
path: root/src/Witness_complex/doc/Witness_complex_doc.h
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-18 13:06:24 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-18 13:06:24 +0000
commit2fbcf3afe9bf246774ace4ff8b3524b45b2a869b (patch)
tree5e72400173ce41148bf45f67b5bdcef3aa980ebf /src/Witness_complex/doc/Witness_complex_doc.h
parent1b3a31e1b35aec2c794a27b2c165ee17c0fb1c77 (diff)
Added Doxygen names for Witness_complex_doc sections
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1734 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c860505be703779dccad23af24945b6298caf27e
Diffstat (limited to 'src/Witness_complex/doc/Witness_complex_doc.h')
-rw-r--r--src/Witness_complex/doc/Witness_complex_doc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h
index e17b0fa6..4f3671e5 100644
--- a/src/Witness_complex/doc/Witness_complex_doc.h
+++ b/src/Witness_complex/doc/Witness_complex_doc.h
@@ -8,7 +8,7 @@
\image html "Witness_complex_representation.png" "Witness complex representation"
- \section Definitions
+ \section witnessdefinitions Definitions
Witness complex is a simplicial complex defined on two sets of points in \f$\mathbb{R}^D\f$:
@@ -34,7 +34,7 @@
which leads to definitions of **weak relaxed witness complex** (or just relaxed witness complex for short) and **strong relaxed witness complex** respectively.
- \section Implementation
+ \section witnessimplementation Implementation
The two complexes described above are implemented in the corresponding classes
- Gudhi::witness_complex::Witness_complex
@@ -47,7 +47,7 @@
The constructors take on the step 1, while the function 'create_complex' executes the steps 2 and 3.
- \section Examples
+ \section witnessexamples Examples
Here is an example of constructing a strong witness complex filtration and computing persistence on it: