[SciPy-User] Segment fault when run svd

Wenlei Xie wenlei.xie at gmail.com
Fri Apr 4 11:21:52 EDT 2014


Hi,

I got segment fault when I run svd on a huge matrix. The matrix contains n
lines, each line is a vector with 2 million dimension vector. I use the
following command for SVD:

s = linalg.svdvals(mat)

It works well when for n = 100, 300, 500. But it got segment fault when n =
1000.

Any suggestions?

Thank you!

Best,
Wenlei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20140404/0566f2c9/attachment.html>


More information about the SciPy-User mailing list