|
numpy
2.0.0
|
Defines | |
| #define | NPY_NO_DEPRECATED_API NPY_API_VERSION |
| #define | NOT_USED NPY_UNUSED(unused) |
| #define | PYA_QS_STACK 100 |
| #define | SMALL_QUICKSORT 15 |
| #define | SMALL_MERGESORT 20 |
| #define | SMALL_STRING 16 |
Functions | |
| static void mergesort0_ | suff (@type @*pl,@type @*pr,@type @*pw) |
| int mergesort_ | suff (void *start, npy_intp num, void *NOT_USED) |
| static void amergesort0_ | suff (npy_intp *pl, npy_intp *pr,@type @*v, npy_intp *pw) |
| int amergesort_ | suff (void *v, npy_intp *tosort, npy_intp num, void *NOT_USED) |
| static void mergesort0_ | suff (@type @*pl,@type @*pr,@type @*pw,@type @*vp, size_t len) |
| static void amergesort0_ | suff (npy_intp *pl, npy_intp *pr,@type @*v, npy_intp *pw, size_t len) |
| static void | npy_mergesort0 (char *pl, char *pr, char *pw, char *vp, npy_intp elsize, PyArray_CompareFunc *cmp, PyArrayObject *arr) |
| int | npy_mergesort (void *start, npy_intp num, void *varr) |
| static void | npy_amergesort0 (npy_intp *pl, npy_intp *pr, char *v, npy_intp *pw, npy_intp elsize, PyArray_CompareFunc *cmp, PyArrayObject *arr) |
| int | npy_amergesort (void *v, npy_intp *tosort, npy_intp num, void *varr) |
| #define NOT_USED NPY_UNUSED(unused) |
| #define NPY_NO_DEPRECATED_API NPY_API_VERSION |
| #define PYA_QS_STACK 100 |
| #define SMALL_MERGESORT 20 |
| #define SMALL_QUICKSORT 15 |
| #define SMALL_STRING 16 |
| int npy_amergesort | ( | void * | v, |
| npy_intp * | tosort, | ||
| npy_intp | num, | ||
| void * | varr | ||
| ) |
| static void npy_amergesort0 | ( | npy_intp * | pl, |
| npy_intp * | pr, | ||
| char * | v, | ||
| npy_intp * | pw, | ||
| npy_intp | elsize, | ||
| PyArray_CompareFunc * | cmp, | ||
| PyArrayObject * | arr | ||
| ) | [static] |
| int npy_mergesort | ( | void * | start, |
| npy_intp | num, | ||
| void * | varr | ||
| ) |
| static void npy_mergesort0 | ( | char * | pl, |
| char * | pr, | ||
| char * | pw, | ||
| char * | vp, | ||
| npy_intp | elsize, | ||
| PyArray_CompareFunc * | cmp, | ||
| PyArrayObject * | arr | ||
| ) | [static] |
| static void mergesort0_ suff | ( | @type @* | pl, |
| @type @* | pr, | ||
| @type @* | pw | ||
| ) | [static] |
</blockquote>
| static void mergesort0_ suff | ( | @type @* | pl, |
| @type @* | pr, | ||
| @type @* | pw, | ||
| @type @* | vp, | ||
| size_t | len | ||
| ) | [static] |