|
rogue
|
#include <numpy/arrayobject.h>#include <numpy/ndarraytypes.h>Go to the source code of this file.
Macros | |
| #define | NPY_API_SYMBOL_ATTRIBUTE |
| Central NumPy C-API include point for Rogue. | |
| #define | PY_ARRAY_UNIQUE_SYMBOL Py_Array_Rogue |
| #define NPY_API_SYMBOL_ATTRIBUTE |
Central NumPy C-API include point for Rogue.
This header performs the one-time NumPy C-API symbol import for Rogue by defining the unique API symbol and including NumPy core headers.
Other translation units that include NumPy headers should define NO_IMPORT_ARRAY before including NumPy C-API headers to avoid duplicate import definitions.