edsger 0.1.1__cp39-cp39-macosx_11_0_arm64.whl → 0.1.2__cp39-cp39-macosx_11_0_arm64.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.
- edsger/_version.py +1 -1
- edsger/commons.c +153 -149
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/dijkstra.c +1134 -1061
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/dijkstra.pyx +23 -0
- edsger/path_tracking.c +153 -149
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/path_tracking.pyx +2 -2
- edsger/pq_4ary_dec_0b.c +205 -201
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.pxd +7 -7
- edsger/pq_4ary_dec_0b.pyx +14 -16
- edsger/prefetch_compat.h +21 -0
- edsger/spiess_florian.c +159 -178
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/star.c +153 -149
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/star.pyx +3 -3
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/METADATA +19 -12
- edsger-0.1.2.dist-info/RECORD +33 -0
- edsger-0.1.1.dist-info/RECORD +0 -32
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/WHEEL +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/top_level.txt +0 -0
edsger/spiess_florian.c
CHANGED
@@ -11,7 +11,11 @@
|
|
11
11
|
],
|
12
12
|
"depends": [],
|
13
13
|
"extra_compile_args": [
|
14
|
-
"-Ofast"
|
14
|
+
"-Ofast",
|
15
|
+
"-flto"
|
16
|
+
],
|
17
|
+
"extra_link_args": [
|
18
|
+
"-flto"
|
15
19
|
],
|
16
20
|
"name": "edsger.spiess_florian",
|
17
21
|
"sources": [
|
@@ -1380,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1380
1384
|
static const char* const __pyx_f[] = {
|
1381
1385
|
"src/edsger/spiess_florian.pyx",
|
1382
1386
|
"<stringsource>",
|
1383
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1387
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
1384
1388
|
"cpython/type.pxd",
|
1385
1389
|
};
|
1386
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1603,7 +1607,7 @@ typedef struct {
|
|
1603
1607
|
|
1604
1608
|
/* #### Code section: numeric_typedefs ### */
|
1605
1609
|
|
1606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
1607
1611
|
* # in Cython to enable them only on the right systems.
|
1608
1612
|
*
|
1609
1613
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1612,7 +1616,7 @@ typedef struct {
|
|
1612
1616
|
*/
|
1613
1617
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1614
1618
|
|
1615
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1619
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
1616
1620
|
*
|
1617
1621
|
* ctypedef npy_int8 int8_t
|
1618
1622
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1621,7 +1625,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1621
1625
|
*/
|
1622
1626
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1623
1627
|
|
1624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
1625
1629
|
* ctypedef npy_int8 int8_t
|
1626
1630
|
* ctypedef npy_int16 int16_t
|
1627
1631
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1630,7 +1634,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1630
1634
|
*/
|
1631
1635
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1632
1636
|
|
1633
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1637
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
1634
1638
|
* ctypedef npy_int16 int16_t
|
1635
1639
|
* ctypedef npy_int32 int32_t
|
1636
1640
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1639,7 +1643,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1639
1643
|
*/
|
1640
1644
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1641
1645
|
|
1642
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
1643
1647
|
* #ctypedef npy_int128 int128_t
|
1644
1648
|
*
|
1645
1649
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1648,7 +1652,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1648
1652
|
*/
|
1649
1653
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1650
1654
|
|
1651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
1652
1656
|
*
|
1653
1657
|
* ctypedef npy_uint8 uint8_t
|
1654
1658
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1657,7 +1661,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1657
1661
|
*/
|
1658
1662
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1659
1663
|
|
1660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
1661
1665
|
* ctypedef npy_uint8 uint8_t
|
1662
1666
|
* ctypedef npy_uint16 uint16_t
|
1663
1667
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1666,7 +1670,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1666
1670
|
*/
|
1667
1671
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1668
1672
|
|
1669
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
1670
1674
|
* ctypedef npy_uint16 uint16_t
|
1671
1675
|
* ctypedef npy_uint32 uint32_t
|
1672
1676
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1675,7 +1679,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1675
1679
|
*/
|
1676
1680
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1677
1681
|
|
1678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
1679
1683
|
* #ctypedef npy_uint128 uint128_t
|
1680
1684
|
*
|
1681
1685
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1684,7 +1688,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1684
1688
|
*/
|
1685
1689
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1686
1690
|
|
1687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
1688
1692
|
*
|
1689
1693
|
* ctypedef npy_float32 float32_t
|
1690
1694
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1693,7 +1697,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1693
1697
|
*/
|
1694
1698
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1695
1699
|
|
1696
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
1697
1701
|
* ctypedef double complex complex128_t
|
1698
1702
|
*
|
1699
1703
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1702,7 +1706,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1702
1706
|
*/
|
1703
1707
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1704
1708
|
|
1705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
1706
1710
|
*
|
1707
1711
|
* ctypedef npy_longlong longlong_t
|
1708
1712
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1711,7 +1715,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1711
1715
|
*/
|
1712
1716
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1713
1717
|
|
1714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
1715
1719
|
* ctypedef npy_ulonglong ulonglong_t
|
1716
1720
|
*
|
1717
1721
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1720,7 +1724,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1720
1724
|
*/
|
1721
1725
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1722
1726
|
|
1723
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
1724
1728
|
*
|
1725
1729
|
* ctypedef npy_intp intp_t
|
1726
1730
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1729,7 +1733,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1729
1733
|
*/
|
1730
1734
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1731
1735
|
|
1732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
1733
1737
|
* ctypedef npy_uintp uintp_t
|
1734
1738
|
*
|
1735
1739
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1738,7 +1742,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1738
1742
|
*/
|
1739
1743
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1740
1744
|
|
1741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
1742
1746
|
*
|
1743
1747
|
* ctypedef npy_double float_t
|
1744
1748
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1747,7 +1751,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1747
1751
|
*/
|
1748
1752
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1749
1753
|
|
1750
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1751
1755
|
* ctypedef npy_double float_t
|
1752
1756
|
* ctypedef npy_double double_t
|
1753
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1809,7 +1813,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1809
1813
|
struct __pyx_memoryview_obj;
|
1810
1814
|
struct __pyx_memoryviewslice_obj;
|
1811
1815
|
|
1812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1813
1817
|
*
|
1814
1818
|
* # Iterator API added in v1.6
|
1815
1819
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1818,7 +1822,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1818
1822
|
*/
|
1819
1823
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1820
1824
|
|
1821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1822
1826
|
* # Iterator API added in v1.6
|
1823
1827
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1824
1828
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -2655,9 +2659,6 @@ static int __Pyx_VectorcallBuilder_AddArgStr(const char *key, PyObject *value, P
|
|
2655
2659
|
static PyObject *__Pyx_Object_VectorcallMethod_CallFromBuilder(PyObject *name, PyObject *const *args, size_t nargsf, PyObject *kwnames);
|
2656
2660
|
#endif
|
2657
2661
|
|
2658
|
-
/* ErrOccurredWithGIL.proto */
|
2659
|
-
static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void);
|
2660
|
-
|
2661
2662
|
/* PyLongCompare.proto */
|
2662
2663
|
static CYTHON_INLINE int __Pyx_PyLong_BoolEqObjC(PyObject *op1, PyObject *op2, long intval, long inplace);
|
2663
2664
|
|
@@ -17312,7 +17313,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17312
17313
|
return __pyx_r;
|
17313
17314
|
}
|
17314
17315
|
|
17315
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17316
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17316
17317
|
* cdef int type_num
|
17317
17318
|
*
|
17318
17319
|
* @property # <<<<<<<<<<<<<<
|
@@ -17323,7 +17324,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17323
17324
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17324
17325
|
npy_intp __pyx_r;
|
17325
17326
|
|
17326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17327
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17327
17328
|
* @property
|
17328
17329
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17329
17330
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17333,7 +17334,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17333
17334
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17334
17335
|
goto __pyx_L0;
|
17335
17336
|
|
17336
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17337
17338
|
* cdef int type_num
|
17338
17339
|
*
|
17339
17340
|
* @property # <<<<<<<<<<<<<<
|
@@ -17346,7 +17347,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17346
17347
|
return __pyx_r;
|
17347
17348
|
}
|
17348
17349
|
|
17349
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17350
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17350
17351
|
* return PyDataType_ELSIZE(self)
|
17351
17352
|
*
|
17352
17353
|
* @property # <<<<<<<<<<<<<<
|
@@ -17357,7 +17358,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17357
17358
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17358
17359
|
npy_intp __pyx_r;
|
17359
17360
|
|
17360
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17361
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17361
17362
|
* @property
|
17362
17363
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17363
17364
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17367,7 +17368,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17367
17368
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17368
17369
|
goto __pyx_L0;
|
17369
17370
|
|
17370
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17371
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17371
17372
|
* return PyDataType_ELSIZE(self)
|
17372
17373
|
*
|
17373
17374
|
* @property # <<<<<<<<<<<<<<
|
@@ -17380,7 +17381,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17380
17381
|
return __pyx_r;
|
17381
17382
|
}
|
17382
17383
|
|
17383
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17384
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17384
17385
|
* # Use fields/names with care as they may be NULL. You must check
|
17385
17386
|
* # for this using PyDataType_HASFIELDS.
|
17386
17387
|
* @property # <<<<<<<<<<<<<<
|
@@ -17394,7 +17395,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17394
17395
|
PyObject *__pyx_t_1;
|
17395
17396
|
__Pyx_RefNannySetupContext("fields", 0);
|
17396
17397
|
|
17397
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17398
17399
|
* @property
|
17399
17400
|
* cdef inline object fields(self):
|
17400
17401
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17407,7 +17408,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17407
17408
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17408
17409
|
goto __pyx_L0;
|
17409
17410
|
|
17410
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17411
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17411
17412
|
* # Use fields/names with care as they may be NULL. You must check
|
17412
17413
|
* # for this using PyDataType_HASFIELDS.
|
17413
17414
|
* @property # <<<<<<<<<<<<<<
|
@@ -17422,7 +17423,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17422
17423
|
return __pyx_r;
|
17423
17424
|
}
|
17424
17425
|
|
17425
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17426
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17426
17427
|
* return <object>PyDataType_FIELDS(self)
|
17427
17428
|
*
|
17428
17429
|
* @property # <<<<<<<<<<<<<<
|
@@ -17436,7 +17437,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17436
17437
|
PyObject *__pyx_t_1;
|
17437
17438
|
__Pyx_RefNannySetupContext("names", 0);
|
17438
17439
|
|
17439
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17440
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17440
17441
|
* @property
|
17441
17442
|
* cdef inline tuple names(self):
|
17442
17443
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17449,7 +17450,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17449
17450
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17450
17451
|
goto __pyx_L0;
|
17451
17452
|
|
17452
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17453
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17453
17454
|
* return <object>PyDataType_FIELDS(self)
|
17454
17455
|
*
|
17455
17456
|
* @property # <<<<<<<<<<<<<<
|
@@ -17464,7 +17465,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17464
17465
|
return __pyx_r;
|
17465
17466
|
}
|
17466
17467
|
|
17467
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17468
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17468
17469
|
* # valid (the pointer can be NULL). Most users should access
|
17469
17470
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17470
17471
|
* @property # <<<<<<<<<<<<<<
|
@@ -17475,7 +17476,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17475
17476
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17476
17477
|
PyArray_ArrayDescr *__pyx_r;
|
17477
17478
|
|
17478
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17479
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17479
17480
|
* @property
|
17480
17481
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17481
17482
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17485,7 +17486,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17485
17486
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17486
17487
|
goto __pyx_L0;
|
17487
17488
|
|
17488
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17489
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17489
17490
|
* # valid (the pointer can be NULL). Most users should access
|
17490
17491
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17491
17492
|
* @property # <<<<<<<<<<<<<<
|
@@ -17498,7 +17499,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17498
17499
|
return __pyx_r;
|
17499
17500
|
}
|
17500
17501
|
|
17501
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17502
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17502
17503
|
* return PyDataType_SUBARRAY(self)
|
17503
17504
|
*
|
17504
17505
|
* @property # <<<<<<<<<<<<<<
|
@@ -17509,7 +17510,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17509
17510
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17510
17511
|
npy_uint64 __pyx_r;
|
17511
17512
|
|
17512
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17513
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17513
17514
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17514
17515
|
* """The data types flags."""
|
17515
17516
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17519,7 +17520,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17519
17520
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17520
17521
|
goto __pyx_L0;
|
17521
17522
|
|
17522
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17523
17524
|
* return PyDataType_SUBARRAY(self)
|
17524
17525
|
*
|
17525
17526
|
* @property # <<<<<<<<<<<<<<
|
@@ -17532,7 +17533,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17532
17533
|
return __pyx_r;
|
17533
17534
|
}
|
17534
17535
|
|
17535
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17536
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17536
17537
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17537
17538
|
*
|
17538
17539
|
* @property # <<<<<<<<<<<<<<
|
@@ -17543,7 +17544,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17543
17544
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17544
17545
|
int __pyx_r;
|
17545
17546
|
|
17546
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17547
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17547
17548
|
* cdef inline int numiter(self) noexcept nogil:
|
17548
17549
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17549
17550
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17553,7 +17554,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17553
17554
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17554
17555
|
goto __pyx_L0;
|
17555
17556
|
|
17556
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17557
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17557
17558
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17558
17559
|
*
|
17559
17560
|
* @property # <<<<<<<<<<<<<<
|
@@ -17566,7 +17567,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17566
17567
|
return __pyx_r;
|
17567
17568
|
}
|
17568
17569
|
|
17569
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17570
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17570
17571
|
* return PyArray_MultiIter_NUMITER(self)
|
17571
17572
|
*
|
17572
17573
|
* @property # <<<<<<<<<<<<<<
|
@@ -17577,7 +17578,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17577
17578
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17578
17579
|
npy_intp __pyx_r;
|
17579
17580
|
|
17580
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17581
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17581
17582
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17582
17583
|
* """The total broadcasted size."""
|
17583
17584
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17587,7 +17588,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17587
17588
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17588
17589
|
goto __pyx_L0;
|
17589
17590
|
|
17590
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17591
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17591
17592
|
* return PyArray_MultiIter_NUMITER(self)
|
17592
17593
|
*
|
17593
17594
|
* @property # <<<<<<<<<<<<<<
|
@@ -17600,7 +17601,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17600
17601
|
return __pyx_r;
|
17601
17602
|
}
|
17602
17603
|
|
17603
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17604
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17604
17605
|
* return PyArray_MultiIter_SIZE(self)
|
17605
17606
|
*
|
17606
17607
|
* @property # <<<<<<<<<<<<<<
|
@@ -17611,7 +17612,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17611
17612
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17612
17613
|
npy_intp __pyx_r;
|
17613
17614
|
|
17614
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17615
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17615
17616
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17616
17617
|
* """The current (1-d) index into the broadcasted result."""
|
17617
17618
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17621,7 +17622,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17621
17622
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17622
17623
|
goto __pyx_L0;
|
17623
17624
|
|
17624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17625
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17625
17626
|
* return PyArray_MultiIter_SIZE(self)
|
17626
17627
|
*
|
17627
17628
|
* @property # <<<<<<<<<<<<<<
|
@@ -17634,7 +17635,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17634
17635
|
return __pyx_r;
|
17635
17636
|
}
|
17636
17637
|
|
17637
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17638
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17638
17639
|
* return PyArray_MultiIter_INDEX(self)
|
17639
17640
|
*
|
17640
17641
|
* @property # <<<<<<<<<<<<<<
|
@@ -17645,7 +17646,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17645
17646
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17646
17647
|
int __pyx_r;
|
17647
17648
|
|
17648
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17649
17650
|
* cdef inline int nd(self) noexcept nogil:
|
17650
17651
|
* """The number of dimensions in the broadcasted result."""
|
17651
17652
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17655,7 +17656,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17655
17656
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17656
17657
|
goto __pyx_L0;
|
17657
17658
|
|
17658
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17659
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17659
17660
|
* return PyArray_MultiIter_INDEX(self)
|
17660
17661
|
*
|
17661
17662
|
* @property # <<<<<<<<<<<<<<
|
@@ -17668,7 +17669,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17668
17669
|
return __pyx_r;
|
17669
17670
|
}
|
17670
17671
|
|
17671
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17672
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17672
17673
|
* return PyArray_MultiIter_NDIM(self)
|
17673
17674
|
*
|
17674
17675
|
* @property # <<<<<<<<<<<<<<
|
@@ -17679,7 +17680,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17679
17680
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17680
17681
|
npy_intp *__pyx_r;
|
17681
17682
|
|
17682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17683
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17683
17684
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17684
17685
|
* """The shape of the broadcasted result."""
|
17685
17686
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17689,7 +17690,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17689
17690
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17690
17691
|
goto __pyx_L0;
|
17691
17692
|
|
17692
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17693
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17693
17694
|
* return PyArray_MultiIter_NDIM(self)
|
17694
17695
|
*
|
17695
17696
|
* @property # <<<<<<<<<<<<<<
|
@@ -17702,7 +17703,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17702
17703
|
return __pyx_r;
|
17703
17704
|
}
|
17704
17705
|
|
17705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17706
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17706
17707
|
* return PyArray_MultiIter_DIMS(self)
|
17707
17708
|
*
|
17708
17709
|
* @property # <<<<<<<<<<<<<<
|
@@ -17713,7 +17714,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17713
17714
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17714
17715
|
void **__pyx_r;
|
17715
17716
|
|
17716
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17717
17718
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17718
17719
|
* On return, the iterators are adjusted for broadcasting."""
|
17719
17720
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17723,7 +17724,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17723
17724
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17724
17725
|
goto __pyx_L0;
|
17725
17726
|
|
17726
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17727
17728
|
* return PyArray_MultiIter_DIMS(self)
|
17728
17729
|
*
|
17729
17730
|
* @property # <<<<<<<<<<<<<<
|
@@ -17736,7 +17737,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17736
17737
|
return __pyx_r;
|
17737
17738
|
}
|
17738
17739
|
|
17739
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17740
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17740
17741
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17741
17742
|
*
|
17742
17743
|
* @property # <<<<<<<<<<<<<<
|
@@ -17747,7 +17748,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17747
17748
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17748
17749
|
PyObject *__pyx_r;
|
17749
17750
|
|
17750
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17751
17752
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17752
17753
|
* """
|
17753
17754
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17757,7 +17758,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17757
17758
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17758
17759
|
goto __pyx_L0;
|
17759
17760
|
|
17760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17761
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17761
17762
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17762
17763
|
*
|
17763
17764
|
* @property # <<<<<<<<<<<<<<
|
@@ -17770,7 +17771,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17770
17771
|
return __pyx_r;
|
17771
17772
|
}
|
17772
17773
|
|
17773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17774
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17774
17775
|
* return PyArray_BASE(self)
|
17775
17776
|
*
|
17776
17777
|
* @property # <<<<<<<<<<<<<<
|
@@ -17784,7 +17785,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17784
17785
|
PyArray_Descr *__pyx_t_1;
|
17785
17786
|
__Pyx_RefNannySetupContext("descr", 0);
|
17786
17787
|
|
17787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17788
17789
|
* """Returns an owned reference to the dtype of the array.
|
17789
17790
|
* """
|
17790
17791
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17797,7 +17798,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17797
17798
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17798
17799
|
goto __pyx_L0;
|
17799
17800
|
|
17800
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17801
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17801
17802
|
* return PyArray_BASE(self)
|
17802
17803
|
*
|
17803
17804
|
* @property # <<<<<<<<<<<<<<
|
@@ -17812,7 +17813,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17812
17813
|
return __pyx_r;
|
17813
17814
|
}
|
17814
17815
|
|
17815
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17816
17817
|
* return <dtype>PyArray_DESCR(self)
|
17817
17818
|
*
|
17818
17819
|
* @property # <<<<<<<<<<<<<<
|
@@ -17823,7 +17824,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17823
17824
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17824
17825
|
int __pyx_r;
|
17825
17826
|
|
17826
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17827
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17827
17828
|
* """Returns the number of dimensions in the array.
|
17828
17829
|
* """
|
17829
17830
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17833,7 +17834,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17833
17834
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17834
17835
|
goto __pyx_L0;
|
17835
17836
|
|
17836
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17837
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17837
17838
|
* return <dtype>PyArray_DESCR(self)
|
17838
17839
|
*
|
17839
17840
|
* @property # <<<<<<<<<<<<<<
|
@@ -17846,7 +17847,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17846
17847
|
return __pyx_r;
|
17847
17848
|
}
|
17848
17849
|
|
17849
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17850
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17850
17851
|
* return PyArray_NDIM(self)
|
17851
17852
|
*
|
17852
17853
|
* @property # <<<<<<<<<<<<<<
|
@@ -17857,7 +17858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17857
17858
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17858
17859
|
npy_intp *__pyx_r;
|
17859
17860
|
|
17860
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17861
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17861
17862
|
* Can return NULL for 0-dimensional arrays.
|
17862
17863
|
* """
|
17863
17864
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17867,7 +17868,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17867
17868
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17868
17869
|
goto __pyx_L0;
|
17869
17870
|
|
17870
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17871
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17871
17872
|
* return PyArray_NDIM(self)
|
17872
17873
|
*
|
17873
17874
|
* @property # <<<<<<<<<<<<<<
|
@@ -17880,7 +17881,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17880
17881
|
return __pyx_r;
|
17881
17882
|
}
|
17882
17883
|
|
17883
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17884
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17884
17885
|
* return PyArray_DIMS(self)
|
17885
17886
|
*
|
17886
17887
|
* @property # <<<<<<<<<<<<<<
|
@@ -17891,7 +17892,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17891
17892
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17892
17893
|
npy_intp *__pyx_r;
|
17893
17894
|
|
17894
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17895
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17895
17896
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17896
17897
|
* """
|
17897
17898
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17901,7 +17902,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17901
17902
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17902
17903
|
goto __pyx_L0;
|
17903
17904
|
|
17904
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17905
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17905
17906
|
* return PyArray_DIMS(self)
|
17906
17907
|
*
|
17907
17908
|
* @property # <<<<<<<<<<<<<<
|
@@ -17914,7 +17915,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17914
17915
|
return __pyx_r;
|
17915
17916
|
}
|
17916
17917
|
|
17917
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17918
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17918
17919
|
* return PyArray_STRIDES(self)
|
17919
17920
|
*
|
17920
17921
|
* @property # <<<<<<<<<<<<<<
|
@@ -17925,7 +17926,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17925
17926
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17926
17927
|
npy_intp __pyx_r;
|
17927
17928
|
|
17928
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17929
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17929
17930
|
* """Returns the total size (in number of elements) of the array.
|
17930
17931
|
* """
|
17931
17932
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17935,7 +17936,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17935
17936
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17936
17937
|
goto __pyx_L0;
|
17937
17938
|
|
17938
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17939
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17939
17940
|
* return PyArray_STRIDES(self)
|
17940
17941
|
*
|
17941
17942
|
* @property # <<<<<<<<<<<<<<
|
@@ -17948,7 +17949,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17948
17949
|
return __pyx_r;
|
17949
17950
|
}
|
17950
17951
|
|
17951
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17952
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17952
17953
|
* return PyArray_SIZE(self)
|
17953
17954
|
*
|
17954
17955
|
* @property # <<<<<<<<<<<<<<
|
@@ -17959,7 +17960,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17959
17960
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17960
17961
|
char *__pyx_r;
|
17961
17962
|
|
17962
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17963
17964
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17964
17965
|
* """
|
17965
17966
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17969,7 +17970,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17969
17970
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17970
17971
|
goto __pyx_L0;
|
17971
17972
|
|
17972
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17973
17974
|
* return PyArray_SIZE(self)
|
17974
17975
|
*
|
17975
17976
|
* @property # <<<<<<<<<<<<<<
|
@@ -17982,7 +17983,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17982
17983
|
return __pyx_r;
|
17983
17984
|
}
|
17984
17985
|
|
17985
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17986
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17986
17987
|
* ctypedef long double complex clongdouble_t
|
17987
17988
|
*
|
17988
17989
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17999,7 +18000,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17999
18000
|
int __pyx_clineno = 0;
|
18000
18001
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18001
18002
|
|
18002
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18003
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
18003
18004
|
*
|
18004
18005
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18005
18006
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18013,7 +18014,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18013
18014
|
__pyx_t_1 = 0;
|
18014
18015
|
goto __pyx_L0;
|
18015
18016
|
|
18016
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18017
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18017
18018
|
* ctypedef long double complex clongdouble_t
|
18018
18019
|
*
|
18019
18020
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18032,7 +18033,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18032
18033
|
return __pyx_r;
|
18033
18034
|
}
|
18034
18035
|
|
18035
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18036
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18036
18037
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18037
18038
|
*
|
18038
18039
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18049,7 +18050,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18049
18050
|
int __pyx_clineno = 0;
|
18050
18051
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18051
18052
|
|
18052
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18053
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
18053
18054
|
*
|
18054
18055
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18055
18056
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18063,7 +18064,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18063
18064
|
__pyx_t_1 = 0;
|
18064
18065
|
goto __pyx_L0;
|
18065
18066
|
|
18066
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18067
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18067
18068
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18068
18069
|
*
|
18069
18070
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18082,7 +18083,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18082
18083
|
return __pyx_r;
|
18083
18084
|
}
|
18084
18085
|
|
18085
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18086
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18086
18087
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18087
18088
|
*
|
18088
18089
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18099,7 +18100,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18099
18100
|
int __pyx_clineno = 0;
|
18100
18101
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18101
18102
|
|
18102
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18103
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
18103
18104
|
*
|
18104
18105
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18105
18106
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18113,7 +18114,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18113
18114
|
__pyx_t_1 = 0;
|
18114
18115
|
goto __pyx_L0;
|
18115
18116
|
|
18116
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18117
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18117
18118
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18118
18119
|
*
|
18119
18120
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18132,7 +18133,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18132
18133
|
return __pyx_r;
|
18133
18134
|
}
|
18134
18135
|
|
18135
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18136
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18136
18137
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18137
18138
|
*
|
18138
18139
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18149,7 +18150,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18149
18150
|
int __pyx_clineno = 0;
|
18150
18151
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18151
18152
|
|
18152
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18153
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18153
18154
|
*
|
18154
18155
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18155
18156
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18163,7 +18164,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18163
18164
|
__pyx_t_1 = 0;
|
18164
18165
|
goto __pyx_L0;
|
18165
18166
|
|
18166
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18167
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18167
18168
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18168
18169
|
*
|
18169
18170
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18182,7 +18183,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18182
18183
|
return __pyx_r;
|
18183
18184
|
}
|
18184
18185
|
|
18185
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18186
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18186
18187
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18187
18188
|
*
|
18188
18189
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18199,7 +18200,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18199
18200
|
int __pyx_clineno = 0;
|
18200
18201
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18201
18202
|
|
18202
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18203
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18203
18204
|
*
|
18204
18205
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18205
18206
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18213,7 +18214,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18213
18214
|
__pyx_t_1 = 0;
|
18214
18215
|
goto __pyx_L0;
|
18215
18216
|
|
18216
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18217
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18217
18218
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18218
18219
|
*
|
18219
18220
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18232,7 +18233,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18232
18233
|
return __pyx_r;
|
18233
18234
|
}
|
18234
18235
|
|
18235
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18236
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18236
18237
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18237
18238
|
*
|
18238
18239
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18247,7 +18248,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18247
18248
|
PyObject *__pyx_t_2;
|
18248
18249
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18249
18250
|
|
18250
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18251
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18251
18252
|
*
|
18252
18253
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18253
18254
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18257,7 +18258,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18257
18258
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18258
18259
|
if (__pyx_t_1) {
|
18259
18260
|
|
18260
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18261
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18261
18262
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18262
18263
|
* if PyDataType_HASSUBARRAY(d):
|
18263
18264
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18270,7 +18271,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18270
18271
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18271
18272
|
goto __pyx_L0;
|
18272
18273
|
|
18273
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18274
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18274
18275
|
*
|
18275
18276
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18276
18277
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18279,7 +18280,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18279
18280
|
*/
|
18280
18281
|
}
|
18281
18282
|
|
18282
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18283
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18283
18284
|
* return <tuple>d.subarray.shape
|
18284
18285
|
* else:
|
18285
18286
|
* return () # <<<<<<<<<<<<<<
|
@@ -18293,7 +18294,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18293
18294
|
goto __pyx_L0;
|
18294
18295
|
}
|
18295
18296
|
|
18296
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18297
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18297
18298
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18298
18299
|
*
|
18299
18300
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18308,7 +18309,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18308
18309
|
return __pyx_r;
|
18309
18310
|
}
|
18310
18311
|
|
18311
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18312
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18312
18313
|
* int _import_umath() except -1
|
18313
18314
|
*
|
18314
18315
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18322,7 +18323,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18322
18323
|
const char *__pyx_filename = NULL;
|
18323
18324
|
int __pyx_clineno = 0;
|
18324
18325
|
|
18325
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18326
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18326
18327
|
*
|
18327
18328
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18328
18329
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18331,7 +18332,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18331
18332
|
*/
|
18332
18333
|
Py_INCREF(__pyx_v_base);
|
18333
18334
|
|
18334
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18335
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18335
18336
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18336
18337
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18337
18338
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18340,7 +18341,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18340
18341
|
*/
|
18341
18342
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1012, __pyx_L1_error)
|
18342
18343
|
|
18343
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18344
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18344
18345
|
* int _import_umath() except -1
|
18345
18346
|
*
|
18346
18347
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18355,7 +18356,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18355
18356
|
__pyx_L0:;
|
18356
18357
|
}
|
18357
18358
|
|
18358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18359
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18359
18360
|
* PyArray_SetBaseObject(arr, base)
|
18360
18361
|
*
|
18361
18362
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18370,7 +18371,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18370
18371
|
int __pyx_t_1;
|
18371
18372
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18372
18373
|
|
18373
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18374
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18374
18375
|
*
|
18375
18376
|
* cdef inline object get_array_base(ndarray arr):
|
18376
18377
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18379,7 +18380,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18379
18380
|
*/
|
18380
18381
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18381
18382
|
|
18382
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18383
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18383
18384
|
* cdef inline object get_array_base(ndarray arr):
|
18384
18385
|
* base = PyArray_BASE(arr)
|
18385
18386
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18389,7 +18390,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18389
18390
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18390
18391
|
if (__pyx_t_1) {
|
18391
18392
|
|
18392
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18393
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18393
18394
|
* base = PyArray_BASE(arr)
|
18394
18395
|
* if base is NULL:
|
18395
18396
|
* return None # <<<<<<<<<<<<<<
|
@@ -18400,7 +18401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18400
18401
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18401
18402
|
goto __pyx_L0;
|
18402
18403
|
|
18403
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18404
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18404
18405
|
* cdef inline object get_array_base(ndarray arr):
|
18405
18406
|
* base = PyArray_BASE(arr)
|
18406
18407
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18409,7 +18410,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18409
18410
|
*/
|
18410
18411
|
}
|
18411
18412
|
|
18412
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18413
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18413
18414
|
* if base is NULL:
|
18414
18415
|
* return None
|
18415
18416
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18421,7 +18422,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18421
18422
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18422
18423
|
goto __pyx_L0;
|
18423
18424
|
|
18424
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18425
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18425
18426
|
* PyArray_SetBaseObject(arr, base)
|
18426
18427
|
*
|
18427
18428
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18436,7 +18437,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18436
18437
|
return __pyx_r;
|
18437
18438
|
}
|
18438
18439
|
|
18439
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18440
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18440
18441
|
* # Versions of the import_* functions which are more suitable for
|
18441
18442
|
* # Cython code.
|
18442
18443
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18463,7 +18464,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18463
18464
|
int __pyx_clineno = 0;
|
18464
18465
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18465
18466
|
|
18466
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18467
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18467
18468
|
* # Cython code.
|
18468
18469
|
* cdef inline int import_array() except -1:
|
18469
18470
|
* try: # <<<<<<<<<<<<<<
|
@@ -18479,7 +18480,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18479
18480
|
__Pyx_XGOTREF(__pyx_t_3);
|
18480
18481
|
/*try:*/ {
|
18481
18482
|
|
18482
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18483
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18483
18484
|
* cdef inline int import_array() except -1:
|
18484
18485
|
* try:
|
18485
18486
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18488,7 +18489,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18488
18489
|
*/
|
18489
18490
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18490
18491
|
|
18491
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18492
18493
|
* # Cython code.
|
18493
18494
|
* cdef inline int import_array() except -1:
|
18494
18495
|
* try: # <<<<<<<<<<<<<<
|
@@ -18502,7 +18503,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18502
18503
|
goto __pyx_L8_try_end;
|
18503
18504
|
__pyx_L3_error:;
|
18504
18505
|
|
18505
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18506
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18506
18507
|
* try:
|
18507
18508
|
* __pyx_import_array()
|
18508
18509
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18517,7 +18518,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18517
18518
|
__Pyx_XGOTREF(__pyx_t_6);
|
18518
18519
|
__Pyx_XGOTREF(__pyx_t_7);
|
18519
18520
|
|
18520
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18521
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18521
18522
|
* __pyx_import_array()
|
18522
18523
|
* except Exception:
|
18523
18524
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18542,7 +18543,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18542
18543
|
}
|
18543
18544
|
goto __pyx_L5_except_error;
|
18544
18545
|
|
18545
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18546
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18546
18547
|
* # Cython code.
|
18547
18548
|
* cdef inline int import_array() except -1:
|
18548
18549
|
* try: # <<<<<<<<<<<<<<
|
@@ -18558,7 +18559,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18558
18559
|
__pyx_L8_try_end:;
|
18559
18560
|
}
|
18560
18561
|
|
18561
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18562
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18562
18563
|
* # Versions of the import_* functions which are more suitable for
|
18563
18564
|
* # Cython code.
|
18564
18565
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18583,7 +18584,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18583
18584
|
return __pyx_r;
|
18584
18585
|
}
|
18585
18586
|
|
18586
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18587
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18587
18588
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18588
18589
|
*
|
18589
18590
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18610,7 +18611,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18610
18611
|
int __pyx_clineno = 0;
|
18611
18612
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18612
18613
|
|
18613
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18614
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18614
18615
|
*
|
18615
18616
|
* cdef inline int import_umath() except -1:
|
18616
18617
|
* try: # <<<<<<<<<<<<<<
|
@@ -18626,7 +18627,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18626
18627
|
__Pyx_XGOTREF(__pyx_t_3);
|
18627
18628
|
/*try:*/ {
|
18628
18629
|
|
18629
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18630
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18630
18631
|
* cdef inline int import_umath() except -1:
|
18631
18632
|
* try:
|
18632
18633
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18635,7 +18636,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18635
18636
|
*/
|
18636
18637
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18637
18638
|
|
18638
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18639
18640
|
*
|
18640
18641
|
* cdef inline int import_umath() except -1:
|
18641
18642
|
* try: # <<<<<<<<<<<<<<
|
@@ -18649,7 +18650,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18649
18650
|
goto __pyx_L8_try_end;
|
18650
18651
|
__pyx_L3_error:;
|
18651
18652
|
|
18652
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18653
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18653
18654
|
* try:
|
18654
18655
|
* _import_umath()
|
18655
18656
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18664,7 +18665,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18664
18665
|
__Pyx_XGOTREF(__pyx_t_6);
|
18665
18666
|
__Pyx_XGOTREF(__pyx_t_7);
|
18666
18667
|
|
18667
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18668
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18668
18669
|
* _import_umath()
|
18669
18670
|
* except Exception:
|
18670
18671
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18689,7 +18690,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18689
18690
|
}
|
18690
18691
|
goto __pyx_L5_except_error;
|
18691
18692
|
|
18692
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18693
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18693
18694
|
*
|
18694
18695
|
* cdef inline int import_umath() except -1:
|
18695
18696
|
* try: # <<<<<<<<<<<<<<
|
@@ -18705,7 +18706,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18705
18706
|
__pyx_L8_try_end:;
|
18706
18707
|
}
|
18707
18708
|
|
18708
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18709
18710
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18710
18711
|
*
|
18711
18712
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18730,7 +18731,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18730
18731
|
return __pyx_r;
|
18731
18732
|
}
|
18732
18733
|
|
18733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18734
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18734
18735
|
* raise ImportError("numpy._core.umath failed to import")
|
18735
18736
|
*
|
18736
18737
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18757,7 +18758,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18757
18758
|
int __pyx_clineno = 0;
|
18758
18759
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18759
18760
|
|
18760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18761
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18761
18762
|
*
|
18762
18763
|
* cdef inline int import_ufunc() except -1:
|
18763
18764
|
* try: # <<<<<<<<<<<<<<
|
@@ -18773,7 +18774,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18773
18774
|
__Pyx_XGOTREF(__pyx_t_3);
|
18774
18775
|
/*try:*/ {
|
18775
18776
|
|
18776
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18777
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18777
18778
|
* cdef inline int import_ufunc() except -1:
|
18778
18779
|
* try:
|
18779
18780
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18782,7 +18783,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18782
18783
|
*/
|
18783
18784
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18784
18785
|
|
18785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18786
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18786
18787
|
*
|
18787
18788
|
* cdef inline int import_ufunc() except -1:
|
18788
18789
|
* try: # <<<<<<<<<<<<<<
|
@@ -18796,7 +18797,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18796
18797
|
goto __pyx_L8_try_end;
|
18797
18798
|
__pyx_L3_error:;
|
18798
18799
|
|
18799
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18800
18801
|
* try:
|
18801
18802
|
* _import_umath()
|
18802
18803
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18811,7 +18812,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18811
18812
|
__Pyx_XGOTREF(__pyx_t_6);
|
18812
18813
|
__Pyx_XGOTREF(__pyx_t_7);
|
18813
18814
|
|
18814
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18815
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18815
18816
|
* _import_umath()
|
18816
18817
|
* except Exception:
|
18817
18818
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18836,7 +18837,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18836
18837
|
}
|
18837
18838
|
goto __pyx_L5_except_error;
|
18838
18839
|
|
18839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18840
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18840
18841
|
*
|
18841
18842
|
* cdef inline int import_ufunc() except -1:
|
18842
18843
|
* try: # <<<<<<<<<<<<<<
|
@@ -18852,7 +18853,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18852
18853
|
__pyx_L8_try_end:;
|
18853
18854
|
}
|
18854
18855
|
|
18855
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18856
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18856
18857
|
* raise ImportError("numpy._core.umath failed to import")
|
18857
18858
|
*
|
18858
18859
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18877,7 +18878,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18877
18878
|
return __pyx_r;
|
18878
18879
|
}
|
18879
18880
|
|
18880
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18881
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18881
18882
|
*
|
18882
18883
|
*
|
18883
18884
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18888,7 +18889,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18888
18889
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18889
18890
|
int __pyx_r;
|
18890
18891
|
|
18891
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18892
18893
|
* bool
|
18893
18894
|
* """
|
18894
18895
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18898,7 +18899,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18898
18899
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18899
18900
|
goto __pyx_L0;
|
18900
18901
|
|
18901
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18902
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18902
18903
|
*
|
18903
18904
|
*
|
18904
18905
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18911,7 +18912,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18911
18912
|
return __pyx_r;
|
18912
18913
|
}
|
18913
18914
|
|
18914
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18915
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18915
18916
|
*
|
18916
18917
|
*
|
18917
18918
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18922,7 +18923,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18922
18923
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18923
18924
|
int __pyx_r;
|
18924
18925
|
|
18925
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18926
18927
|
* bool
|
18927
18928
|
* """
|
18928
18929
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18932,7 +18933,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18932
18933
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18933
18934
|
goto __pyx_L0;
|
18934
18935
|
|
18935
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18936
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18936
18937
|
*
|
18937
18938
|
*
|
18938
18939
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18945,7 +18946,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18945
18946
|
return __pyx_r;
|
18946
18947
|
}
|
18947
18948
|
|
18948
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18949
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18949
18950
|
*
|
18950
18951
|
*
|
18951
18952
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18956,7 +18957,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18956
18957
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18957
18958
|
npy_datetime __pyx_r;
|
18958
18959
|
|
18959
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18960
18961
|
* also needed. That can be found using `get_datetime64_unit`.
|
18961
18962
|
* """
|
18962
18963
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18966,7 +18967,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18966
18967
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18967
18968
|
goto __pyx_L0;
|
18968
18969
|
|
18969
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18970
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18970
18971
|
*
|
18971
18972
|
*
|
18972
18973
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18979,7 +18980,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18979
18980
|
return __pyx_r;
|
18980
18981
|
}
|
18981
18982
|
|
18982
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18983
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18983
18984
|
*
|
18984
18985
|
*
|
18985
18986
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18990,7 +18991,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18990
18991
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18991
18992
|
npy_timedelta __pyx_r;
|
18992
18993
|
|
18993
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18994
18995
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18995
18996
|
* """
|
18996
18997
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19000,7 +19001,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19000
19001
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19001
19002
|
goto __pyx_L0;
|
19002
19003
|
|
19003
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19004
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19004
19005
|
*
|
19005
19006
|
*
|
19006
19007
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19013,7 +19014,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19013
19014
|
return __pyx_r;
|
19014
19015
|
}
|
19015
19016
|
|
19016
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19017
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19017
19018
|
*
|
19018
19019
|
*
|
19019
19020
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19024,7 +19025,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19024
19025
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19025
19026
|
NPY_DATETIMEUNIT __pyx_r;
|
19026
19027
|
|
19027
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19028
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
19028
19029
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19029
19030
|
* """
|
19030
19031
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19034,7 +19035,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19034
19035
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19035
19036
|
goto __pyx_L0;
|
19036
19037
|
|
19037
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19038
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19038
19039
|
*
|
19039
19040
|
*
|
19040
19041
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -20014,10 +20015,6 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20014
20015
|
int __pyx_t_7;
|
20015
20016
|
__pyx_t_6edsger_7commons_DTYPE_t __pyx_t_8;
|
20016
20017
|
enum __pyx_t_6edsger_7commons_ElementState __pyx_t_9;
|
20017
|
-
int __pyx_lineno = 0;
|
20018
|
-
const char *__pyx_filename = NULL;
|
20019
|
-
int __pyx_clineno = 0;
|
20020
|
-
PyGILState_STATE __pyx_gilstate_save;
|
20021
20018
|
|
20022
20019
|
/* "edsger/spiess_florian.pyx":140
|
20023
20020
|
*
|
@@ -20035,7 +20032,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20035
20032
|
*
|
20036
20033
|
* # only the incoming edges of the target vertex are inserted into the
|
20037
20034
|
*/
|
20038
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue((&__pyx_v_pqueue), ((size_t)__pyx_v_edge_count), ((size_t)__pyx_v_edge_count));
|
20035
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue((&__pyx_v_pqueue), ((size_t)__pyx_v_edge_count), ((size_t)__pyx_v_edge_count));
|
20039
20036
|
|
20040
20037
|
/* "edsger/spiess_florian.pyx":153
|
20041
20038
|
* # priority queue
|
@@ -20093,7 +20090,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20093
20090
|
*
|
20094
20091
|
*/
|
20095
20092
|
__pyx_t_5 = __pyx_v_edge_idx;
|
20096
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), __pyx_v_edge_idx, (*((__pyx_t_6edsger_7commons_DTYPE_t *) ( /* dim=0 */ ((char *) (((__pyx_t_6edsger_7commons_DTYPE_t *) __pyx_v_c_a_vec.data) + __pyx_t_5)) ))));
|
20093
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), __pyx_v_edge_idx, (*((__pyx_t_6edsger_7commons_DTYPE_t *) ( /* dim=0 */ ((char *) (((__pyx_t_6edsger_7commons_DTYPE_t *) __pyx_v_c_a_vec.data) + __pyx_t_5)) ))));
|
20097
20094
|
|
20098
20095
|
/* "edsger/spiess_florian.pyx":156
|
20099
20096
|
* edge_idx = csc_edge_idx[i]
|
@@ -20125,8 +20122,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20125
20122
|
* u_j_c_a = pqueue.Elements[edge_idx].key
|
20126
20123
|
* tail_vert_idx = <size_t>tail_indices[edge_idx]
|
20127
20124
|
*/
|
20128
|
-
|
20129
|
-
__pyx_v_edge_idx = __pyx_t_2;
|
20125
|
+
__pyx_v_edge_idx = __pyx_f_6edsger_14pq_4ary_dec_0b_extract_min((&__pyx_v_pqueue));
|
20130
20126
|
|
20131
20127
|
/* "edsger/spiess_florian.pyx":162
|
20132
20128
|
*
|
@@ -20385,7 +20381,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20385
20381
|
* u_j_c_a_vec[edge_idx] = u_j_c_a
|
20386
20382
|
*
|
20387
20383
|
*/
|
20388
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20384
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20389
20385
|
|
20390
20386
|
/* "edsger/spiess_florian.pyx":209
|
20391
20387
|
*
|
@@ -20424,7 +20420,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20424
20420
|
* u_j_c_a_vec[edge_idx] = u_j_c_a
|
20425
20421
|
*
|
20426
20422
|
*/
|
20427
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20423
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20428
20424
|
|
20429
20425
|
/* "edsger/spiess_florian.pyx":214
|
20430
20426
|
*
|
@@ -20464,7 +20460,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20464
20460
|
*
|
20465
20461
|
*
|
20466
20462
|
*/
|
20467
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue((&__pyx_v_pqueue));
|
20463
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue((&__pyx_v_pqueue));
|
20468
20464
|
|
20469
20465
|
/* "edsger/spiess_florian.pyx":122
|
20470
20466
|
*
|
@@ -20475,12 +20471,6 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20475
20471
|
*/
|
20476
20472
|
|
20477
20473
|
/* function exit code */
|
20478
|
-
goto __pyx_L0;
|
20479
|
-
__pyx_L1_error:;
|
20480
|
-
__pyx_gilstate_save = __Pyx_PyGILState_Ensure();
|
20481
|
-
__Pyx_AddTraceback("edsger.spiess_florian._SF_in_first_pass_full", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
20482
|
-
__Pyx_PyGILState_Release(__pyx_gilstate_save);
|
20483
|
-
__pyx_L0:;
|
20484
20474
|
}
|
20485
20475
|
|
20486
20476
|
/* "edsger/spiess_florian.pyx":219
|
@@ -28099,15 +28089,6 @@ static PyObject *__Pyx_Object_VectorcallMethod_CallFromBuilder(PyObject *name, P
|
|
28099
28089
|
}
|
28100
28090
|
#endif
|
28101
28091
|
|
28102
|
-
/* ErrOccurredWithGIL */
|
28103
|
-
static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void) {
|
28104
|
-
int err;
|
28105
|
-
PyGILState_STATE _save = PyGILState_Ensure();
|
28106
|
-
err = !!PyErr_Occurred();
|
28107
|
-
PyGILState_Release(_save);
|
28108
|
-
return err;
|
28109
|
-
}
|
28110
|
-
|
28111
28092
|
/* PyLongCompare */
|
28112
28093
|
static CYTHON_INLINE int __Pyx_PyLong_BoolEqObjC(PyObject *op1, PyObject *op2, long intval, long inplace) {
|
28113
28094
|
CYTHON_MAYBE_UNUSED_VAR(intval);
|