scipy.sparse.csc_array.

tocsc#

csc_array.tocsc(copy=False)[source]#

將此陣列/矩陣轉換為壓縮稀疏行格式。

當 copy=False 時,此陣列/矩陣與產生的 csc_array/矩陣之間可能會共享資料/索引。