rogue
Loading...
Searching...
No Matches
numpy.h
Go to the documentation of this file.
1
21#ifndef __ROGUE_NUMPY_H__
22#define __ROGUE_NUMPY_H__
23
24#define NPY_API_SYMBOL_ATTRIBUTE
25#define PY_ARRAY_UNIQUE_SYMBOL Py_Array_Rogue
26#include <numpy/arrayobject.h>
27#include <numpy/ndarraytypes.h>
28
29#endif