3
私は大きな10^5×10^5つのスパース行列を使用しようとしているが、scipyのダウンロードに直面して実行されているように見えるんだ:scipyのダウンロード大型疎行列
n = 10 ** 5
x = scipy.sparse.rand(n, n, .001)
は
ValueError: Trying to generate a random sparse matrix such as the
product of dimensions is greater than 2147483647 - this is not
supported on this machine
を取得し、誰もが、なぜ制限を知っています私はそれを避けることができますか? (fyi、私は4GBのメモリとenthoughtディストリビューションでMacBook Airを使用しています)