Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f6abc commit 07736bdCopy full SHA for 07736bd
1 file changed
src/numerix.h
@@ -0,0 +1,20 @@
1
+/* numerix.h -- John Hunter
2
+ */
3
+
4
+#ifndef _NUMERIX_H
5
+#define _NUMERIX_H
6
+#ifdef NUMARRAY
7
+#include "numarray/arrayobject.h"
8
+#else
9
+#ifdef NUMERIC
10
+#include "Numeric/arrayobject.h"
11
12
+#define PY_ARRAY_TYPES_PREFIX NumPy
13
+#include "numpy/arrayobject.h"
14
+#if (NDARRAY_VERSION >= 0x00090908)
15
+#include "numpy/oldnumeric.h"
16
+#endif
17
18
19
20
0 commit comments