Skip to content

Commit

Permalink
Eigen scope refine
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Aug 30, 2019
1 parent 3846369 commit f510a7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/common/doc/installation.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ make doxygen
* Having GMP version 4.2 or higher installed is recommended.
*
* \subsection cgal CGAL
* Some GUDHI modules (cf. \ref main_page "modules list"), and few examples requires CGAL, a C++ library that provides
* Some GUDHI modules (cf. \ref main_page "modules list"), and few examples require CGAL, a C++ library that provides
* easy access to efficient and reliable geometric algorithms.
*
* \note There is no need to install CGAL, you can just <CODE>cmake . && make</CODE> CGAL (or even
Expand Down Expand Up @@ -126,7 +126,7 @@ make doxygen
* Alpha_complex/alpha_complex_3d_persistence.cpp</a>
*
* \subsection eigen Eigen
* The \ref alpha_complex data structure and few examples requires
* Some GUDHI modules (cf. \ref main_page "modules list"), and few examples require
* <a target="_blank" href="http://eigen.tuxfamily.org/">Eigen</a> is a C++ template library for linear algebra:
* matrices, vectors, numerical solvers, and related algorithms.
*
Expand Down
8 changes: 3 additions & 5 deletions src/cython/doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ CGAL
====

Some GUDHI modules (cf. :doc:`modules list </index>`), and few examples
requires CGAL, a C++ library that provides easy access to efficient and
require CGAL, a C++ library that provides easy access to efficient and
reliable geometric algorithms.


Expand All @@ -178,10 +178,8 @@ The following examples requires CGAL version ≥ 4.11.0:
Eigen
=====

The :doc:`Alpha complex </alpha_complex_user>`,
:doc:`Tangential complex </tangential_complex_user>` and
:doc:`Witness complex </witness_complex_user>` data structures and few
examples requires `Eigen <http://eigen.tuxfamily.org/>`_, a C++ template
Some GUDHI modules (cf. :doc:`modules list </index>`), and few examples
require `Eigen <http://eigen.tuxfamily.org/>`_, a C++ template
library for linear algebra: matrices, vectors, numerical solvers, and related
algorithms.

Expand Down

0 comments on commit f510a7e

Please sign in to comment.