Any idea of do A dot B, without Memroy Error?
|
feedback
|
|
The result would be a 250000x250000 matrix, and would require about half a terabyte of RAM. Did you mean | |||
feedback
|
|
The dot product you are trying to calculate produces a 250000x250000 array, which will require 500Gb of memory if you are using the default double precision floating point. Are you sure that is what you need? | |||
|
feedback
|
scipy.sparse. docs.scipy.org/doc/scipy/reference/sparse.htmlnumpy, by itself, doesn't include sparse matrices. They're inscipy.sparse. – Joe Kington Oct 29 '11 at 17:45