#值 >>> csr_matrix((data,indices,indptr),shape=(3,3)).toarray() array([[1, 0, 2], [0, 0, 3], 4, 5, 6]]) 其中指真比较难以理解,下面根据指针画图,以方便理解 根据上图可以看出 指针是定位数据块的。比如iindptr=np.array([0,2,3,6]) ,其中2 是指竖线中的0到2的数据块,即 1,...