Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from ._typedefs cimport intp_t
from cython cimport floating
cdef int simultaneous_sort(
floating *dist,
intp_t *idx,
intp_t size,
) noexcept nogil