scipy.sparse.spmatrix.tolil

spmatrix.tolil(copy=False)[源代码]

将此矩阵转换为列表列表格式。

在COPY=FALSE的情况下,数据/索引可以在该矩阵和作为结果的LIL_矩阵之间共享。