summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorsalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-17 16:37:27 +0000
committersalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-17 16:37:27 +0000
commit0ef4de65595354c0bad3a9f19d314a5de7d29d92 (patch)
tree9830a4c2d11581981ec5067e2d97a2ae2f69da67 /src/common
parent9097b9ef34b7b15b0313ab9b7f057c0b4b4f5eb6 (diff)
merge doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@377 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f50f6eda2f484864be2bf27960a58dbbbaba9793
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/main_page.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index b573f4d0..b2c8bca5 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -10,11 +10,9 @@ state-of-the-art algorithms and data structures for computational topology.
The current release of the library allows to use several data-structures for simplicial complexes :
simplex tree, Hasse diagram or skeleton-blocker. Several operations can then be done on top of these
-representations such a persistent homology computation or simplification.
-
+representations such as persistent homology computation or simplification.
All data-structures are generic and several of their aspects (such as stored elements, policies)
can be parameterized via template classes.
-
We refer to
\cite gudhilibrary_ICMS14
for a detailed description of the design of the library.
@@ -23,13 +21,12 @@ for a detailed description of the design of the library.
\section compiling Compiling
The library uses c++11 and requires Boost with version 1.48.0 or more recent : http://www.boost.org/.
+It is a multiplaform library and compiles on Linux, Mac OSX and Visual Studio 2013.
-The library compiles in Linux and Mac OSX.
\subsection gmp GMP:
The multi-field persistent homology algorithm requires GMP which is a free library for arbitrary-precision
arithmetic, operating on signed integers, rational numbers, and floating point numbers
-
The following examples require The GNU Multiple Precision Arithmetic Library (GMP) http://gmplib.org/
and will not be built if GMP is not installed:
- Persistent_cohomology/rips_multifield_persistence