hschreiber

Results 28 issues of hschreiber

The matrix module is not finished yet, but I would like to have feedback on the structure, in particular on the way the different options are handled. The options are...

This is related to PR #976 / #817 : with vectors as filtration values, the method `filtration` needs to return references instead of copies now. Before the integration of C++17...

Follow up of PR #917 with the addition of the oscillating Rips iterator. The PR is still a draft as unit tests are still missing (and the doc main page...

New module to compute zigzag persistence. To simplify the review process, this version contains only the main functionality, that is to compute the barcode. Following functionalities will be added in...

Clean up of the bibliography.bib file: - re-alignement of the citations - alphabetical sort by titles + all unused citations at the end of the file (also by alphabetical order)...

To be able to use it also for Zigzag persistence (PR #917) more easily. I also added the possibility to use `std::get` and `std::tuple_size` for the bars for the compatibility...

Were problem can arise when swapping two columns from different matrices, is at the row access, as the cells in the rows will not be swapped (you should first unlink...

Small optimization for the reduction of U in the RU decomposition. It does not make a big difference for small complexes, but divides by two the reduction time for big...

Enables `Filtration_value` to be something else than `double` / `float` in the simplex tree. In particular, is thought as a preparation for the multi simplex tree of PR #976, where...

Possibility to have a `const Simplex_tree`, but still be able to iterate over it or access information. It is a draft, as it probably needs more testing (ignore the tests...