有人知道如何在python中处理巨大矩阵吗?我必须处理形状为(10 ^ 6,10 ^ 6)的邻接矩阵,并执行包括加法,缩放和点积的操作。使用numpy数组,我在ram上遇到了问题。
python numpy matrix-multiplication adjacency-matrix python-2.7
adjacency-matrix ×1
matrix-multiplication ×1
numpy ×1
python ×1
python-2.7 ×1