scipy.sparse.dia_array.

tolil#

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

將此陣列/矩陣轉換為列表的列表格式。

當 copy=False 時,資料/索引可能會在此陣列/矩陣和結果 lil_array/矩陣之間共享。