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 (@type @*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 (@type @*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) |
int mergesort_ | suff (@type @*start, npy_intp num, PyArrayObject *arr) |
static void amergesort0_ | suff (npy_intp *pl, npy_intp *pr,@type @*v, npy_intp *pw, size_t len) |
int amergesort_ | suff (@type @*v, npy_intp *tosort, npy_intp num, PyArrayObject *arr) |
static void | npy_mergesort0 (char *pl, char *pr, char *pw, char *vp, size_t size, npy_comparator cmp) |
int | npy_mergesort (void *base, size_t num, size_t size, npy_comparator cmp) |
#define NOT_USED NPY_UNUSED(unused) |
#define NPY_NO_DEPRECATED_API NPY_API_VERSION |
#define PYA_QS_STACK 100 |
#define SMALL_MERGESORT 20 |
Referenced by suff().
#define SMALL_QUICKSORT 15 |
#define SMALL_STRING 16 |
int npy_mergesort | ( | void * | base, |
size_t | num, | ||
size_t | size, | ||
npy_comparator | cmp | ||
) |
Referenced by PyArray_ArgSort().
static void npy_mergesort0 | ( | char * | pl, |
char * | pr, | ||
char * | pw, | ||
char * | vp, | ||
size_t | size, | ||
npy_comparator | cmp | ||
) | [static] |
References GENERIC_COPY().
Referenced by suff().
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] |
int mergesort_ suff | ( | @type @* | start, |
npy_intp | num, | ||
PyArrayObject * | arr | ||
) |
static void amergesort0_ suff | ( | npy_intp * | pl, |
npy_intp * | pr, | ||
@type @* | v, | ||
npy_intp * | pw, | ||
size_t | len | ||
) | [static] |
int amergesort_ suff | ( | @type @* | v, |
npy_intp * | tosort, | ||
npy_intp | num, | ||
PyArrayObject * | arr | ||
) |
References GENERIC_COPY(), GENERIC_LT(), npy_mergesort0(), and SMALL_MERGESORT.