Home
last modified time | relevance | path

Searched refs:_compatible_boolean_index (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/
H A D_index.py268 idx = _compatible_boolean_index(index)
283 bool_row = _compatible_boolean_index(row)
284 bool_col = _compatible_boolean_index(col)
355 def _compatible_boolean_index(idx): function