scikit-learn/sklearn/utils/_sorting.pxd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
164 B
Cython
Raw Normal View History

from ._typedefs cimport DTYPE_t, ITYPE_t
from cython cimport floating
cdef int simultaneous_sort(
floating *dist,
ITYPE_t *idx,
ITYPE_t size,
) nogil