scipy.sparse.bsr_matrix.tocoo

bsr_matrix.tocoo(copy=True)[源代码]

将此矩阵转换为坐标格式。

当copy=false时,数据数组将在此矩阵和生成的coo_Matrix之间共享。