ripser
ripser copied to clipboard
Ripser: efficient computation of Vietoris–Rips persistence barcodes
If I take the master branch and compile with `g++ -Wall ripser.cpp -o ripser -g` (note: no NDEBUG), running `./ripser --format point-cloud examples/o3_1024.txt` produces > ripser: ripser.cpp:115: index_t binomial_coeff_table::operator()(index_t, index_t)...
Dear developers, I have been having this error (under this paragraph) for quite sometime now, whenever I try to install ripser via command prompt using "pip install ripser" or via...
What is the computational complexity of Ripser
First, thanks very much for creating and maintaining the library. I'm working with some students and colleague to upgrade the R package [ripserr](https://github.com/tdaverse/ripserr/) with the current version of Ripser. While...
The robinhood-hashing submodule used in ripser is [archived](https://github.com/martinus/robin-hood-hashing/tree/master) and no long receiving updates. I know the specific robinhood-hasing submodule is pinned, but still, I wonder if it makes sense to...
The issue was caused by checking `.eof()` to determine the end of the stream. However, `.eof()` returns `true` **only after** an attempt to read past the end of the stream....
### Steps to reproduce 1. **Generating a lower distance matrix in binary format** Create a file `gen.py` with the following content, then run it in a virtual environment where NumPy...