scipy.sparse.csc_array.

scipy.sparse.csc_array.has_sorted_indices#

property csc_array.has_sorted_indices#

索引是否排序

返回
  • True: 如果数组/矩阵的索引是按排序顺序排列的

  • False: 否则