PyPropack. Fast singular value decomposition for large sparse matrices.

github.com/jakevdp/pypropack

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2017
  • Merge pull request #11 from racheltho/master
  • update imports to work with Python 3
  • Make warning in README more explicit
December 2015
  • Merge pull request #6 from mtrbean/master
  • Fix an access violation bug in PROPACK
April 2013
  • Merge pull request #4 from charanpald/patch-1
  • Fix A -> self.A in dtype method of _AProd.
December 2012
  • combine svdp and svdp_irl
  • add options to wrappers
  • add complex IRL support
  • add real-valued IRL support
  • add complex wrappers & tests
  • remove print statement
  • BUG: memory errors in aprod
  • remove generated code from repository
  • add PROPACK license
  • add benchmark scripts
  • rename package; add sparse & linear operator support
  • README: fix formatting
  • Basic python wrappers