scipy.sparse.bsr_matrix.

tocoo#

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

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

当 copy=False 时,数据数组将在此数组/矩阵和生成的 coo_array/coo_matrix 之间共享。