scipy.sparse.bsr_matrix. tocoo# bsr_matrix.tocoo(copy=True)[source]# 将此数组/矩阵转换为 COOrdinate 格式。 当 copy=False 时,数据数组将与生成的结果 coo_array/coo_matrix 共享。