Repository URL to install this package:
|
Version:
1.2.0 ▾
|
# Heap routines, used in various Cython implementations.
from cython cimport floating
from ._typedefs cimport ITYPE_t
cdef int heap_push(
floating* values,
ITYPE_t* indices,
ITYPE_t size,
floating val,
ITYPE_t val_idx,
) nogil