|
numpy
2.0.0
|
#include "Python.h"#include "math.h"#include "numpy/ndarraytypes.h"#include "numpy/ufuncobject.h"#include "numpy/npy_3kcompat.h"Defines | |
| #define | NPY_NO_DEPRECATED_API NPY_API_VERSION |
Functions | |
| static void | add_uint64_triplet (char **args, npy_intp *dimensions, npy_intp *steps, void *data) |
| PyMODINIT_FUNC | initstruct_ufunc_test (void) |
Variables | |
| static PyMethodDef | StructUfuncTestMethods [] |
| #define NPY_NO_DEPRECATED_API NPY_API_VERSION |
| static void add_uint64_triplet | ( | char ** | args, |
| npy_intp * | dimensions, | ||
| npy_intp * | steps, | ||
| void * | data | ||
| ) | [static] |
| PyMODINIT_FUNC initstruct_ufunc_test | ( | void | ) |
PyMethodDef StructUfuncTestMethods[] [static] |
{
{NULL, NULL, 0, NULL}
}