From 0ef4de65595354c0bad3a9f19d314a5de7d29d92 Mon Sep 17 00:00:00 2001 From: salinasd Date: Wed, 17 Dec 2014 16:37:27 +0000 Subject: merge doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@377 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f50f6eda2f484864be2bf27960a58dbbbaba9793 --- src/common/doc/main_page.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/common/doc') 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 -- cgit v1.2.3