scipy.sparse.bsr_array.

tocoo#

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

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

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