Pseudomanifold / Aleph

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

Improve template arguments for extended persistence hierarchy functor #15

Closed Pseudomanifold closed 7 years ago

Pseudomanifold commented 7 years ago

The class does not necessarily have to be templated with respect to the required simplicial complex. It should be possible to use templates only for the main operator, i.e operator()(...) and detect the required types here. This would simplify the usage of this class.

Pseudomanifold commented 7 years ago

Leaving it as it is because this class relies too much on the functionality in the simplicial complex class.