rogue
Loading...
Searching...
No Matches
numpy.h
Go to the documentation of this file.
1
13#ifndef __ROGUE_NUMPY_H__
14#define __ROGUE_NUMPY_H__
15
16#define NPY_API_SYMBOL_ATTRIBUTE
17#define PY_ARRAY_UNIQUE_SYMBOL Py_Array_Rogue
18#include <numpy/arrayobject.h>
19#include <numpy/ndarraytypes.h>
20
21#endif