From: koara <ko...@at...> - 2006-11-11 22:42:20
|
Hello, is there a way to do SVD of large sparse matrices efficiently in python? All i found was scipy (little sparse support, no SVD), pysparse (no SVD) and PROPACK (no python). Out of these, PROPACK seems the most enticing choice, but i have no experience porting fortran code and this seems too big a bite. Any pointers or suggestions are most welcome! Cheers. |