summaryrefslogtreecommitdiff
path: root/src/cython/doc/tangential_complex_user.rst
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-14 18:05:11 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-14 18:05:11 +0100
commit3ec4014f39c514aa456a652bc0d876fba70ad6f9 (patch)
treed1b1e785e15b0949fe5c3ae263392ce906b4cfaa /src/cython/doc/tangential_complex_user.rst
parent481718886577973385f657484c124456890ffa76 (diff)
Fix code review
Diffstat (limited to 'src/cython/doc/tangential_complex_user.rst')
-rw-r--r--src/cython/doc/tangential_complex_user.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/cython/doc/tangential_complex_user.rst b/src/cython/doc/tangential_complex_user.rst
index 5147797c..11b37009 100644
--- a/src/cython/doc/tangential_complex_user.rst
+++ b/src/cython/doc/tangential_complex_user.rst
@@ -23,9 +23,10 @@ What is a Tangential Complex?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Let us start with the description of the Tangential complex of a simple
-example, with :math:`k = 1` and :math:`d = 2`. Only 4 points will be displayed
-(more are required for PCA) to simplify the figures. :math:`P` located
-on a closed curve embedded in 2D.
+example, with :math:`k = 1` and :math:`d = 2`. The point set
+:math:`\mathscr P` is located on a closed curve embedded in 2D.
+Only 4 points will be displayed (more are required for PCA) to simplify the
+figures.
.. figure:: ../../doc/Tangential_complex/tc_example_01.png
:alt: The input
@@ -33,7 +34,7 @@ on a closed curve embedded in 2D.
The input
-For each point :math:`p`, estimate its tangent subspace :math:`T_p` using PCA.
+For each point :math:`P`, estimate its tangent subspace :math:`T_p` using PCA.
.. figure:: ../../doc/Tangential_complex/tc_example_02.png
:alt: The estimated normals
@@ -43,8 +44,8 @@ For each point :math:`p`, estimate its tangent subspace :math:`T_p` using PCA.
Let us add the Voronoi diagram of the points in orange. For each point
-:math:`p`, construct its star in the Delaunay triangulation of :math:`P`
-restricted to :math:`T_p`.
+:math:`P`, construct its star in the Delaunay triangulation of
+:math:`\mathscr P` restricted to :math:`T_p`.
.. figure:: ../../doc/Tangential_complex/tc_example_03.png
:alt: The Voronoi diagram