SciPy

scipy.sparse.lil_matrix.tolil

lil_matrix.tolil(self, copy=False)[source]

Convert this matrix to LInked List format.

With copy=False, the data/indices may be shared between this matrix and the resultant lil_matrix.

Previous topic

scipy.sparse.lil_matrix.todok

Next topic

scipy.sparse.lil_matrix.transpose