Fernando Morales

Results 2 issues of Fernando Morales

## Expected behavior When using the C++ API for ARPACK (arpack.hpp) I would expect a conversion of bmat::generalized into a const char* "G", as it is clearly documented in the...

Hi, I am experimenting excessive memory utilization of the library: ```python import numpy as np X = np.random.rand(20_000_000, 2) # 20MM 2D vectors index = pynndescent.NNDescent(X) index.prepare() ``` The following...