scipy.sparse.bsr_array.has_sorted_indices#

property bsr_array.has_sorted_indices#

Whether the indices are sorted

Returns
  • True: if the indices of the array/matrix are in sorted order

  • False: otherwise