bwlewis/irlba

Python wrapper for IRLBA?

BradKML opened this issue · 2 comments

Sorry for asking this, bus it is very tempting to see a new faster implementation of truncated SVD to be made. Could this repo be re-wrapped for python (for testing purposes)?

LTLA commented

If you know enough Cython, you could wrap CppIrlba, which ports the C code from the R package into a header-only C++ library. For example, I use this to run IRLBA in web applications, see here for an example.

Thanks for the info, but unfortunately I am not good enough for Cython currently.