numpy.matrix.argpartition — NumPy v2.3.dev0 Manual (original) (raw)

method

matrix.argpartition(kth, axis=-1, kind='introselect', order=None)#

Returns the indices that would partition this array.

Refer to numpy.argpartition for full documentation.