scipy.sparse.lil_array. tocoo# lil_array.tocoo(copy=False)[原始碼]# 將此陣列/矩陣轉換為 COOrdinate 格式。 使用 copy=False,資料/索引可能會在此陣列/矩陣和產生的 coo_array/matrix 之間共享。