Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.66 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.66 KB

Build Status CircleCI Build status Anaconda Cloud Anaconda downloads

GUDHI

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. The library offers state-of-the-art data structures and algorithms to construct simplicial complexes and compute persistent homology.

Compilation and installation

To install GUDHI, you can follow the C++ compilation procedure, the Python compilation procedure, use our conda-forge package, or go with Docker.

More information