e2D 2.0.1__cp313-cp313-win_amd64.whl → 2.0.2__cp313-cp313-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- e2D/__init__.py +1 -1
- e2D/ccolors.c +152 -152
- e2D/ccolors.cp313-win_amd64.pyd +0 -0
- e2D/cvectors.c +152 -152
- e2D/cvectors.cp313-win_amd64.pyd +0 -0
- {e2d-2.0.1.dist-info → e2d-2.0.2.dist-info}/METADATA +55 -14
- {e2d-2.0.1.dist-info → e2d-2.0.2.dist-info}/RECORD +10 -10
- {e2d-2.0.1.dist-info → e2d-2.0.2.dist-info}/WHEEL +0 -0
- {e2d-2.0.1.dist-info → e2d-2.0.2.dist-info}/licenses/LICENSE +0 -0
- {e2d-2.0.1.dist-info → e2d-2.0.2.dist-info}/top_level.txt +0 -0
e2D/ccolors.c
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
]
|
|
11
11
|
],
|
|
12
12
|
"depends": [
|
|
13
|
-
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-
|
|
14
|
-
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-
|
|
15
|
-
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-
|
|
16
|
-
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-
|
|
17
|
-
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-
|
|
13
|
+
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-qqk1zk5w\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
|
|
14
|
+
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-qqk1zk5w\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
|
|
15
|
+
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-qqk1zk5w\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
|
|
16
|
+
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-qqk1zk5w\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
|
|
17
|
+
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-qqk1zk5w\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
|
|
18
18
|
],
|
|
19
19
|
"extra_compile_args": [
|
|
20
20
|
"/O2",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"/LTCG"
|
|
27
27
|
],
|
|
28
28
|
"include_dirs": [
|
|
29
|
-
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-
|
|
29
|
+
"C:\\Users\\User\\AppData\\Local\\Temp\\build-env-qqk1zk5w\\Lib\\site-packages\\numpy\\_core\\include"
|
|
30
30
|
],
|
|
31
31
|
"name": "e2D.ccolors",
|
|
32
32
|
"sources": [
|
|
@@ -1407,7 +1407,7 @@ static const char *__pyx_filename;
|
|
|
1407
1407
|
static const char* const __pyx_f[] = {
|
|
1408
1408
|
"e2D/ccolors.pyx",
|
|
1409
1409
|
"<stringsource>",
|
|
1410
|
-
"../../build-env-
|
|
1410
|
+
"../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd",
|
|
1411
1411
|
"cpython/type.pxd",
|
|
1412
1412
|
};
|
|
1413
1413
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1660,7 +1660,7 @@ typedef struct {
|
|
|
1660
1660
|
|
|
1661
1661
|
/* #### Code section: numeric_typedefs ### */
|
|
1662
1662
|
|
|
1663
|
-
/* "../../build-env-
|
|
1663
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1664
1664
|
* # in Cython to enable them only on the right systems.
|
|
1665
1665
|
*
|
|
1666
1666
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1669,7 +1669,7 @@ typedef struct {
|
|
|
1669
1669
|
*/
|
|
1670
1670
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1671
1671
|
|
|
1672
|
-
/* "../../build-env-
|
|
1672
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1673
1673
|
*
|
|
1674
1674
|
* ctypedef npy_int8 int8_t
|
|
1675
1675
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1678,7 +1678,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1678
1678
|
*/
|
|
1679
1679
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1680
1680
|
|
|
1681
|
-
/* "../../build-env-
|
|
1681
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1682
1682
|
* ctypedef npy_int8 int8_t
|
|
1683
1683
|
* ctypedef npy_int16 int16_t
|
|
1684
1684
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1687,7 +1687,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1687
1687
|
*/
|
|
1688
1688
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1689
1689
|
|
|
1690
|
-
/* "../../build-env-
|
|
1690
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":747
|
|
1691
1691
|
* ctypedef npy_int16 int16_t
|
|
1692
1692
|
* ctypedef npy_int32 int32_t
|
|
1693
1693
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1696,7 +1696,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1696
1696
|
*/
|
|
1697
1697
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1698
1698
|
|
|
1699
|
-
/* "../../build-env-
|
|
1699
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":749
|
|
1700
1700
|
* ctypedef npy_int64 int64_t
|
|
1701
1701
|
*
|
|
1702
1702
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1705,7 +1705,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1705
1705
|
*/
|
|
1706
1706
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1707
1707
|
|
|
1708
|
-
/* "../../build-env-
|
|
1708
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":750
|
|
1709
1709
|
*
|
|
1710
1710
|
* ctypedef npy_uint8 uint8_t
|
|
1711
1711
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1714,7 +1714,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1714
1714
|
*/
|
|
1715
1715
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1716
1716
|
|
|
1717
|
-
/* "../../build-env-
|
|
1717
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":751
|
|
1718
1718
|
* ctypedef npy_uint8 uint8_t
|
|
1719
1719
|
* ctypedef npy_uint16 uint16_t
|
|
1720
1720
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1723,7 +1723,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1723
1723
|
*/
|
|
1724
1724
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1725
1725
|
|
|
1726
|
-
/* "../../build-env-
|
|
1726
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":752
|
|
1727
1727
|
* ctypedef npy_uint16 uint16_t
|
|
1728
1728
|
* ctypedef npy_uint32 uint32_t
|
|
1729
1729
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1732,7 +1732,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1732
1732
|
*/
|
|
1733
1733
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1734
1734
|
|
|
1735
|
-
/* "../../build-env-
|
|
1735
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1736
1736
|
* ctypedef npy_uint64 uint64_t
|
|
1737
1737
|
*
|
|
1738
1738
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1741,7 +1741,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1741
1741
|
*/
|
|
1742
1742
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1743
1743
|
|
|
1744
|
-
/* "../../build-env-
|
|
1744
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1745
1745
|
*
|
|
1746
1746
|
* ctypedef npy_float32 float32_t
|
|
1747
1747
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1750,7 +1750,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1750
1750
|
*/
|
|
1751
1751
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1752
1752
|
|
|
1753
|
-
/* "../../build-env-
|
|
1753
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":762
|
|
1754
1754
|
* ctypedef double complex complex128_t
|
|
1755
1755
|
*
|
|
1756
1756
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1759,7 +1759,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1759
1759
|
*/
|
|
1760
1760
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1761
1761
|
|
|
1762
|
-
/* "../../build-env-
|
|
1762
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1763
1763
|
*
|
|
1764
1764
|
* ctypedef npy_longlong longlong_t
|
|
1765
1765
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1768,7 +1768,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1768
1768
|
*/
|
|
1769
1769
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1770
1770
|
|
|
1771
|
-
/* "../../build-env-
|
|
1771
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1772
1772
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1773
1773
|
*
|
|
1774
1774
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1777,7 +1777,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1777
1777
|
*/
|
|
1778
1778
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1779
1779
|
|
|
1780
|
-
/* "../../build-env-
|
|
1780
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":766
|
|
1781
1781
|
*
|
|
1782
1782
|
* ctypedef npy_intp intp_t
|
|
1783
1783
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1786,7 +1786,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1786
1786
|
*/
|
|
1787
1787
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1788
1788
|
|
|
1789
|
-
/* "../../build-env-
|
|
1789
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1790
1790
|
* ctypedef npy_uintp uintp_t
|
|
1791
1791
|
*
|
|
1792
1792
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1795,7 +1795,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1795
1795
|
*/
|
|
1796
1796
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1797
1797
|
|
|
1798
|
-
/* "../../build-env-
|
|
1798
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1799
1799
|
*
|
|
1800
1800
|
* ctypedef npy_double float_t
|
|
1801
1801
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1804,7 +1804,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1804
1804
|
*/
|
|
1805
1805
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1806
1806
|
|
|
1807
|
-
/* "../../build-env-
|
|
1807
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":770
|
|
1808
1808
|
* ctypedef npy_double float_t
|
|
1809
1809
|
* ctypedef npy_double double_t
|
|
1810
1810
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -17063,7 +17063,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
17063
17063
|
return __pyx_r;
|
|
17064
17064
|
}
|
|
17065
17065
|
|
|
17066
|
-
/* "../../build-env-
|
|
17066
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":243
|
|
17067
17067
|
* cdef int type_num
|
|
17068
17068
|
*
|
|
17069
17069
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17074,7 +17074,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
17074
17074
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
17075
17075
|
npy_intp __pyx_r;
|
|
17076
17076
|
|
|
17077
|
-
/* "../../build-env-
|
|
17077
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":245
|
|
17078
17078
|
* @property
|
|
17079
17079
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
17080
17080
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -17084,7 +17084,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
17084
17084
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
17085
17085
|
goto __pyx_L0;
|
|
17086
17086
|
|
|
17087
|
-
/* "../../build-env-
|
|
17087
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":243
|
|
17088
17088
|
* cdef int type_num
|
|
17089
17089
|
*
|
|
17090
17090
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17097,7 +17097,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
17097
17097
|
return __pyx_r;
|
|
17098
17098
|
}
|
|
17099
17099
|
|
|
17100
|
-
/* "../../build-env-
|
|
17100
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":247
|
|
17101
17101
|
* return PyDataType_ELSIZE(self)
|
|
17102
17102
|
*
|
|
17103
17103
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17108,7 +17108,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
17108
17108
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
17109
17109
|
npy_intp __pyx_r;
|
|
17110
17110
|
|
|
17111
|
-
/* "../../build-env-
|
|
17111
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":249
|
|
17112
17112
|
* @property
|
|
17113
17113
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
17114
17114
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -17118,7 +17118,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
17118
17118
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
17119
17119
|
goto __pyx_L0;
|
|
17120
17120
|
|
|
17121
|
-
/* "../../build-env-
|
|
17121
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":247
|
|
17122
17122
|
* return PyDataType_ELSIZE(self)
|
|
17123
17123
|
*
|
|
17124
17124
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17131,7 +17131,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
17131
17131
|
return __pyx_r;
|
|
17132
17132
|
}
|
|
17133
17133
|
|
|
17134
|
-
/* "../../build-env-
|
|
17134
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":253
|
|
17135
17135
|
* # Use fields/names with care as they may be NULL. You must check
|
|
17136
17136
|
* # for this using PyDataType_HASFIELDS.
|
|
17137
17137
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17145,7 +17145,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
17145
17145
|
PyObject *__pyx_t_1;
|
|
17146
17146
|
__Pyx_RefNannySetupContext("fields", 0);
|
|
17147
17147
|
|
|
17148
|
-
/* "../../build-env-
|
|
17148
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":255
|
|
17149
17149
|
* @property
|
|
17150
17150
|
* cdef inline object fields(self):
|
|
17151
17151
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -17158,7 +17158,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
17158
17158
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
17159
17159
|
goto __pyx_L0;
|
|
17160
17160
|
|
|
17161
|
-
/* "../../build-env-
|
|
17161
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":253
|
|
17162
17162
|
* # Use fields/names with care as they may be NULL. You must check
|
|
17163
17163
|
* # for this using PyDataType_HASFIELDS.
|
|
17164
17164
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17173,7 +17173,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
17173
17173
|
return __pyx_r;
|
|
17174
17174
|
}
|
|
17175
17175
|
|
|
17176
|
-
/* "../../build-env-
|
|
17176
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":257
|
|
17177
17177
|
* return <object>PyDataType_FIELDS(self)
|
|
17178
17178
|
*
|
|
17179
17179
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17187,7 +17187,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
17187
17187
|
PyObject *__pyx_t_1;
|
|
17188
17188
|
__Pyx_RefNannySetupContext("names", 0);
|
|
17189
17189
|
|
|
17190
|
-
/* "../../build-env-
|
|
17190
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":259
|
|
17191
17191
|
* @property
|
|
17192
17192
|
* cdef inline tuple names(self):
|
|
17193
17193
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -17200,7 +17200,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
17200
17200
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
17201
17201
|
goto __pyx_L0;
|
|
17202
17202
|
|
|
17203
|
-
/* "../../build-env-
|
|
17203
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":257
|
|
17204
17204
|
* return <object>PyDataType_FIELDS(self)
|
|
17205
17205
|
*
|
|
17206
17206
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17215,7 +17215,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
17215
17215
|
return __pyx_r;
|
|
17216
17216
|
}
|
|
17217
17217
|
|
|
17218
|
-
/* "../../build-env-
|
|
17218
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":264
|
|
17219
17219
|
* # valid (the pointer can be NULL). Most users should access
|
|
17220
17220
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
17221
17221
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17226,7 +17226,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
17226
17226
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
17227
17227
|
PyArray_ArrayDescr *__pyx_r;
|
|
17228
17228
|
|
|
17229
|
-
/* "../../build-env-
|
|
17229
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":266
|
|
17230
17230
|
* @property
|
|
17231
17231
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
17232
17232
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -17236,7 +17236,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
17236
17236
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
17237
17237
|
goto __pyx_L0;
|
|
17238
17238
|
|
|
17239
|
-
/* "../../build-env-
|
|
17239
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":264
|
|
17240
17240
|
* # valid (the pointer can be NULL). Most users should access
|
|
17241
17241
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
17242
17242
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17249,7 +17249,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
17249
17249
|
return __pyx_r;
|
|
17250
17250
|
}
|
|
17251
17251
|
|
|
17252
|
-
/* "../../build-env-
|
|
17252
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":268
|
|
17253
17253
|
* return PyDataType_SUBARRAY(self)
|
|
17254
17254
|
*
|
|
17255
17255
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17260,7 +17260,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
17260
17260
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
17261
17261
|
npy_uint64 __pyx_r;
|
|
17262
17262
|
|
|
17263
|
-
/* "../../build-env-
|
|
17263
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":271
|
|
17264
17264
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
17265
17265
|
* """The data types flags."""
|
|
17266
17266
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -17270,7 +17270,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
17270
17270
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
17271
17271
|
goto __pyx_L0;
|
|
17272
17272
|
|
|
17273
|
-
/* "../../build-env-
|
|
17273
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":268
|
|
17274
17274
|
* return PyDataType_SUBARRAY(self)
|
|
17275
17275
|
*
|
|
17276
17276
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17283,7 +17283,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
17283
17283
|
return __pyx_r;
|
|
17284
17284
|
}
|
|
17285
17285
|
|
|
17286
|
-
/* "../../build-env-
|
|
17286
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":280
|
|
17287
17287
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
17288
17288
|
*
|
|
17289
17289
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17294,7 +17294,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
17294
17294
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
17295
17295
|
int __pyx_r;
|
|
17296
17296
|
|
|
17297
|
-
/* "../../build-env-
|
|
17297
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":283
|
|
17298
17298
|
* cdef inline int numiter(self) noexcept nogil:
|
|
17299
17299
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
17300
17300
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -17304,7 +17304,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
17304
17304
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
17305
17305
|
goto __pyx_L0;
|
|
17306
17306
|
|
|
17307
|
-
/* "../../build-env-
|
|
17307
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":280
|
|
17308
17308
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
17309
17309
|
*
|
|
17310
17310
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17317,7 +17317,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
17317
17317
|
return __pyx_r;
|
|
17318
17318
|
}
|
|
17319
17319
|
|
|
17320
|
-
/* "../../build-env-
|
|
17320
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":285
|
|
17321
17321
|
* return PyArray_MultiIter_NUMITER(self)
|
|
17322
17322
|
*
|
|
17323
17323
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17328,7 +17328,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
17328
17328
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
17329
17329
|
npy_intp __pyx_r;
|
|
17330
17330
|
|
|
17331
|
-
/* "../../build-env-
|
|
17331
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":288
|
|
17332
17332
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
17333
17333
|
* """The total broadcasted size."""
|
|
17334
17334
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -17338,7 +17338,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
17338
17338
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
17339
17339
|
goto __pyx_L0;
|
|
17340
17340
|
|
|
17341
|
-
/* "../../build-env-
|
|
17341
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":285
|
|
17342
17342
|
* return PyArray_MultiIter_NUMITER(self)
|
|
17343
17343
|
*
|
|
17344
17344
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17351,7 +17351,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
17351
17351
|
return __pyx_r;
|
|
17352
17352
|
}
|
|
17353
17353
|
|
|
17354
|
-
/* "../../build-env-
|
|
17354
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":290
|
|
17355
17355
|
* return PyArray_MultiIter_SIZE(self)
|
|
17356
17356
|
*
|
|
17357
17357
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17362,7 +17362,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
17362
17362
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
17363
17363
|
npy_intp __pyx_r;
|
|
17364
17364
|
|
|
17365
|
-
/* "../../build-env-
|
|
17365
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":293
|
|
17366
17366
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
17367
17367
|
* """The current (1-d) index into the broadcasted result."""
|
|
17368
17368
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -17372,7 +17372,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
17372
17372
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
17373
17373
|
goto __pyx_L0;
|
|
17374
17374
|
|
|
17375
|
-
/* "../../build-env-
|
|
17375
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":290
|
|
17376
17376
|
* return PyArray_MultiIter_SIZE(self)
|
|
17377
17377
|
*
|
|
17378
17378
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17385,7 +17385,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
17385
17385
|
return __pyx_r;
|
|
17386
17386
|
}
|
|
17387
17387
|
|
|
17388
|
-
/* "../../build-env-
|
|
17388
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":295
|
|
17389
17389
|
* return PyArray_MultiIter_INDEX(self)
|
|
17390
17390
|
*
|
|
17391
17391
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17396,7 +17396,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
17396
17396
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
17397
17397
|
int __pyx_r;
|
|
17398
17398
|
|
|
17399
|
-
/* "../../build-env-
|
|
17399
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":298
|
|
17400
17400
|
* cdef inline int nd(self) noexcept nogil:
|
|
17401
17401
|
* """The number of dimensions in the broadcasted result."""
|
|
17402
17402
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -17406,7 +17406,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
17406
17406
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
17407
17407
|
goto __pyx_L0;
|
|
17408
17408
|
|
|
17409
|
-
/* "../../build-env-
|
|
17409
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":295
|
|
17410
17410
|
* return PyArray_MultiIter_INDEX(self)
|
|
17411
17411
|
*
|
|
17412
17412
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17419,7 +17419,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
17419
17419
|
return __pyx_r;
|
|
17420
17420
|
}
|
|
17421
17421
|
|
|
17422
|
-
/* "../../build-env-
|
|
17422
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":300
|
|
17423
17423
|
* return PyArray_MultiIter_NDIM(self)
|
|
17424
17424
|
*
|
|
17425
17425
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17430,7 +17430,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
17430
17430
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
17431
17431
|
npy_intp *__pyx_r;
|
|
17432
17432
|
|
|
17433
|
-
/* "../../build-env-
|
|
17433
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":303
|
|
17434
17434
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
17435
17435
|
* """The shape of the broadcasted result."""
|
|
17436
17436
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -17440,7 +17440,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
17440
17440
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
17441
17441
|
goto __pyx_L0;
|
|
17442
17442
|
|
|
17443
|
-
/* "../../build-env-
|
|
17443
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":300
|
|
17444
17444
|
* return PyArray_MultiIter_NDIM(self)
|
|
17445
17445
|
*
|
|
17446
17446
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17453,7 +17453,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
17453
17453
|
return __pyx_r;
|
|
17454
17454
|
}
|
|
17455
17455
|
|
|
17456
|
-
/* "../../build-env-
|
|
17456
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":305
|
|
17457
17457
|
* return PyArray_MultiIter_DIMS(self)
|
|
17458
17458
|
*
|
|
17459
17459
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17464,7 +17464,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
17464
17464
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
17465
17465
|
void **__pyx_r;
|
|
17466
17466
|
|
|
17467
|
-
/* "../../build-env-
|
|
17467
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":309
|
|
17468
17468
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
17469
17469
|
* On return, the iterators are adjusted for broadcasting."""
|
|
17470
17470
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -17474,7 +17474,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
17474
17474
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
17475
17475
|
goto __pyx_L0;
|
|
17476
17476
|
|
|
17477
|
-
/* "../../build-env-
|
|
17477
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":305
|
|
17478
17478
|
* return PyArray_MultiIter_DIMS(self)
|
|
17479
17479
|
*
|
|
17480
17480
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17487,7 +17487,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
17487
17487
|
return __pyx_r;
|
|
17488
17488
|
}
|
|
17489
17489
|
|
|
17490
|
-
/* "../../build-env-
|
|
17490
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":323
|
|
17491
17491
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
17492
17492
|
*
|
|
17493
17493
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17498,7 +17498,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
17498
17498
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
17499
17499
|
PyObject *__pyx_r;
|
|
17500
17500
|
|
|
17501
|
-
/* "../../build-env-
|
|
17501
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":327
|
|
17502
17502
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
17503
17503
|
* """
|
|
17504
17504
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -17508,7 +17508,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
17508
17508
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
17509
17509
|
goto __pyx_L0;
|
|
17510
17510
|
|
|
17511
|
-
/* "../../build-env-
|
|
17511
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":323
|
|
17512
17512
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
17513
17513
|
*
|
|
17514
17514
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17521,7 +17521,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
17521
17521
|
return __pyx_r;
|
|
17522
17522
|
}
|
|
17523
17523
|
|
|
17524
|
-
/* "../../build-env-
|
|
17524
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
17525
17525
|
* return PyArray_BASE(self)
|
|
17526
17526
|
*
|
|
17527
17527
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17535,7 +17535,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17535
17535
|
PyArray_Descr *__pyx_t_1;
|
|
17536
17536
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
17537
17537
|
|
|
17538
|
-
/* "../../build-env-
|
|
17538
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":333
|
|
17539
17539
|
* """Returns an owned reference to the dtype of the array.
|
|
17540
17540
|
* """
|
|
17541
17541
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -17548,7 +17548,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17548
17548
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
17549
17549
|
goto __pyx_L0;
|
|
17550
17550
|
|
|
17551
|
-
/* "../../build-env-
|
|
17551
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
17552
17552
|
* return PyArray_BASE(self)
|
|
17553
17553
|
*
|
|
17554
17554
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17563,7 +17563,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17563
17563
|
return __pyx_r;
|
|
17564
17564
|
}
|
|
17565
17565
|
|
|
17566
|
-
/* "../../build-env-
|
|
17566
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":335
|
|
17567
17567
|
* return <dtype>PyArray_DESCR(self)
|
|
17568
17568
|
*
|
|
17569
17569
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17574,7 +17574,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17574
17574
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
17575
17575
|
int __pyx_r;
|
|
17576
17576
|
|
|
17577
|
-
/* "../../build-env-
|
|
17577
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
17578
17578
|
* """Returns the number of dimensions in the array.
|
|
17579
17579
|
* """
|
|
17580
17580
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -17584,7 +17584,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
17584
17584
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
17585
17585
|
goto __pyx_L0;
|
|
17586
17586
|
|
|
17587
|
-
/* "../../build-env-
|
|
17587
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":335
|
|
17588
17588
|
* return <dtype>PyArray_DESCR(self)
|
|
17589
17589
|
*
|
|
17590
17590
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17597,7 +17597,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
17597
17597
|
return __pyx_r;
|
|
17598
17598
|
}
|
|
17599
17599
|
|
|
17600
|
-
/* "../../build-env-
|
|
17600
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":341
|
|
17601
17601
|
* return PyArray_NDIM(self)
|
|
17602
17602
|
*
|
|
17603
17603
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17608,7 +17608,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
17608
17608
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
17609
17609
|
npy_intp *__pyx_r;
|
|
17610
17610
|
|
|
17611
|
-
/* "../../build-env-
|
|
17611
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":347
|
|
17612
17612
|
* Can return NULL for 0-dimensional arrays.
|
|
17613
17613
|
* """
|
|
17614
17614
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -17618,7 +17618,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
17618
17618
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
17619
17619
|
goto __pyx_L0;
|
|
17620
17620
|
|
|
17621
|
-
/* "../../build-env-
|
|
17621
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":341
|
|
17622
17622
|
* return PyArray_NDIM(self)
|
|
17623
17623
|
*
|
|
17624
17624
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17631,7 +17631,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
17631
17631
|
return __pyx_r;
|
|
17632
17632
|
}
|
|
17633
17633
|
|
|
17634
|
-
/* "../../build-env-
|
|
17634
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
17635
17635
|
* return PyArray_DIMS(self)
|
|
17636
17636
|
*
|
|
17637
17637
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17642,7 +17642,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
17642
17642
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
17643
17643
|
npy_intp *__pyx_r;
|
|
17644
17644
|
|
|
17645
|
-
/* "../../build-env-
|
|
17645
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":354
|
|
17646
17646
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
17647
17647
|
* """
|
|
17648
17648
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -17652,7 +17652,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
17652
17652
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
17653
17653
|
goto __pyx_L0;
|
|
17654
17654
|
|
|
17655
|
-
/* "../../build-env-
|
|
17655
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
17656
17656
|
* return PyArray_DIMS(self)
|
|
17657
17657
|
*
|
|
17658
17658
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17665,7 +17665,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
17665
17665
|
return __pyx_r;
|
|
17666
17666
|
}
|
|
17667
17667
|
|
|
17668
|
-
/* "../../build-env-
|
|
17668
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":356
|
|
17669
17669
|
* return PyArray_STRIDES(self)
|
|
17670
17670
|
*
|
|
17671
17671
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17676,7 +17676,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
17676
17676
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
17677
17677
|
npy_intp __pyx_r;
|
|
17678
17678
|
|
|
17679
|
-
/* "../../build-env-
|
|
17679
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":360
|
|
17680
17680
|
* """Returns the total size (in number of elements) of the array.
|
|
17681
17681
|
* """
|
|
17682
17682
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -17686,7 +17686,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
17686
17686
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
17687
17687
|
goto __pyx_L0;
|
|
17688
17688
|
|
|
17689
|
-
/* "../../build-env-
|
|
17689
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":356
|
|
17690
17690
|
* return PyArray_STRIDES(self)
|
|
17691
17691
|
*
|
|
17692
17692
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17699,7 +17699,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
17699
17699
|
return __pyx_r;
|
|
17700
17700
|
}
|
|
17701
17701
|
|
|
17702
|
-
/* "../../build-env-
|
|
17702
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":362
|
|
17703
17703
|
* return PyArray_SIZE(self)
|
|
17704
17704
|
*
|
|
17705
17705
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17710,7 +17710,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
17710
17710
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
17711
17711
|
char *__pyx_r;
|
|
17712
17712
|
|
|
17713
|
-
/* "../../build-env-
|
|
17713
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":369
|
|
17714
17714
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
17715
17715
|
* """
|
|
17716
17716
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -17720,7 +17720,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
17720
17720
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
17721
17721
|
goto __pyx_L0;
|
|
17722
17722
|
|
|
17723
|
-
/* "../../build-env-
|
|
17723
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":362
|
|
17724
17724
|
* return PyArray_SIZE(self)
|
|
17725
17725
|
*
|
|
17726
17726
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -17733,7 +17733,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
17733
17733
|
return __pyx_r;
|
|
17734
17734
|
}
|
|
17735
17735
|
|
|
17736
|
-
/* "../../build-env-
|
|
17736
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":777
|
|
17737
17737
|
* ctypedef long double complex clongdouble_t
|
|
17738
17738
|
*
|
|
17739
17739
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -17750,7 +17750,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17750
17750
|
int __pyx_clineno = 0;
|
|
17751
17751
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
17752
17752
|
|
|
17753
|
-
/* "../../build-env-
|
|
17753
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":778
|
|
17754
17754
|
*
|
|
17755
17755
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
17756
17756
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -17764,7 +17764,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17764
17764
|
__pyx_t_1 = 0;
|
|
17765
17765
|
goto __pyx_L0;
|
|
17766
17766
|
|
|
17767
|
-
/* "../../build-env-
|
|
17767
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":777
|
|
17768
17768
|
* ctypedef long double complex clongdouble_t
|
|
17769
17769
|
*
|
|
17770
17770
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -17783,7 +17783,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17783
17783
|
return __pyx_r;
|
|
17784
17784
|
}
|
|
17785
17785
|
|
|
17786
|
-
/* "../../build-env-
|
|
17786
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":780
|
|
17787
17787
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
17788
17788
|
*
|
|
17789
17789
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -17800,7 +17800,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17800
17800
|
int __pyx_clineno = 0;
|
|
17801
17801
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
17802
17802
|
|
|
17803
|
-
/* "../../build-env-
|
|
17803
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":781
|
|
17804
17804
|
*
|
|
17805
17805
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
17806
17806
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -17814,7 +17814,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17814
17814
|
__pyx_t_1 = 0;
|
|
17815
17815
|
goto __pyx_L0;
|
|
17816
17816
|
|
|
17817
|
-
/* "../../build-env-
|
|
17817
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":780
|
|
17818
17818
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
17819
17819
|
*
|
|
17820
17820
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -17833,7 +17833,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17833
17833
|
return __pyx_r;
|
|
17834
17834
|
}
|
|
17835
17835
|
|
|
17836
|
-
/* "../../build-env-
|
|
17836
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":783
|
|
17837
17837
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
17838
17838
|
*
|
|
17839
17839
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -17850,7 +17850,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17850
17850
|
int __pyx_clineno = 0;
|
|
17851
17851
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
17852
17852
|
|
|
17853
|
-
/* "../../build-env-
|
|
17853
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":784
|
|
17854
17854
|
*
|
|
17855
17855
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
17856
17856
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -17864,7 +17864,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17864
17864
|
__pyx_t_1 = 0;
|
|
17865
17865
|
goto __pyx_L0;
|
|
17866
17866
|
|
|
17867
|
-
/* "../../build-env-
|
|
17867
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":783
|
|
17868
17868
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
17869
17869
|
*
|
|
17870
17870
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -17883,7 +17883,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17883
17883
|
return __pyx_r;
|
|
17884
17884
|
}
|
|
17885
17885
|
|
|
17886
|
-
/* "../../build-env-
|
|
17886
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":786
|
|
17887
17887
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
17888
17888
|
*
|
|
17889
17889
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -17900,7 +17900,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17900
17900
|
int __pyx_clineno = 0;
|
|
17901
17901
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
17902
17902
|
|
|
17903
|
-
/* "../../build-env-
|
|
17903
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":787
|
|
17904
17904
|
*
|
|
17905
17905
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
17906
17906
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -17914,7 +17914,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17914
17914
|
__pyx_t_1 = 0;
|
|
17915
17915
|
goto __pyx_L0;
|
|
17916
17916
|
|
|
17917
|
-
/* "../../build-env-
|
|
17917
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":786
|
|
17918
17918
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
17919
17919
|
*
|
|
17920
17920
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -17933,7 +17933,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17933
17933
|
return __pyx_r;
|
|
17934
17934
|
}
|
|
17935
17935
|
|
|
17936
|
-
/* "../../build-env-
|
|
17936
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":789
|
|
17937
17937
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
17938
17938
|
*
|
|
17939
17939
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -17950,7 +17950,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17950
17950
|
int __pyx_clineno = 0;
|
|
17951
17951
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
17952
17952
|
|
|
17953
|
-
/* "../../build-env-
|
|
17953
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":790
|
|
17954
17954
|
*
|
|
17955
17955
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
17956
17956
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -17964,7 +17964,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17964
17964
|
__pyx_t_1 = 0;
|
|
17965
17965
|
goto __pyx_L0;
|
|
17966
17966
|
|
|
17967
|
-
/* "../../build-env-
|
|
17967
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":789
|
|
17968
17968
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
17969
17969
|
*
|
|
17970
17970
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -17983,7 +17983,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17983
17983
|
return __pyx_r;
|
|
17984
17984
|
}
|
|
17985
17985
|
|
|
17986
|
-
/* "../../build-env-
|
|
17986
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":792
|
|
17987
17987
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
17988
17988
|
*
|
|
17989
17989
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -17998,7 +17998,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17998
17998
|
PyObject *__pyx_t_2;
|
|
17999
17999
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
18000
18000
|
|
|
18001
|
-
/* "../../build-env-
|
|
18001
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":793
|
|
18002
18002
|
*
|
|
18003
18003
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18004
18004
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -18008,7 +18008,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18008
18008
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
18009
18009
|
if (__pyx_t_1) {
|
|
18010
18010
|
|
|
18011
|
-
/* "../../build-env-
|
|
18011
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":794
|
|
18012
18012
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18013
18013
|
* if PyDataType_HASSUBARRAY(d):
|
|
18014
18014
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -18021,7 +18021,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18021
18021
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
18022
18022
|
goto __pyx_L0;
|
|
18023
18023
|
|
|
18024
|
-
/* "../../build-env-
|
|
18024
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":793
|
|
18025
18025
|
*
|
|
18026
18026
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18027
18027
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -18030,7 +18030,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18030
18030
|
*/
|
|
18031
18031
|
}
|
|
18032
18032
|
|
|
18033
|
-
/* "../../build-env-
|
|
18033
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":796
|
|
18034
18034
|
* return <tuple>d.subarray.shape
|
|
18035
18035
|
* else:
|
|
18036
18036
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -18044,7 +18044,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18044
18044
|
goto __pyx_L0;
|
|
18045
18045
|
}
|
|
18046
18046
|
|
|
18047
|
-
/* "../../build-env-
|
|
18047
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":792
|
|
18048
18048
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
18049
18049
|
*
|
|
18050
18050
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -18059,7 +18059,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18059
18059
|
return __pyx_r;
|
|
18060
18060
|
}
|
|
18061
18061
|
|
|
18062
|
-
/* "../../build-env-
|
|
18062
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":995
|
|
18063
18063
|
* int _import_umath() except -1
|
|
18064
18064
|
*
|
|
18065
18065
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -18073,7 +18073,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18073
18073
|
const char *__pyx_filename = NULL;
|
|
18074
18074
|
int __pyx_clineno = 0;
|
|
18075
18075
|
|
|
18076
|
-
/* "../../build-env-
|
|
18076
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":996
|
|
18077
18077
|
*
|
|
18078
18078
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
18079
18079
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -18082,7 +18082,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18082
18082
|
*/
|
|
18083
18083
|
Py_INCREF(__pyx_v_base);
|
|
18084
18084
|
|
|
18085
|
-
/* "../../build-env-
|
|
18085
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":997
|
|
18086
18086
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
18087
18087
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
18088
18088
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -18091,7 +18091,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18091
18091
|
*/
|
|
18092
18092
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 997, __pyx_L1_error)
|
|
18093
18093
|
|
|
18094
|
-
/* "../../build-env-
|
|
18094
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":995
|
|
18095
18095
|
* int _import_umath() except -1
|
|
18096
18096
|
*
|
|
18097
18097
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -18106,7 +18106,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18106
18106
|
__pyx_L0:;
|
|
18107
18107
|
}
|
|
18108
18108
|
|
|
18109
|
-
/* "../../build-env-
|
|
18109
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":999
|
|
18110
18110
|
* PyArray_SetBaseObject(arr, base)
|
|
18111
18111
|
*
|
|
18112
18112
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -18121,7 +18121,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18121
18121
|
int __pyx_t_1;
|
|
18122
18122
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
18123
18123
|
|
|
18124
|
-
/* "../../build-env-
|
|
18124
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
18125
18125
|
*
|
|
18126
18126
|
* cdef inline object get_array_base(ndarray arr):
|
|
18127
18127
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -18130,7 +18130,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18130
18130
|
*/
|
|
18131
18131
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
18132
18132
|
|
|
18133
|
-
/* "../../build-env-
|
|
18133
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
18134
18134
|
* cdef inline object get_array_base(ndarray arr):
|
|
18135
18135
|
* base = PyArray_BASE(arr)
|
|
18136
18136
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -18140,7 +18140,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18140
18140
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
18141
18141
|
if (__pyx_t_1) {
|
|
18142
18142
|
|
|
18143
|
-
/* "../../build-env-
|
|
18143
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
18144
18144
|
* base = PyArray_BASE(arr)
|
|
18145
18145
|
* if base is NULL:
|
|
18146
18146
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -18151,7 +18151,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18151
18151
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
18152
18152
|
goto __pyx_L0;
|
|
18153
18153
|
|
|
18154
|
-
/* "../../build-env-
|
|
18154
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
18155
18155
|
* cdef inline object get_array_base(ndarray arr):
|
|
18156
18156
|
* base = PyArray_BASE(arr)
|
|
18157
18157
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -18160,7 +18160,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18160
18160
|
*/
|
|
18161
18161
|
}
|
|
18162
18162
|
|
|
18163
|
-
/* "../../build-env-
|
|
18163
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1003
|
|
18164
18164
|
* if base is NULL:
|
|
18165
18165
|
* return None
|
|
18166
18166
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -18172,7 +18172,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18172
18172
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
18173
18173
|
goto __pyx_L0;
|
|
18174
18174
|
|
|
18175
|
-
/* "../../build-env-
|
|
18175
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":999
|
|
18176
18176
|
* PyArray_SetBaseObject(arr, base)
|
|
18177
18177
|
*
|
|
18178
18178
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -18187,7 +18187,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18187
18187
|
return __pyx_r;
|
|
18188
18188
|
}
|
|
18189
18189
|
|
|
18190
|
-
/* "../../build-env-
|
|
18190
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
18191
18191
|
* # Versions of the import_* functions which are more suitable for
|
|
18192
18192
|
* # Cython code.
|
|
18193
18193
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18213,7 +18213,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18213
18213
|
int __pyx_clineno = 0;
|
|
18214
18214
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
18215
18215
|
|
|
18216
|
-
/* "../../build-env-
|
|
18216
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1008
|
|
18217
18217
|
* # Cython code.
|
|
18218
18218
|
* cdef inline int import_array() except -1:
|
|
18219
18219
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18229,7 +18229,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18229
18229
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
18230
18230
|
/*try:*/ {
|
|
18231
18231
|
|
|
18232
|
-
/* "../../build-env-
|
|
18232
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1009
|
|
18233
18233
|
* cdef inline int import_array() except -1:
|
|
18234
18234
|
* try:
|
|
18235
18235
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -18238,7 +18238,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18238
18238
|
*/
|
|
18239
18239
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1009, __pyx_L3_error)
|
|
18240
18240
|
|
|
18241
|
-
/* "../../build-env-
|
|
18241
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1008
|
|
18242
18242
|
* # Cython code.
|
|
18243
18243
|
* cdef inline int import_array() except -1:
|
|
18244
18244
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18252,7 +18252,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18252
18252
|
goto __pyx_L8_try_end;
|
|
18253
18253
|
__pyx_L3_error:;
|
|
18254
18254
|
|
|
18255
|
-
/* "../../build-env-
|
|
18255
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
18256
18256
|
* try:
|
|
18257
18257
|
* __pyx_import_array()
|
|
18258
18258
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -18267,7 +18267,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18267
18267
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
18268
18268
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
18269
18269
|
|
|
18270
|
-
/* "../../build-env-
|
|
18270
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
18271
18271
|
* __pyx_import_array()
|
|
18272
18272
|
* except Exception:
|
|
18273
18273
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -18289,7 +18289,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18289
18289
|
}
|
|
18290
18290
|
goto __pyx_L5_except_error;
|
|
18291
18291
|
|
|
18292
|
-
/* "../../build-env-
|
|
18292
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1008
|
|
18293
18293
|
* # Cython code.
|
|
18294
18294
|
* cdef inline int import_array() except -1:
|
|
18295
18295
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18305,7 +18305,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18305
18305
|
__pyx_L8_try_end:;
|
|
18306
18306
|
}
|
|
18307
18307
|
|
|
18308
|
-
/* "../../build-env-
|
|
18308
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
18309
18309
|
* # Versions of the import_* functions which are more suitable for
|
|
18310
18310
|
* # Cython code.
|
|
18311
18311
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18329,7 +18329,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18329
18329
|
return __pyx_r;
|
|
18330
18330
|
}
|
|
18331
18331
|
|
|
18332
|
-
/* "../../build-env-
|
|
18332
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
18333
18333
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
18334
18334
|
*
|
|
18335
18335
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18355,7 +18355,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18355
18355
|
int __pyx_clineno = 0;
|
|
18356
18356
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
18357
18357
|
|
|
18358
|
-
/* "../../build-env-
|
|
18358
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
18359
18359
|
*
|
|
18360
18360
|
* cdef inline int import_umath() except -1:
|
|
18361
18361
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18371,7 +18371,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18371
18371
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
18372
18372
|
/*try:*/ {
|
|
18373
18373
|
|
|
18374
|
-
/* "../../build-env-
|
|
18374
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
18375
18375
|
* cdef inline int import_umath() except -1:
|
|
18376
18376
|
* try:
|
|
18377
18377
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -18380,7 +18380,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18380
18380
|
*/
|
|
18381
18381
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1015, __pyx_L3_error)
|
|
18382
18382
|
|
|
18383
|
-
/* "../../build-env-
|
|
18383
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
18384
18384
|
*
|
|
18385
18385
|
* cdef inline int import_umath() except -1:
|
|
18386
18386
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18394,7 +18394,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18394
18394
|
goto __pyx_L8_try_end;
|
|
18395
18395
|
__pyx_L3_error:;
|
|
18396
18396
|
|
|
18397
|
-
/* "../../build-env-
|
|
18397
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
18398
18398
|
* try:
|
|
18399
18399
|
* _import_umath()
|
|
18400
18400
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -18409,7 +18409,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18409
18409
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
18410
18410
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
18411
18411
|
|
|
18412
|
-
/* "../../build-env-
|
|
18412
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
18413
18413
|
* _import_umath()
|
|
18414
18414
|
* except Exception:
|
|
18415
18415
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -18431,7 +18431,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18431
18431
|
}
|
|
18432
18432
|
goto __pyx_L5_except_error;
|
|
18433
18433
|
|
|
18434
|
-
/* "../../build-env-
|
|
18434
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
18435
18435
|
*
|
|
18436
18436
|
* cdef inline int import_umath() except -1:
|
|
18437
18437
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18447,7 +18447,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18447
18447
|
__pyx_L8_try_end:;
|
|
18448
18448
|
}
|
|
18449
18449
|
|
|
18450
|
-
/* "../../build-env-
|
|
18450
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
18451
18451
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
18452
18452
|
*
|
|
18453
18453
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18471,7 +18471,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18471
18471
|
return __pyx_r;
|
|
18472
18472
|
}
|
|
18473
18473
|
|
|
18474
|
-
/* "../../build-env-
|
|
18474
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
18475
18475
|
* raise ImportError("numpy._core.umath failed to import")
|
|
18476
18476
|
*
|
|
18477
18477
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18497,7 +18497,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18497
18497
|
int __pyx_clineno = 0;
|
|
18498
18498
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
18499
18499
|
|
|
18500
|
-
/* "../../build-env-
|
|
18500
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1020
|
|
18501
18501
|
*
|
|
18502
18502
|
* cdef inline int import_ufunc() except -1:
|
|
18503
18503
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18513,7 +18513,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18513
18513
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
18514
18514
|
/*try:*/ {
|
|
18515
18515
|
|
|
18516
|
-
/* "../../build-env-
|
|
18516
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1021
|
|
18517
18517
|
* cdef inline int import_ufunc() except -1:
|
|
18518
18518
|
* try:
|
|
18519
18519
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -18522,7 +18522,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18522
18522
|
*/
|
|
18523
18523
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1021, __pyx_L3_error)
|
|
18524
18524
|
|
|
18525
|
-
/* "../../build-env-
|
|
18525
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1020
|
|
18526
18526
|
*
|
|
18527
18527
|
* cdef inline int import_ufunc() except -1:
|
|
18528
18528
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18536,7 +18536,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18536
18536
|
goto __pyx_L8_try_end;
|
|
18537
18537
|
__pyx_L3_error:;
|
|
18538
18538
|
|
|
18539
|
-
/* "../../build-env-
|
|
18539
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
18540
18540
|
* try:
|
|
18541
18541
|
* _import_umath()
|
|
18542
18542
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -18551,7 +18551,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18551
18551
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
18552
18552
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
18553
18553
|
|
|
18554
|
-
/* "../../build-env-
|
|
18554
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
18555
18555
|
* _import_umath()
|
|
18556
18556
|
* except Exception:
|
|
18557
18557
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -18573,7 +18573,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18573
18573
|
}
|
|
18574
18574
|
goto __pyx_L5_except_error;
|
|
18575
18575
|
|
|
18576
|
-
/* "../../build-env-
|
|
18576
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1020
|
|
18577
18577
|
*
|
|
18578
18578
|
* cdef inline int import_ufunc() except -1:
|
|
18579
18579
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18589,7 +18589,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18589
18589
|
__pyx_L8_try_end:;
|
|
18590
18590
|
}
|
|
18591
18591
|
|
|
18592
|
-
/* "../../build-env-
|
|
18592
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
18593
18593
|
* raise ImportError("numpy._core.umath failed to import")
|
|
18594
18594
|
*
|
|
18595
18595
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18613,7 +18613,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18613
18613
|
return __pyx_r;
|
|
18614
18614
|
}
|
|
18615
18615
|
|
|
18616
|
-
/* "../../build-env-
|
|
18616
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
18617
18617
|
*
|
|
18618
18618
|
*
|
|
18619
18619
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -18624,7 +18624,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18624
18624
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
18625
18625
|
int __pyx_r;
|
|
18626
18626
|
|
|
18627
|
-
/* "../../build-env-
|
|
18627
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
18628
18628
|
* bool
|
|
18629
18629
|
* """
|
|
18630
18630
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -18634,7 +18634,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
18634
18634
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
18635
18635
|
goto __pyx_L0;
|
|
18636
18636
|
|
|
18637
|
-
/* "../../build-env-
|
|
18637
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
18638
18638
|
*
|
|
18639
18639
|
*
|
|
18640
18640
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -18647,7 +18647,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
18647
18647
|
return __pyx_r;
|
|
18648
18648
|
}
|
|
18649
18649
|
|
|
18650
|
-
/* "../../build-env-
|
|
18650
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
18651
18651
|
*
|
|
18652
18652
|
*
|
|
18653
18653
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -18658,7 +18658,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
18658
18658
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
18659
18659
|
int __pyx_r;
|
|
18660
18660
|
|
|
18661
|
-
/* "../../build-env-
|
|
18661
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
18662
18662
|
* bool
|
|
18663
18663
|
* """
|
|
18664
18664
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -18668,7 +18668,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
18668
18668
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
18669
18669
|
goto __pyx_L0;
|
|
18670
18670
|
|
|
18671
|
-
/* "../../build-env-
|
|
18671
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
18672
18672
|
*
|
|
18673
18673
|
*
|
|
18674
18674
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -18681,7 +18681,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
18681
18681
|
return __pyx_r;
|
|
18682
18682
|
}
|
|
18683
18683
|
|
|
18684
|
-
/* "../../build-env-
|
|
18684
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
18685
18685
|
*
|
|
18686
18686
|
*
|
|
18687
18687
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18692,7 +18692,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
18692
18692
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
18693
18693
|
npy_datetime __pyx_r;
|
|
18694
18694
|
|
|
18695
|
-
/* "../../build-env-
|
|
18695
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1063
|
|
18696
18696
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
18697
18697
|
* """
|
|
18698
18698
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -18702,7 +18702,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
18702
18702
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
18703
18703
|
goto __pyx_L0;
|
|
18704
18704
|
|
|
18705
|
-
/* "../../build-env-
|
|
18705
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
18706
18706
|
*
|
|
18707
18707
|
*
|
|
18708
18708
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18715,7 +18715,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
18715
18715
|
return __pyx_r;
|
|
18716
18716
|
}
|
|
18717
18717
|
|
|
18718
|
-
/* "../../build-env-
|
|
18718
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
18719
18719
|
*
|
|
18720
18720
|
*
|
|
18721
18721
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18726,7 +18726,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
18726
18726
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
18727
18727
|
npy_timedelta __pyx_r;
|
|
18728
18728
|
|
|
18729
|
-
/* "../../build-env-
|
|
18729
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1070
|
|
18730
18730
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
18731
18731
|
* """
|
|
18732
18732
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -18736,7 +18736,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
18736
18736
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
18737
18737
|
goto __pyx_L0;
|
|
18738
18738
|
|
|
18739
|
-
/* "../../build-env-
|
|
18739
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
18740
18740
|
*
|
|
18741
18741
|
*
|
|
18742
18742
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18749,7 +18749,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
18749
18749
|
return __pyx_r;
|
|
18750
18750
|
}
|
|
18751
18751
|
|
|
18752
|
-
/* "../../build-env-
|
|
18752
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1073
|
|
18753
18753
|
*
|
|
18754
18754
|
*
|
|
18755
18755
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18760,7 +18760,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
18760
18760
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
18761
18761
|
NPY_DATETIMEUNIT __pyx_r;
|
|
18762
18762
|
|
|
18763
|
-
/* "../../build-env-
|
|
18763
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1077
|
|
18764
18764
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
18765
18765
|
* """
|
|
18766
18766
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -18770,7 +18770,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
18770
18770
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
18771
18771
|
goto __pyx_L0;
|
|
18772
18772
|
|
|
18773
|
-
/* "../../build-env-
|
|
18773
|
+
/* "../../build-env-qqk1zk5w/Lib/site-packages/numpy/__init__.cython-30.pxd":1073
|
|
18774
18774
|
*
|
|
18775
18775
|
*
|
|
18776
18776
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|