scipy.sparse.csr_matrix.has_sorted_indices — SciPy v1.15.2 Manual (original) (raw)
scipy.sparse.csr_matrix.
property csr_matrix.has_sorted_indices#
Whether the indices are sorted
Returns
- True: if the indices of the array/matrix are in sorted order
- False: otherwise