Scipy.org
Docs
SciPy v1.2.1 Reference Guide
index
modules
scipy.sparse.csr_matrix.has_sorted_indices
¶
csr_matrix.
has_sorted_indices
¶
Determine whether the matrix has sorted indices
Returns
True: if the indices of the matrix are in sorted order
False: otherwise
Quick search