edsger 0.1.1__cp311-cp311-macosx_11_0_arm64.whl → 0.1.2__cp311-cp311-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 +151 -147
- edsger/commons.cpython-311-darwin.so +0 -0
- edsger/dijkstra.c +1132 -1059
- edsger/dijkstra.cpython-311-darwin.so +0 -0
- edsger/dijkstra.pyx +23 -0
- edsger/path_tracking.c +151 -147
- edsger/path_tracking.cpython-311-darwin.so +0 -0
- edsger/path_tracking.pyx +2 -2
- edsger/pq_4ary_dec_0b.c +203 -199
- edsger/pq_4ary_dec_0b.cpython-311-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 +157 -176
- edsger/spiess_florian.cpython-311-darwin.so +0 -0
- edsger/star.c +151 -147
- edsger/star.cpython-311-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-d2jpfj0l/overlay/lib/python3.11/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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1643
1647
|
* ctypedef npy_int64 int64_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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1679
1683
|
* ctypedef npy_uint64 uint64_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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
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-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1751
1755
|
* ctypedef npy_double float_t
|
1752
1756
|
* ctypedef npy_double double_t
|
1753
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -2637,9 +2641,6 @@ static int __Pyx_VectorcallBuilder_AddArgStr(const char *key, PyObject *value, P
|
|
2637
2641
|
static PyObject *__Pyx_Object_VectorcallMethod_CallFromBuilder(PyObject *name, PyObject *const *args, size_t nargsf, PyObject *kwnames);
|
2638
2642
|
#endif
|
2639
2643
|
|
2640
|
-
/* ErrOccurredWithGIL.proto */
|
2641
|
-
static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void);
|
2642
|
-
|
2643
2644
|
/* PyLongCompare.proto */
|
2644
2645
|
static CYTHON_INLINE int __Pyx_PyLong_BoolEqObjC(PyObject *op1, PyObject *op2, long intval, long inplace);
|
2645
2646
|
|
@@ -17294,7 +17295,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17294
17295
|
return __pyx_r;
|
17295
17296
|
}
|
17296
17297
|
|
17297
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17298
17299
|
* cdef int type_num
|
17299
17300
|
*
|
17300
17301
|
* @property # <<<<<<<<<<<<<<
|
@@ -17305,7 +17306,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17305
17306
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17306
17307
|
npy_intp __pyx_r;
|
17307
17308
|
|
17308
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17309
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
17309
17310
|
* @property
|
17310
17311
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17311
17312
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17315,7 +17316,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17315
17316
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17316
17317
|
goto __pyx_L0;
|
17317
17318
|
|
17318
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17319
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17319
17320
|
* cdef int type_num
|
17320
17321
|
*
|
17321
17322
|
* @property # <<<<<<<<<<<<<<
|
@@ -17328,7 +17329,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17328
17329
|
return __pyx_r;
|
17329
17330
|
}
|
17330
17331
|
|
17331
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17332
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17332
17333
|
* return PyDataType_ELSIZE(self)
|
17333
17334
|
*
|
17334
17335
|
* @property # <<<<<<<<<<<<<<
|
@@ -17339,7 +17340,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17339
17340
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17340
17341
|
npy_intp __pyx_r;
|
17341
17342
|
|
17342
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17343
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
17343
17344
|
* @property
|
17344
17345
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17345
17346
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17349,7 +17350,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17349
17350
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17350
17351
|
goto __pyx_L0;
|
17351
17352
|
|
17352
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17353
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17353
17354
|
* return PyDataType_ELSIZE(self)
|
17354
17355
|
*
|
17355
17356
|
* @property # <<<<<<<<<<<<<<
|
@@ -17362,7 +17363,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17362
17363
|
return __pyx_r;
|
17363
17364
|
}
|
17364
17365
|
|
17365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17366
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17366
17367
|
* # Use fields/names with care as they may be NULL. You must check
|
17367
17368
|
* # for this using PyDataType_HASFIELDS.
|
17368
17369
|
* @property # <<<<<<<<<<<<<<
|
@@ -17376,7 +17377,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17376
17377
|
PyObject *__pyx_t_1;
|
17377
17378
|
__Pyx_RefNannySetupContext("fields", 0);
|
17378
17379
|
|
17379
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17380
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
17380
17381
|
* @property
|
17381
17382
|
* cdef inline object fields(self):
|
17382
17383
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17389,7 +17390,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17389
17390
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17390
17391
|
goto __pyx_L0;
|
17391
17392
|
|
17392
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17393
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17393
17394
|
* # Use fields/names with care as they may be NULL. You must check
|
17394
17395
|
* # for this using PyDataType_HASFIELDS.
|
17395
17396
|
* @property # <<<<<<<<<<<<<<
|
@@ -17404,7 +17405,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17404
17405
|
return __pyx_r;
|
17405
17406
|
}
|
17406
17407
|
|
17407
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17408
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17408
17409
|
* return <object>PyDataType_FIELDS(self)
|
17409
17410
|
*
|
17410
17411
|
* @property # <<<<<<<<<<<<<<
|
@@ -17418,7 +17419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17418
17419
|
PyObject *__pyx_t_1;
|
17419
17420
|
__Pyx_RefNannySetupContext("names", 0);
|
17420
17421
|
|
17421
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
17422
17423
|
* @property
|
17423
17424
|
* cdef inline tuple names(self):
|
17424
17425
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17431,7 +17432,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17431
17432
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17432
17433
|
goto __pyx_L0;
|
17433
17434
|
|
17434
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17435
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17435
17436
|
* return <object>PyDataType_FIELDS(self)
|
17436
17437
|
*
|
17437
17438
|
* @property # <<<<<<<<<<<<<<
|
@@ -17446,7 +17447,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17446
17447
|
return __pyx_r;
|
17447
17448
|
}
|
17448
17449
|
|
17449
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17450
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17450
17451
|
* # valid (the pointer can be NULL). Most users should access
|
17451
17452
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17452
17453
|
* @property # <<<<<<<<<<<<<<
|
@@ -17457,7 +17458,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17457
17458
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17458
17459
|
PyArray_ArrayDescr *__pyx_r;
|
17459
17460
|
|
17460
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17461
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
17461
17462
|
* @property
|
17462
17463
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17463
17464
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17467,7 +17468,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17467
17468
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17468
17469
|
goto __pyx_L0;
|
17469
17470
|
|
17470
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17471
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17471
17472
|
* # valid (the pointer can be NULL). Most users should access
|
17472
17473
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17473
17474
|
* @property # <<<<<<<<<<<<<<
|
@@ -17480,7 +17481,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17480
17481
|
return __pyx_r;
|
17481
17482
|
}
|
17482
17483
|
|
17483
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17484
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17484
17485
|
* return PyDataType_SUBARRAY(self)
|
17485
17486
|
*
|
17486
17487
|
* @property # <<<<<<<<<<<<<<
|
@@ -17491,7 +17492,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17491
17492
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17492
17493
|
npy_uint64 __pyx_r;
|
17493
17494
|
|
17494
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17495
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
17495
17496
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17496
17497
|
* """The data types flags."""
|
17497
17498
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17501,7 +17502,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17501
17502
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17502
17503
|
goto __pyx_L0;
|
17503
17504
|
|
17504
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17505
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17505
17506
|
* return PyDataType_SUBARRAY(self)
|
17506
17507
|
*
|
17507
17508
|
* @property # <<<<<<<<<<<<<<
|
@@ -17514,7 +17515,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17514
17515
|
return __pyx_r;
|
17515
17516
|
}
|
17516
17517
|
|
17517
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17518
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17518
17519
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17519
17520
|
*
|
17520
17521
|
* @property # <<<<<<<<<<<<<<
|
@@ -17525,7 +17526,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17525
17526
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17526
17527
|
int __pyx_r;
|
17527
17528
|
|
17528
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17529
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
17529
17530
|
* cdef inline int numiter(self) noexcept nogil:
|
17530
17531
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17531
17532
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17535,7 +17536,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17535
17536
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17536
17537
|
goto __pyx_L0;
|
17537
17538
|
|
17538
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17539
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17539
17540
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17540
17541
|
*
|
17541
17542
|
* @property # <<<<<<<<<<<<<<
|
@@ -17548,7 +17549,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17548
17549
|
return __pyx_r;
|
17549
17550
|
}
|
17550
17551
|
|
17551
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17552
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17552
17553
|
* return PyArray_MultiIter_NUMITER(self)
|
17553
17554
|
*
|
17554
17555
|
* @property # <<<<<<<<<<<<<<
|
@@ -17559,7 +17560,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17559
17560
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17560
17561
|
npy_intp __pyx_r;
|
17561
17562
|
|
17562
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17563
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
17563
17564
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17564
17565
|
* """The total broadcasted size."""
|
17565
17566
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17569,7 +17570,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17569
17570
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17570
17571
|
goto __pyx_L0;
|
17571
17572
|
|
17572
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17573
17574
|
* return PyArray_MultiIter_NUMITER(self)
|
17574
17575
|
*
|
17575
17576
|
* @property # <<<<<<<<<<<<<<
|
@@ -17582,7 +17583,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17582
17583
|
return __pyx_r;
|
17583
17584
|
}
|
17584
17585
|
|
17585
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17586
17587
|
* return PyArray_MultiIter_SIZE(self)
|
17587
17588
|
*
|
17588
17589
|
* @property # <<<<<<<<<<<<<<
|
@@ -17593,7 +17594,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17593
17594
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17594
17595
|
npy_intp __pyx_r;
|
17595
17596
|
|
17596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17597
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
17597
17598
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17598
17599
|
* """The current (1-d) index into the broadcasted result."""
|
17599
17600
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17603,7 +17604,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17603
17604
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17604
17605
|
goto __pyx_L0;
|
17605
17606
|
|
17606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17607
17608
|
* return PyArray_MultiIter_SIZE(self)
|
17608
17609
|
*
|
17609
17610
|
* @property # <<<<<<<<<<<<<<
|
@@ -17616,7 +17617,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17616
17617
|
return __pyx_r;
|
17617
17618
|
}
|
17618
17619
|
|
17619
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17620
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17620
17621
|
* return PyArray_MultiIter_INDEX(self)
|
17621
17622
|
*
|
17622
17623
|
* @property # <<<<<<<<<<<<<<
|
@@ -17627,7 +17628,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17627
17628
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17628
17629
|
int __pyx_r;
|
17629
17630
|
|
17630
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17631
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
17631
17632
|
* cdef inline int nd(self) noexcept nogil:
|
17632
17633
|
* """The number of dimensions in the broadcasted result."""
|
17633
17634
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17637,7 +17638,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17637
17638
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17638
17639
|
goto __pyx_L0;
|
17639
17640
|
|
17640
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17641
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17641
17642
|
* return PyArray_MultiIter_INDEX(self)
|
17642
17643
|
*
|
17643
17644
|
* @property # <<<<<<<<<<<<<<
|
@@ -17650,7 +17651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17650
17651
|
return __pyx_r;
|
17651
17652
|
}
|
17652
17653
|
|
17653
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17654
17655
|
* return PyArray_MultiIter_NDIM(self)
|
17655
17656
|
*
|
17656
17657
|
* @property # <<<<<<<<<<<<<<
|
@@ -17661,7 +17662,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17661
17662
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17662
17663
|
npy_intp *__pyx_r;
|
17663
17664
|
|
17664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17665
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
17665
17666
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17666
17667
|
* """The shape of the broadcasted result."""
|
17667
17668
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17671,7 +17672,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17671
17672
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17672
17673
|
goto __pyx_L0;
|
17673
17674
|
|
17674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17675
17676
|
* return PyArray_MultiIter_NDIM(self)
|
17676
17677
|
*
|
17677
17678
|
* @property # <<<<<<<<<<<<<<
|
@@ -17684,7 +17685,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17684
17685
|
return __pyx_r;
|
17685
17686
|
}
|
17686
17687
|
|
17687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17688
17689
|
* return PyArray_MultiIter_DIMS(self)
|
17689
17690
|
*
|
17690
17691
|
* @property # <<<<<<<<<<<<<<
|
@@ -17695,7 +17696,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17695
17696
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17696
17697
|
void **__pyx_r;
|
17697
17698
|
|
17698
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17699
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
17699
17700
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17700
17701
|
* On return, the iterators are adjusted for broadcasting."""
|
17701
17702
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17705,7 +17706,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17705
17706
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17706
17707
|
goto __pyx_L0;
|
17707
17708
|
|
17708
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17709
17710
|
* return PyArray_MultiIter_DIMS(self)
|
17710
17711
|
*
|
17711
17712
|
* @property # <<<<<<<<<<<<<<
|
@@ -17718,7 +17719,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17718
17719
|
return __pyx_r;
|
17719
17720
|
}
|
17720
17721
|
|
17721
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17722
17723
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17723
17724
|
*
|
17724
17725
|
* @property # <<<<<<<<<<<<<<
|
@@ -17729,7 +17730,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17729
17730
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17730
17731
|
PyObject *__pyx_r;
|
17731
17732
|
|
17732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
17733
17734
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17734
17735
|
* """
|
17735
17736
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17739,7 +17740,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17739
17740
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17740
17741
|
goto __pyx_L0;
|
17741
17742
|
|
17742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17743
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17743
17744
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17744
17745
|
*
|
17745
17746
|
* @property # <<<<<<<<<<<<<<
|
@@ -17752,7 +17753,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17752
17753
|
return __pyx_r;
|
17753
17754
|
}
|
17754
17755
|
|
17755
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17756
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17756
17757
|
* return PyArray_BASE(self)
|
17757
17758
|
*
|
17758
17759
|
* @property # <<<<<<<<<<<<<<
|
@@ -17766,7 +17767,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17766
17767
|
PyArray_Descr *__pyx_t_1;
|
17767
17768
|
__Pyx_RefNannySetupContext("descr", 0);
|
17768
17769
|
|
17769
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17770
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
17770
17771
|
* """Returns an owned reference to the dtype of the array.
|
17771
17772
|
* """
|
17772
17773
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17779,7 +17780,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17779
17780
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17780
17781
|
goto __pyx_L0;
|
17781
17782
|
|
17782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17783
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17783
17784
|
* return PyArray_BASE(self)
|
17784
17785
|
*
|
17785
17786
|
* @property # <<<<<<<<<<<<<<
|
@@ -17794,7 +17795,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17794
17795
|
return __pyx_r;
|
17795
17796
|
}
|
17796
17797
|
|
17797
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17798
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17798
17799
|
* return <dtype>PyArray_DESCR(self)
|
17799
17800
|
*
|
17800
17801
|
* @property # <<<<<<<<<<<<<<
|
@@ -17805,7 +17806,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17805
17806
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17806
17807
|
int __pyx_r;
|
17807
17808
|
|
17808
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
17809
17810
|
* """Returns the number of dimensions in the array.
|
17810
17811
|
* """
|
17811
17812
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17815,7 +17816,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17815
17816
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17816
17817
|
goto __pyx_L0;
|
17817
17818
|
|
17818
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17819
17820
|
* return <dtype>PyArray_DESCR(self)
|
17820
17821
|
*
|
17821
17822
|
* @property # <<<<<<<<<<<<<<
|
@@ -17828,7 +17829,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17828
17829
|
return __pyx_r;
|
17829
17830
|
}
|
17830
17831
|
|
17831
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17832
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17832
17833
|
* return PyArray_NDIM(self)
|
17833
17834
|
*
|
17834
17835
|
* @property # <<<<<<<<<<<<<<
|
@@ -17839,7 +17840,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17839
17840
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17840
17841
|
npy_intp *__pyx_r;
|
17841
17842
|
|
17842
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
17843
17844
|
* Can return NULL for 0-dimensional arrays.
|
17844
17845
|
* """
|
17845
17846
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17849,7 +17850,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17849
17850
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17850
17851
|
goto __pyx_L0;
|
17851
17852
|
|
17852
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17853
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17853
17854
|
* return PyArray_NDIM(self)
|
17854
17855
|
*
|
17855
17856
|
* @property # <<<<<<<<<<<<<<
|
@@ -17862,7 +17863,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17862
17863
|
return __pyx_r;
|
17863
17864
|
}
|
17864
17865
|
|
17865
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17866
17867
|
* return PyArray_DIMS(self)
|
17867
17868
|
*
|
17868
17869
|
* @property # <<<<<<<<<<<<<<
|
@@ -17873,7 +17874,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17873
17874
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17874
17875
|
npy_intp *__pyx_r;
|
17875
17876
|
|
17876
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
17877
17878
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17878
17879
|
* """
|
17879
17880
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17883,7 +17884,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17883
17884
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17884
17885
|
goto __pyx_L0;
|
17885
17886
|
|
17886
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17887
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17887
17888
|
* return PyArray_DIMS(self)
|
17888
17889
|
*
|
17889
17890
|
* @property # <<<<<<<<<<<<<<
|
@@ -17896,7 +17897,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17896
17897
|
return __pyx_r;
|
17897
17898
|
}
|
17898
17899
|
|
17899
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17900
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17900
17901
|
* return PyArray_STRIDES(self)
|
17901
17902
|
*
|
17902
17903
|
* @property # <<<<<<<<<<<<<<
|
@@ -17907,7 +17908,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17907
17908
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17908
17909
|
npy_intp __pyx_r;
|
17909
17910
|
|
17910
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
17911
17912
|
* """Returns the total size (in number of elements) of the array.
|
17912
17913
|
* """
|
17913
17914
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17917,7 +17918,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17917
17918
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17918
17919
|
goto __pyx_L0;
|
17919
17920
|
|
17920
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17921
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17921
17922
|
* return PyArray_STRIDES(self)
|
17922
17923
|
*
|
17923
17924
|
* @property # <<<<<<<<<<<<<<
|
@@ -17930,7 +17931,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17930
17931
|
return __pyx_r;
|
17931
17932
|
}
|
17932
17933
|
|
17933
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17934
17935
|
* return PyArray_SIZE(self)
|
17935
17936
|
*
|
17936
17937
|
* @property # <<<<<<<<<<<<<<
|
@@ -17941,7 +17942,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17941
17942
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17942
17943
|
char *__pyx_r;
|
17943
17944
|
|
17944
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17945
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
17945
17946
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17946
17947
|
* """
|
17947
17948
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17951,7 +17952,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17951
17952
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17952
17953
|
goto __pyx_L0;
|
17953
17954
|
|
17954
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17955
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17955
17956
|
* return PyArray_SIZE(self)
|
17956
17957
|
*
|
17957
17958
|
* @property # <<<<<<<<<<<<<<
|
@@ -17964,7 +17965,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17964
17965
|
return __pyx_r;
|
17965
17966
|
}
|
17966
17967
|
|
17967
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17968
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17968
17969
|
* ctypedef long double complex clongdouble_t
|
17969
17970
|
*
|
17970
17971
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17981,7 +17982,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17981
17982
|
int __pyx_clineno = 0;
|
17982
17983
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17983
17984
|
|
17984
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17985
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
17985
17986
|
*
|
17986
17987
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17987
17988
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17995,7 +17996,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17995
17996
|
__pyx_t_1 = 0;
|
17996
17997
|
goto __pyx_L0;
|
17997
17998
|
|
17998
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17999
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17999
18000
|
* ctypedef long double complex clongdouble_t
|
18000
18001
|
*
|
18001
18002
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18014,7 +18015,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18014
18015
|
return __pyx_r;
|
18015
18016
|
}
|
18016
18017
|
|
18017
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18018
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
18018
18019
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18019
18020
|
*
|
18020
18021
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18031,7 +18032,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18031
18032
|
int __pyx_clineno = 0;
|
18032
18033
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18033
18034
|
|
18034
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18035
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
18035
18036
|
*
|
18036
18037
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18037
18038
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18045,7 +18046,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18045
18046
|
__pyx_t_1 = 0;
|
18046
18047
|
goto __pyx_L0;
|
18047
18048
|
|
18048
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18049
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
18049
18050
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18050
18051
|
*
|
18051
18052
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18064,7 +18065,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18064
18065
|
return __pyx_r;
|
18065
18066
|
}
|
18066
18067
|
|
18067
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18068
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
18068
18069
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18069
18070
|
*
|
18070
18071
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18081,7 +18082,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18081
18082
|
int __pyx_clineno = 0;
|
18082
18083
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18083
18084
|
|
18084
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18085
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
18085
18086
|
*
|
18086
18087
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18087
18088
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18095,7 +18096,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18095
18096
|
__pyx_t_1 = 0;
|
18096
18097
|
goto __pyx_L0;
|
18097
18098
|
|
18098
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18099
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
18099
18100
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18100
18101
|
*
|
18101
18102
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18114,7 +18115,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18114
18115
|
return __pyx_r;
|
18115
18116
|
}
|
18116
18117
|
|
18117
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18118
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18118
18119
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18119
18120
|
*
|
18120
18121
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18131,7 +18132,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18131
18132
|
int __pyx_clineno = 0;
|
18132
18133
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18133
18134
|
|
18134
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18135
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
18135
18136
|
*
|
18136
18137
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18137
18138
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18145,7 +18146,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18145
18146
|
__pyx_t_1 = 0;
|
18146
18147
|
goto __pyx_L0;
|
18147
18148
|
|
18148
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18149
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18149
18150
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18150
18151
|
*
|
18151
18152
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18164,7 +18165,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18164
18165
|
return __pyx_r;
|
18165
18166
|
}
|
18166
18167
|
|
18167
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18168
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18168
18169
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18169
18170
|
*
|
18170
18171
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18181,7 +18182,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18181
18182
|
int __pyx_clineno = 0;
|
18182
18183
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18183
18184
|
|
18184
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18185
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
18185
18186
|
*
|
18186
18187
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18187
18188
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18195,7 +18196,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18195
18196
|
__pyx_t_1 = 0;
|
18196
18197
|
goto __pyx_L0;
|
18197
18198
|
|
18198
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18199
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18199
18200
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18200
18201
|
*
|
18201
18202
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18214,7 +18215,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18214
18215
|
return __pyx_r;
|
18215
18216
|
}
|
18216
18217
|
|
18217
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18218
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18218
18219
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18219
18220
|
*
|
18220
18221
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18229,7 +18230,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18229
18230
|
PyObject *__pyx_t_2;
|
18230
18231
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18231
18232
|
|
18232
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18233
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18233
18234
|
*
|
18234
18235
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18235
18236
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18239,7 +18240,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18239
18240
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18240
18241
|
if (__pyx_t_1) {
|
18241
18242
|
|
18242
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18243
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
18243
18244
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18244
18245
|
* if PyDataType_HASSUBARRAY(d):
|
18245
18246
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18252,7 +18253,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18252
18253
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18253
18254
|
goto __pyx_L0;
|
18254
18255
|
|
18255
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18256
18257
|
*
|
18257
18258
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18258
18259
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18261,7 +18262,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18261
18262
|
*/
|
18262
18263
|
}
|
18263
18264
|
|
18264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18265
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
18265
18266
|
* return <tuple>d.subarray.shape
|
18266
18267
|
* else:
|
18267
18268
|
* return () # <<<<<<<<<<<<<<
|
@@ -18275,7 +18276,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18275
18276
|
goto __pyx_L0;
|
18276
18277
|
}
|
18277
18278
|
|
18278
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18279
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18279
18280
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18280
18281
|
*
|
18281
18282
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18290,7 +18291,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18290
18291
|
return __pyx_r;
|
18291
18292
|
}
|
18292
18293
|
|
18293
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18294
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18294
18295
|
* int _import_umath() except -1
|
18295
18296
|
*
|
18296
18297
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18304,7 +18305,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18304
18305
|
const char *__pyx_filename = NULL;
|
18305
18306
|
int __pyx_clineno = 0;
|
18306
18307
|
|
18307
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18308
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
18308
18309
|
*
|
18309
18310
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18310
18311
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18313,7 +18314,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18313
18314
|
*/
|
18314
18315
|
Py_INCREF(__pyx_v_base);
|
18315
18316
|
|
18316
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18317
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
18317
18318
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18318
18319
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18319
18320
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18322,7 +18323,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18322
18323
|
*/
|
18323
18324
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L1_error)
|
18324
18325
|
|
18325
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18326
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18326
18327
|
* int _import_umath() except -1
|
18327
18328
|
*
|
18328
18329
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18337,7 +18338,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18337
18338
|
__pyx_L0:;
|
18338
18339
|
}
|
18339
18340
|
|
18340
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18341
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18341
18342
|
* PyArray_SetBaseObject(arr, base)
|
18342
18343
|
*
|
18343
18344
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18352,7 +18353,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18352
18353
|
int __pyx_t_1;
|
18353
18354
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18354
18355
|
|
18355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18356
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
18356
18357
|
*
|
18357
18358
|
* cdef inline object get_array_base(ndarray arr):
|
18358
18359
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18361,7 +18362,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18361
18362
|
*/
|
18362
18363
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18363
18364
|
|
18364
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18365
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18365
18366
|
* cdef inline object get_array_base(ndarray arr):
|
18366
18367
|
* base = PyArray_BASE(arr)
|
18367
18368
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18371,7 +18372,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18371
18372
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18372
18373
|
if (__pyx_t_1) {
|
18373
18374
|
|
18374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18375
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
18375
18376
|
* base = PyArray_BASE(arr)
|
18376
18377
|
* if base is NULL:
|
18377
18378
|
* return None # <<<<<<<<<<<<<<
|
@@ -18382,7 +18383,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18382
18383
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18383
18384
|
goto __pyx_L0;
|
18384
18385
|
|
18385
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18386
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18386
18387
|
* cdef inline object get_array_base(ndarray arr):
|
18387
18388
|
* base = PyArray_BASE(arr)
|
18388
18389
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18391,7 +18392,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18391
18392
|
*/
|
18392
18393
|
}
|
18393
18394
|
|
18394
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18395
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
18395
18396
|
* if base is NULL:
|
18396
18397
|
* return None
|
18397
18398
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18403,7 +18404,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18403
18404
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18404
18405
|
goto __pyx_L0;
|
18405
18406
|
|
18406
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18407
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18407
18408
|
* PyArray_SetBaseObject(arr, base)
|
18408
18409
|
*
|
18409
18410
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18418,7 +18419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18418
18419
|
return __pyx_r;
|
18419
18420
|
}
|
18420
18421
|
|
18421
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18422
18423
|
* # Versions of the import_* functions which are more suitable for
|
18423
18424
|
* # Cython code.
|
18424
18425
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18445,7 +18446,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18445
18446
|
int __pyx_clineno = 0;
|
18446
18447
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18447
18448
|
|
18448
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18449
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18449
18450
|
* # Cython code.
|
18450
18451
|
* cdef inline int import_array() except -1:
|
18451
18452
|
* try: # <<<<<<<<<<<<<<
|
@@ -18461,7 +18462,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18461
18462
|
__Pyx_XGOTREF(__pyx_t_3);
|
18462
18463
|
/*try:*/ {
|
18463
18464
|
|
18464
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
18465
18466
|
* cdef inline int import_array() except -1:
|
18466
18467
|
* try:
|
18467
18468
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18470,7 +18471,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18470
18471
|
*/
|
18471
18472
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18472
18473
|
|
18473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18474
18475
|
* # Cython code.
|
18475
18476
|
* cdef inline int import_array() except -1:
|
18476
18477
|
* try: # <<<<<<<<<<<<<<
|
@@ -18484,7 +18485,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18484
18485
|
goto __pyx_L8_try_end;
|
18485
18486
|
__pyx_L3_error:;
|
18486
18487
|
|
18487
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18488
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
18488
18489
|
* try:
|
18489
18490
|
* __pyx_import_array()
|
18490
18491
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18499,7 +18500,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18499
18500
|
__Pyx_XGOTREF(__pyx_t_6);
|
18500
18501
|
__Pyx_XGOTREF(__pyx_t_7);
|
18501
18502
|
|
18502
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18503
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
18503
18504
|
* __pyx_import_array()
|
18504
18505
|
* except Exception:
|
18505
18506
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18524,7 +18525,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18524
18525
|
}
|
18525
18526
|
goto __pyx_L5_except_error;
|
18526
18527
|
|
18527
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18528
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18528
18529
|
* # Cython code.
|
18529
18530
|
* cdef inline int import_array() except -1:
|
18530
18531
|
* try: # <<<<<<<<<<<<<<
|
@@ -18540,7 +18541,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18540
18541
|
__pyx_L8_try_end:;
|
18541
18542
|
}
|
18542
18543
|
|
18543
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18544
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18544
18545
|
* # Versions of the import_* functions which are more suitable for
|
18545
18546
|
* # Cython code.
|
18546
18547
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18565,7 +18566,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18565
18566
|
return __pyx_r;
|
18566
18567
|
}
|
18567
18568
|
|
18568
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18569
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18569
18570
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18570
18571
|
*
|
18571
18572
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18592,7 +18593,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18592
18593
|
int __pyx_clineno = 0;
|
18593
18594
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18594
18595
|
|
18595
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18596
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18596
18597
|
*
|
18597
18598
|
* cdef inline int import_umath() except -1:
|
18598
18599
|
* try: # <<<<<<<<<<<<<<
|
@@ -18608,7 +18609,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18608
18609
|
__Pyx_XGOTREF(__pyx_t_3);
|
18609
18610
|
/*try:*/ {
|
18610
18611
|
|
18611
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
18612
18613
|
* cdef inline int import_umath() except -1:
|
18613
18614
|
* try:
|
18614
18615
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18617,7 +18618,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18617
18618
|
*/
|
18618
18619
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18619
18620
|
|
18620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18621
18622
|
*
|
18622
18623
|
* cdef inline int import_umath() except -1:
|
18623
18624
|
* try: # <<<<<<<<<<<<<<
|
@@ -18631,7 +18632,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18631
18632
|
goto __pyx_L8_try_end;
|
18632
18633
|
__pyx_L3_error:;
|
18633
18634
|
|
18634
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18635
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
18635
18636
|
* try:
|
18636
18637
|
* _import_umath()
|
18637
18638
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18646,7 +18647,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18646
18647
|
__Pyx_XGOTREF(__pyx_t_6);
|
18647
18648
|
__Pyx_XGOTREF(__pyx_t_7);
|
18648
18649
|
|
18649
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18650
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
18650
18651
|
* _import_umath()
|
18651
18652
|
* except Exception:
|
18652
18653
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18671,7 +18672,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18671
18672
|
}
|
18672
18673
|
goto __pyx_L5_except_error;
|
18673
18674
|
|
18674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18675
18676
|
*
|
18676
18677
|
* cdef inline int import_umath() except -1:
|
18677
18678
|
* try: # <<<<<<<<<<<<<<
|
@@ -18687,7 +18688,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18687
18688
|
__pyx_L8_try_end:;
|
18688
18689
|
}
|
18689
18690
|
|
18690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18691
18692
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18692
18693
|
*
|
18693
18694
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18712,7 +18713,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18712
18713
|
return __pyx_r;
|
18713
18714
|
}
|
18714
18715
|
|
18715
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18716
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18716
18717
|
* raise ImportError("numpy._core.umath failed to import")
|
18717
18718
|
*
|
18718
18719
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18739,7 +18740,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18739
18740
|
int __pyx_clineno = 0;
|
18740
18741
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18741
18742
|
|
18742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18743
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18743
18744
|
*
|
18744
18745
|
* cdef inline int import_ufunc() except -1:
|
18745
18746
|
* try: # <<<<<<<<<<<<<<
|
@@ -18755,7 +18756,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18755
18756
|
__Pyx_XGOTREF(__pyx_t_3);
|
18756
18757
|
/*try:*/ {
|
18757
18758
|
|
18758
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18759
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
18759
18760
|
* cdef inline int import_ufunc() except -1:
|
18760
18761
|
* try:
|
18761
18762
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18764,7 +18765,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18764
18765
|
*/
|
18765
18766
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18766
18767
|
|
18767
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18768
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18768
18769
|
*
|
18769
18770
|
* cdef inline int import_ufunc() except -1:
|
18770
18771
|
* try: # <<<<<<<<<<<<<<
|
@@ -18778,7 +18779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18778
18779
|
goto __pyx_L8_try_end;
|
18779
18780
|
__pyx_L3_error:;
|
18780
18781
|
|
18781
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
18782
18783
|
* try:
|
18783
18784
|
* _import_umath()
|
18784
18785
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18793,7 +18794,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18793
18794
|
__Pyx_XGOTREF(__pyx_t_6);
|
18794
18795
|
__Pyx_XGOTREF(__pyx_t_7);
|
18795
18796
|
|
18796
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18797
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
18797
18798
|
* _import_umath()
|
18798
18799
|
* except Exception:
|
18799
18800
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18818,7 +18819,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18818
18819
|
}
|
18819
18820
|
goto __pyx_L5_except_error;
|
18820
18821
|
|
18821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18822
18823
|
*
|
18823
18824
|
* cdef inline int import_ufunc() except -1:
|
18824
18825
|
* try: # <<<<<<<<<<<<<<
|
@@ -18834,7 +18835,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18834
18835
|
__pyx_L8_try_end:;
|
18835
18836
|
}
|
18836
18837
|
|
18837
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18838
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18838
18839
|
* raise ImportError("numpy._core.umath failed to import")
|
18839
18840
|
*
|
18840
18841
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18859,7 +18860,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18859
18860
|
return __pyx_r;
|
18860
18861
|
}
|
18861
18862
|
|
18862
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18863
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18863
18864
|
*
|
18864
18865
|
*
|
18865
18866
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18870,7 +18871,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18870
18871
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18871
18872
|
int __pyx_r;
|
18872
18873
|
|
18873
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18874
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
18874
18875
|
* bool
|
18875
18876
|
* """
|
18876
18877
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18880,7 +18881,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18880
18881
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18881
18882
|
goto __pyx_L0;
|
18882
18883
|
|
18883
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18884
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18884
18885
|
*
|
18885
18886
|
*
|
18886
18887
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18893,7 +18894,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18893
18894
|
return __pyx_r;
|
18894
18895
|
}
|
18895
18896
|
|
18896
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18897
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18897
18898
|
*
|
18898
18899
|
*
|
18899
18900
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18904,7 +18905,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18904
18905
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18905
18906
|
int __pyx_r;
|
18906
18907
|
|
18907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
18908
18909
|
* bool
|
18909
18910
|
* """
|
18910
18911
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18914,7 +18915,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18914
18915
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18915
18916
|
goto __pyx_L0;
|
18916
18917
|
|
18917
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18918
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18918
18919
|
*
|
18919
18920
|
*
|
18920
18921
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18927,7 +18928,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18927
18928
|
return __pyx_r;
|
18928
18929
|
}
|
18929
18930
|
|
18930
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18931
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18931
18932
|
*
|
18932
18933
|
*
|
18933
18934
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18938,7 +18939,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18938
18939
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18939
18940
|
npy_datetime __pyx_r;
|
18940
18941
|
|
18941
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
18942
18943
|
* also needed. That can be found using `get_datetime64_unit`.
|
18943
18944
|
* """
|
18944
18945
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18948,7 +18949,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18948
18949
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18949
18950
|
goto __pyx_L0;
|
18950
18951
|
|
18951
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18952
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18952
18953
|
*
|
18953
18954
|
*
|
18954
18955
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18961,7 +18962,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18961
18962
|
return __pyx_r;
|
18962
18963
|
}
|
18963
18964
|
|
18964
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18965
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18965
18966
|
*
|
18966
18967
|
*
|
18967
18968
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18972,7 +18973,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18972
18973
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18973
18974
|
npy_timedelta __pyx_r;
|
18974
18975
|
|
18975
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
18976
18977
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18977
18978
|
* """
|
18978
18979
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18982,7 +18983,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18982
18983
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18983
18984
|
goto __pyx_L0;
|
18984
18985
|
|
18985
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18986
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18986
18987
|
*
|
18987
18988
|
*
|
18988
18989
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18995,7 +18996,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18995
18996
|
return __pyx_r;
|
18996
18997
|
}
|
18997
18998
|
|
18998
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18999
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
18999
19000
|
*
|
19000
19001
|
*
|
19001
19002
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19006,7 +19007,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19006
19007
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19007
19008
|
NPY_DATETIMEUNIT __pyx_r;
|
19008
19009
|
|
19009
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
19010
19011
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19011
19012
|
* """
|
19012
19013
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19016,7 +19017,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19016
19017
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19017
19018
|
goto __pyx_L0;
|
19018
19019
|
|
19019
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19020
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
19020
19021
|
*
|
19021
19022
|
*
|
19022
19023
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19996,10 +19997,6 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
19996
19997
|
int __pyx_t_7;
|
19997
19998
|
__pyx_t_6edsger_7commons_DTYPE_t __pyx_t_8;
|
19998
19999
|
enum __pyx_t_6edsger_7commons_ElementState __pyx_t_9;
|
19999
|
-
int __pyx_lineno = 0;
|
20000
|
-
const char *__pyx_filename = NULL;
|
20001
|
-
int __pyx_clineno = 0;
|
20002
|
-
PyGILState_STATE __pyx_gilstate_save;
|
20003
20000
|
|
20004
20001
|
/* "edsger/spiess_florian.pyx":140
|
20005
20002
|
*
|
@@ -20017,7 +20014,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20017
20014
|
*
|
20018
20015
|
* # only the incoming edges of the target vertex are inserted into the
|
20019
20016
|
*/
|
20020
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue((&__pyx_v_pqueue), ((size_t)__pyx_v_edge_count), ((size_t)__pyx_v_edge_count));
|
20017
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue((&__pyx_v_pqueue), ((size_t)__pyx_v_edge_count), ((size_t)__pyx_v_edge_count));
|
20021
20018
|
|
20022
20019
|
/* "edsger/spiess_florian.pyx":153
|
20023
20020
|
* # priority queue
|
@@ -20075,7 +20072,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20075
20072
|
*
|
20076
20073
|
*/
|
20077
20074
|
__pyx_t_5 = __pyx_v_edge_idx;
|
20078
|
-
__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)) ))));
|
20075
|
+
__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)) ))));
|
20079
20076
|
|
20080
20077
|
/* "edsger/spiess_florian.pyx":156
|
20081
20078
|
* edge_idx = csc_edge_idx[i]
|
@@ -20107,8 +20104,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20107
20104
|
* u_j_c_a = pqueue.Elements[edge_idx].key
|
20108
20105
|
* tail_vert_idx = <size_t>tail_indices[edge_idx]
|
20109
20106
|
*/
|
20110
|
-
|
20111
|
-
__pyx_v_edge_idx = __pyx_t_2;
|
20107
|
+
__pyx_v_edge_idx = __pyx_f_6edsger_14pq_4ary_dec_0b_extract_min((&__pyx_v_pqueue));
|
20112
20108
|
|
20113
20109
|
/* "edsger/spiess_florian.pyx":162
|
20114
20110
|
*
|
@@ -20367,7 +20363,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20367
20363
|
* u_j_c_a_vec[edge_idx] = u_j_c_a
|
20368
20364
|
*
|
20369
20365
|
*/
|
20370
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20366
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20371
20367
|
|
20372
20368
|
/* "edsger/spiess_florian.pyx":209
|
20373
20369
|
*
|
@@ -20406,7 +20402,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20406
20402
|
* u_j_c_a_vec[edge_idx] = u_j_c_a
|
20407
20403
|
*
|
20408
20404
|
*/
|
20409
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20405
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key((&__pyx_v_pqueue), __pyx_v_edge_idx, __pyx_v_u_j_c_a);
|
20410
20406
|
|
20411
20407
|
/* "edsger/spiess_florian.pyx":214
|
20412
20408
|
*
|
@@ -20446,7 +20442,7 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20446
20442
|
*
|
20447
20443
|
*
|
20448
20444
|
*/
|
20449
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue((&__pyx_v_pqueue));
|
20445
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue((&__pyx_v_pqueue));
|
20450
20446
|
|
20451
20447
|
/* "edsger/spiess_florian.pyx":122
|
20452
20448
|
*
|
@@ -20457,12 +20453,6 @@ static void __pyx_f_6edsger_14spiess_florian__SF_in_first_pass_full(__Pyx_memvie
|
|
20457
20453
|
*/
|
20458
20454
|
|
20459
20455
|
/* function exit code */
|
20460
|
-
goto __pyx_L0;
|
20461
|
-
__pyx_L1_error:;
|
20462
|
-
__pyx_gilstate_save = __Pyx_PyGILState_Ensure();
|
20463
|
-
__Pyx_AddTraceback("edsger.spiess_florian._SF_in_first_pass_full", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
20464
|
-
__Pyx_PyGILState_Release(__pyx_gilstate_save);
|
20465
|
-
__pyx_L0:;
|
20466
20456
|
}
|
20467
20457
|
|
20468
20458
|
/* "edsger/spiess_florian.pyx":219
|
@@ -28081,15 +28071,6 @@ static PyObject *__Pyx_Object_VectorcallMethod_CallFromBuilder(PyObject *name, P
|
|
28081
28071
|
}
|
28082
28072
|
#endif
|
28083
28073
|
|
28084
|
-
/* ErrOccurredWithGIL */
|
28085
|
-
static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void) {
|
28086
|
-
int err;
|
28087
|
-
PyGILState_STATE _save = PyGILState_Ensure();
|
28088
|
-
err = !!PyErr_Occurred();
|
28089
|
-
PyGILState_Release(_save);
|
28090
|
-
return err;
|
28091
|
-
}
|
28092
|
-
|
28093
28074
|
/* PyLongCompare */
|
28094
28075
|
static CYTHON_INLINE int __Pyx_PyLong_BoolEqObjC(PyObject *op1, PyObject *op2, long intval, long inplace) {
|
28095
28076
|
CYTHON_MAYBE_UNUSED_VAR(intval);
|