This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.sparse.coo_matrix.tocsr

coo_matrix.tocsr()

Return a copy of this matrix in Compressed Sparse Row format

Duplicate entries will be summed together.

This Page