GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
246 stars 65 forks source link

Delaunay complex #967

Open VincentRouvreau opened 10 months ago

VincentRouvreau commented 10 months ago

As discussed on this PR (cf. https://github.com/GUDHI/gudhi-devel/pull/919#discussion_r1331094368 ), we should document differently Alpha complex in order to have a documentation entry point for Delaunay complex ( and why not a specific class)

This issue replaces #634