scipy.sparse.bsr_matrix.

tocsc#

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

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

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