scipy.sparse.dia_array.

tocoo#

dia_array.tocoo(copy=False)[source]#

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

如果 copy=False,则此数组/矩阵的数据/索引可能与生成的 coo_array/矩阵共享。