Pseudomanifold / Aleph

A library for exploring persistent homology
https://pseudomanifold.github.io/Aleph/
MIT License
101 stars 17 forks source link

Extend persistence pairing calculation to include unpaired indices #3

Closed Pseudomanifold closed 7 years ago

Pseudomanifold commented 7 years ago

This is not done in other packages as well—mostly because handling unpaired indices is not a trivial problem. For now, they will be silently ignored in the pairing calculation.

Pseudomanifold commented 7 years ago

Fixed for dualized matrices as well. Require better test case and option to test more complicated data sets.