|
numpy
2.0.0
|
#include <Python.h>#include <numpy/arrayobject.h>#include <numpy/ufuncobject.h>#include "numpy/npy_3kcompat.h"#include <math.h>#include <structmember.h>Defines | |
| #define | NPY_NO_DEPRECATED_API NPY_API_VERSION |
| #define | RETVAL |
Functions | |
| static void | inplace_add (char **args, npy_intp *dimensions, npy_intp *steps, void *data) |
| PyMODINIT_FUNC | initoperand_flag_tests (void) |
Variables | |
| static PyMethodDef | TestMethods [] |
| PyUFuncGenericFunction | funcs [1] = {&inplace_add} |
| static char | types [2] = {NPY_LONG, NPY_LONG} |
| static void * | data [1] = {NULL} |
| #define NPY_NO_DEPRECATED_API NPY_API_VERSION |
| #define RETVAL |
| PyMODINIT_FUNC initoperand_flag_tests | ( | void | ) |
| static void inplace_add | ( | char ** | args, |
| npy_intp * | dimensions, | ||
| npy_intp * | steps, | ||
| void * | data | ||
| ) | [static] |
void* data[1] = {NULL} [static] |
| PyUFuncGenericFunction funcs[1] = {&inplace_add} |
PyMethodDef TestMethods[] [static] |
{
{NULL, NULL, 0, NULL}
}