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/pq_4ary_dec_0b.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.pq_4ary_dec_0b",
|
17
21
|
"sources": [
|
@@ -1380,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1380
1384
|
static const char* const __pyx_f[] = {
|
1381
1385
|
"src/edsger/pq_4ary_dec_0b.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 # <<<<<<<<<<<<<<
|
@@ -3474,7 +3478,7 @@ static const char __pyx_k_asyncio_coroutines[] = "asyncio.coroutines";
|
|
3474
3478
|
static const char __pyx_k_cline_in_traceback[] = "cline_in_traceback";
|
3475
3479
|
static const char __pyx_k_strided_and_direct[] = "<strided and direct>";
|
3476
3480
|
static const char __pyx_k_strided_and_indirect[] = "<strided and indirect>";
|
3477
|
-
static const char __pyx_k_G_q_7_5_a_A_r_aq_h_4A[] = "\320\000!\240\021\360\
|
3481
|
+
static const char __pyx_k_G_q_7_5_a_A_r_aq_h_4A[] = "\320\000!\240\021\360\014\000\005\013\210\"\210G\220<\230q\240\001\330\004\020\220\003\2207\230!\2305\240\001\330\004\021\220\022\220;\230a\230{\250&\260\001\330\004\014\210A\210[\230\001\330\004\027\220r\230\025\230a\230q\330\004\006\200h\320\016!\240\021\320\"4\260A";
|
3478
3482
|
static const char __pyx_k_Invalid_shape_in_axis[] = "Invalid shape in axis ";
|
3479
3483
|
static const char __pyx_k_contiguous_and_direct[] = "<contiguous and direct>";
|
3480
3484
|
static const char __pyx_k_edsger_pq_4ary_dec_0b[] = "edsger.pq_4ary_dec_0b";
|
@@ -3489,7 +3493,7 @@ static const char __pyx_k_unable_to_allocate_array_data[] = "unable to allocate
|
|
3489
3493
|
static const char __pyx_k_1_xq_a_q_Q_U_1_aq_1_U_1_vRq_3a[] = "\320\000\033\2301\360\016\000\t \230x\240q\330\010\026\220a\340\004\017\210q\220\001\220\030\230\034\240Q\330\004\010\210\005\210U\220!\2201\330\010\016\210a\210q\220\010\230\003\2301\330\004\010\210\005\210U\220!\2201\330\010\017\210v\220R\220q\230\003\2303\230a\340\004\017\210q\220\001\220\021";
|
3490
3494
|
static const char __pyx_k_q_A_1HCq_1HCq_1HCq_1HCq_6_s_AS[] = "\200\001\360\020\000\005\020\210q\220\001\220\030\230\023\230A\340\004\n\210!\2101\210H\220C\220q\330\004\n\210!\2101\210H\220C\220q\330\004\n\210!\2101\210H\220C\220q\330\004\n\210!\2101\210H\220C\220q\340\004\013\2106\220\026\220s\230!\330\004\014\210A\210S\220\003\2203\220a\330\004\014\210A\210S\220\003\2203\220a\330\004\016\210a\210u\220E\230\025\230a\330\004\010\210\005\210U\220!\2201\330\010\017\210v\220R\220q\230\003\2303\230e\2401\240A\330\010\017\210v\220Y\230a\230r\240\032\2503\250e\2601\260A\330\010\017\210v\220Y\230a\230r\240\027\250\003\2501\330\010\017\210v\220Y\230a\230r\240\025\240c\250\027\260\001\260\021\340\004\020\220\001\220\021\220(\230#\230Q\340\004\013\2106\220\026\220s\230!\330\004\014\210A\210S\220\003\2203\220a\330\004\014\210A\210S\220\003\2203\220a\330\004\016\210a\210u\220E\230\025\230a\330\004\010\210\005\210U\220!\2201\330\010\017\210v\220R\220q\230\003\2303\230e\2401\240A\330\010\017\210v\220Y\230a\230r\240\032\2503\250e\2601\260A\330\010\017\210v\220Y\230a\230r\240\027\250\003\2501\330\010\017\210v\220Y\230a\230r\240\025\240c\250\027\260\001\260\021\340\004\020\220\001\220\021\220(\230#\230Q\340\004\013\2106\220\026\220s\230!\330\004\014\210A\210S\220\003\2203\220a\330\004\014\210A\210S\220\003\2203\220a\330\004\016\210a\210u\220F\230%\230q\330\004\010\210\005\210U\220!\2201\330\010\017\210v\220R\220q\230\003\2303\230e\2401\240A\330\010\017\210v\220Y\230a\230r\240\032\2503\250e\2601\260A\330\010\017\210v\220Y\230a\230r\240\027\250\003\2501\330\010\017\210v\220Y\230a\230r\240\025\240c\250\027\260\001\260\021\340\004\017\210q\220\001\220\021";
|
3491
3495
|
static const char __pyx_k_q_A_1HCq_1HCq_1HCq_1HCq_Qaq_4s[] = "\200\001\360\020\000\005\020\210q\220\001\220\030\230\023\230A\330\004\n\210!\2101\210H\220C\220q\330\004\n\210!\2101\210H\220C\220q\330\004\n\210!\2101\210H\220C\220q\330\004\n\210!\2101\210H\220C\220q\330\004\n\210+\220Q\220a\220q\330\004\013\2104\210s\220!\330\004\013\2106\220\026\220s\230!\330\004\013\2106\220\031\230!\2304\230w\240c\250\021\330\004\n\210+\220Q\220a\220q\330\004\013\2104\210s\220!\330\004\013\2106\220\026\220s\230!\330\004\013\2106\220\031\230!\2304\230w\240c\250\021\330\004\n\210+\220Q\220a\220q\330\004\013\2104\210s\220!\330\004\013\2106\220\026\220s\230!\330\004\013\2106\220\031\230!\2304\230w\240c\250\021\330\004\n\210+\220Q\220a\220q\330\004\013\2104\210s\220!\330\004\013\2106\220\026\220s\230!\330\004\013\2106\220\031\230!\2304\230w\240c\250\021\340\004\017\210q\220\001\220\021";
|
3492
|
-
static const char
|
3496
|
+
static const char __pyx_k_q_A_81AXS_1HCq_81AXS_1AQ_81AXS[] = "\200\001\360\016\000\005\020\210q\220\001\220\030\230\023\230A\340\004\013\2108\2201\220A\220X\230S\240\001\330\004\n\210!\2101\210H\220C\220q\330\004\013\2108\2201\220A\220X\230S\240\001\330\004\010\210\013\2201\220A\220Q\330\004\013\2108\2201\220A\220X\230S\240\001\340\004\017\210q\220\001\220\021";
|
3493
3497
|
static const char __pyx_k_strided_and_direct_or_indirect[] = "<strided and direct or indirect>";
|
3494
3498
|
static const char __pyx_k_HA_q_Q_6_A_6_s_U_1_vRq_3fA_vYar[] = "\320\000\031\230\021\360\016\000\t\035\230H\240A\340\004\017\210q\220\001\220\030\230\034\240Q\340\004\013\2106\220\030\230\023\230A\330\004\013\2106\220\026\220s\230!\330\004\010\210\005\210U\220!\2201\330\010\017\210v\220R\220q\230\003\2303\230f\240A\330\010\017\210v\220Y\230a\230r\240\025\240c\250\021\330\010\017\210v\220Y\230a\230r\240\027\250\003\2501\330\010\017\210v\220Y\230a\230r\240\032\2503\250f\260A\340\004\017\210q\220\001\220\021";
|
3495
3499
|
static const char __pyx_k_Priority_queue_based_on_a_minim[] = "\nPriority queue based on a minimum 4-ary heap.\n\n- dec: priority queue with decrease-key operation.\n- 0b: indices are zero-based\n\ncdef functions:\n\n- init_pqueue\n Initialize the priority queue.\n- _initialize_element\n Initialize a single element.\n- free_pqueue\n Free the priority queue.\n- insert\n Insert an element into the heap and reorder the heap.\n- decrease_key\n Decrease the key of a element in the heap, given its element index.\n- peek\n Find heap min key.\n- is_empty\n Check if the heap is empty.\n- extract_min\n Extract element with min keay from the heap,\n and return its element index.\n- copy_keys_to_numpy\n Copy the keys into a numpy array.\n- _exchange_nodes\n Exchange two nodes in the heap.\n- _min_heapify\n Re-order sub-tree under a given node (given its node index)\n until it satisfies the heap property.\n- _decrease_key_from_node_index\n Decrease the key of an element in the heap, given its tree index.\n\n";
|
@@ -17330,7 +17334,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17330
17334
|
return __pyx_r;
|
17331
17335
|
}
|
17332
17336
|
|
17333
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17334
17338
|
* cdef int type_num
|
17335
17339
|
*
|
17336
17340
|
* @property # <<<<<<<<<<<<<<
|
@@ -17341,7 +17345,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17341
17345
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17342
17346
|
npy_intp __pyx_r;
|
17343
17347
|
|
17344
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17348
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
17345
17349
|
* @property
|
17346
17350
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17347
17351
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17351,7 +17355,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17351
17355
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17352
17356
|
goto __pyx_L0;
|
17353
17357
|
|
17354
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17355
17359
|
* cdef int type_num
|
17356
17360
|
*
|
17357
17361
|
* @property # <<<<<<<<<<<<<<
|
@@ -17364,7 +17368,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17364
17368
|
return __pyx_r;
|
17365
17369
|
}
|
17366
17370
|
|
17367
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17371
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17368
17372
|
* return PyDataType_ELSIZE(self)
|
17369
17373
|
*
|
17370
17374
|
* @property # <<<<<<<<<<<<<<
|
@@ -17375,7 +17379,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17375
17379
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17376
17380
|
npy_intp __pyx_r;
|
17377
17381
|
|
17378
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17382
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
17379
17383
|
* @property
|
17380
17384
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17381
17385
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17385,7 +17389,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17385
17389
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17386
17390
|
goto __pyx_L0;
|
17387
17391
|
|
17388
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17392
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17389
17393
|
* return PyDataType_ELSIZE(self)
|
17390
17394
|
*
|
17391
17395
|
* @property # <<<<<<<<<<<<<<
|
@@ -17398,7 +17402,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17398
17402
|
return __pyx_r;
|
17399
17403
|
}
|
17400
17404
|
|
17401
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17405
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17402
17406
|
* # Use fields/names with care as they may be NULL. You must check
|
17403
17407
|
* # for this using PyDataType_HASFIELDS.
|
17404
17408
|
* @property # <<<<<<<<<<<<<<
|
@@ -17412,7 +17416,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17412
17416
|
PyObject *__pyx_t_1;
|
17413
17417
|
__Pyx_RefNannySetupContext("fields", 0);
|
17414
17418
|
|
17415
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17419
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
17416
17420
|
* @property
|
17417
17421
|
* cdef inline object fields(self):
|
17418
17422
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17425,7 +17429,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17425
17429
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17426
17430
|
goto __pyx_L0;
|
17427
17431
|
|
17428
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17432
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17429
17433
|
* # Use fields/names with care as they may be NULL. You must check
|
17430
17434
|
* # for this using PyDataType_HASFIELDS.
|
17431
17435
|
* @property # <<<<<<<<<<<<<<
|
@@ -17440,7 +17444,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17440
17444
|
return __pyx_r;
|
17441
17445
|
}
|
17442
17446
|
|
17443
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17447
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17444
17448
|
* return <object>PyDataType_FIELDS(self)
|
17445
17449
|
*
|
17446
17450
|
* @property # <<<<<<<<<<<<<<
|
@@ -17454,7 +17458,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17454
17458
|
PyObject *__pyx_t_1;
|
17455
17459
|
__Pyx_RefNannySetupContext("names", 0);
|
17456
17460
|
|
17457
|
-
/* "../../../../../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":258
|
17458
17462
|
* @property
|
17459
17463
|
* cdef inline tuple names(self):
|
17460
17464
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17467,7 +17471,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17467
17471
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17468
17472
|
goto __pyx_L0;
|
17469
17473
|
|
17470
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17471
17475
|
* return <object>PyDataType_FIELDS(self)
|
17472
17476
|
*
|
17473
17477
|
* @property # <<<<<<<<<<<<<<
|
@@ -17482,7 +17486,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17482
17486
|
return __pyx_r;
|
17483
17487
|
}
|
17484
17488
|
|
17485
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17489
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17486
17490
|
* # valid (the pointer can be NULL). Most users should access
|
17487
17491
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17488
17492
|
* @property # <<<<<<<<<<<<<<
|
@@ -17493,7 +17497,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17493
17497
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17494
17498
|
PyArray_ArrayDescr *__pyx_r;
|
17495
17499
|
|
17496
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17500
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
17497
17501
|
* @property
|
17498
17502
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17499
17503
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17503,7 +17507,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17503
17507
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17504
17508
|
goto __pyx_L0;
|
17505
17509
|
|
17506
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17510
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17507
17511
|
* # valid (the pointer can be NULL). Most users should access
|
17508
17512
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17509
17513
|
* @property # <<<<<<<<<<<<<<
|
@@ -17516,7 +17520,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17516
17520
|
return __pyx_r;
|
17517
17521
|
}
|
17518
17522
|
|
17519
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17520
17524
|
* return PyDataType_SUBARRAY(self)
|
17521
17525
|
*
|
17522
17526
|
* @property # <<<<<<<<<<<<<<
|
@@ -17527,7 +17531,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17527
17531
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17528
17532
|
npy_uint64 __pyx_r;
|
17529
17533
|
|
17530
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17534
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
17531
17535
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17532
17536
|
* """The data types flags."""
|
17533
17537
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17537,7 +17541,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17537
17541
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17538
17542
|
goto __pyx_L0;
|
17539
17543
|
|
17540
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17544
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17541
17545
|
* return PyDataType_SUBARRAY(self)
|
17542
17546
|
*
|
17543
17547
|
* @property # <<<<<<<<<<<<<<
|
@@ -17550,7 +17554,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17550
17554
|
return __pyx_r;
|
17551
17555
|
}
|
17552
17556
|
|
17553
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17557
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17554
17558
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17555
17559
|
*
|
17556
17560
|
* @property # <<<<<<<<<<<<<<
|
@@ -17561,7 +17565,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17561
17565
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17562
17566
|
int __pyx_r;
|
17563
17567
|
|
17564
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17568
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
17565
17569
|
* cdef inline int numiter(self) noexcept nogil:
|
17566
17570
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17567
17571
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17571,7 +17575,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17571
17575
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17572
17576
|
goto __pyx_L0;
|
17573
17577
|
|
17574
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17578
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17575
17579
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17576
17580
|
*
|
17577
17581
|
* @property # <<<<<<<<<<<<<<
|
@@ -17584,7 +17588,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17584
17588
|
return __pyx_r;
|
17585
17589
|
}
|
17586
17590
|
|
17587
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17591
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17588
17592
|
* return PyArray_MultiIter_NUMITER(self)
|
17589
17593
|
*
|
17590
17594
|
* @property # <<<<<<<<<<<<<<
|
@@ -17595,7 +17599,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17595
17599
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17596
17600
|
npy_intp __pyx_r;
|
17597
17601
|
|
17598
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17602
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
17599
17603
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17600
17604
|
* """The total broadcasted size."""
|
17601
17605
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17605,7 +17609,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17605
17609
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17606
17610
|
goto __pyx_L0;
|
17607
17611
|
|
17608
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17609
17613
|
* return PyArray_MultiIter_NUMITER(self)
|
17610
17614
|
*
|
17611
17615
|
* @property # <<<<<<<<<<<<<<
|
@@ -17618,7 +17622,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17618
17622
|
return __pyx_r;
|
17619
17623
|
}
|
17620
17624
|
|
17621
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17625
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17622
17626
|
* return PyArray_MultiIter_SIZE(self)
|
17623
17627
|
*
|
17624
17628
|
* @property # <<<<<<<<<<<<<<
|
@@ -17629,7 +17633,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17629
17633
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17630
17634
|
npy_intp __pyx_r;
|
17631
17635
|
|
17632
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
17633
17637
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17634
17638
|
* """The current (1-d) index into the broadcasted result."""
|
17635
17639
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17639,7 +17643,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17639
17643
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17640
17644
|
goto __pyx_L0;
|
17641
17645
|
|
17642
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17643
17647
|
* return PyArray_MultiIter_SIZE(self)
|
17644
17648
|
*
|
17645
17649
|
* @property # <<<<<<<<<<<<<<
|
@@ -17652,7 +17656,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17652
17656
|
return __pyx_r;
|
17653
17657
|
}
|
17654
17658
|
|
17655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17659
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17656
17660
|
* return PyArray_MultiIter_INDEX(self)
|
17657
17661
|
*
|
17658
17662
|
* @property # <<<<<<<<<<<<<<
|
@@ -17663,7 +17667,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17663
17667
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17664
17668
|
int __pyx_r;
|
17665
17669
|
|
17666
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17670
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
17667
17671
|
* cdef inline int nd(self) noexcept nogil:
|
17668
17672
|
* """The number of dimensions in the broadcasted result."""
|
17669
17673
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17673,7 +17677,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17673
17677
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17674
17678
|
goto __pyx_L0;
|
17675
17679
|
|
17676
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17680
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17677
17681
|
* return PyArray_MultiIter_INDEX(self)
|
17678
17682
|
*
|
17679
17683
|
* @property # <<<<<<<<<<<<<<
|
@@ -17686,7 +17690,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17686
17690
|
return __pyx_r;
|
17687
17691
|
}
|
17688
17692
|
|
17689
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17693
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17690
17694
|
* return PyArray_MultiIter_NDIM(self)
|
17691
17695
|
*
|
17692
17696
|
* @property # <<<<<<<<<<<<<<
|
@@ -17697,7 +17701,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17697
17701
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17698
17702
|
npy_intp *__pyx_r;
|
17699
17703
|
|
17700
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17704
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
17701
17705
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17702
17706
|
* """The shape of the broadcasted result."""
|
17703
17707
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17707,7 +17711,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17707
17711
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17708
17712
|
goto __pyx_L0;
|
17709
17713
|
|
17710
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17714
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17711
17715
|
* return PyArray_MultiIter_NDIM(self)
|
17712
17716
|
*
|
17713
17717
|
* @property # <<<<<<<<<<<<<<
|
@@ -17720,7 +17724,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17720
17724
|
return __pyx_r;
|
17721
17725
|
}
|
17722
17726
|
|
17723
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17724
17728
|
* return PyArray_MultiIter_DIMS(self)
|
17725
17729
|
*
|
17726
17730
|
* @property # <<<<<<<<<<<<<<
|
@@ -17731,7 +17735,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17731
17735
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17732
17736
|
void **__pyx_r;
|
17733
17737
|
|
17734
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17738
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
17735
17739
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17736
17740
|
* On return, the iterators are adjusted for broadcasting."""
|
17737
17741
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17741,7 +17745,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17741
17745
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17742
17746
|
goto __pyx_L0;
|
17743
17747
|
|
17744
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17745
17749
|
* return PyArray_MultiIter_DIMS(self)
|
17746
17750
|
*
|
17747
17751
|
* @property # <<<<<<<<<<<<<<
|
@@ -17754,7 +17758,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17754
17758
|
return __pyx_r;
|
17755
17759
|
}
|
17756
17760
|
|
17757
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17761
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17758
17762
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17759
17763
|
*
|
17760
17764
|
* @property # <<<<<<<<<<<<<<
|
@@ -17765,7 +17769,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17765
17769
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17766
17770
|
PyObject *__pyx_r;
|
17767
17771
|
|
17768
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17772
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
17769
17773
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17770
17774
|
* """
|
17771
17775
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17775,7 +17779,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17775
17779
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17776
17780
|
goto __pyx_L0;
|
17777
17781
|
|
17778
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17779
17783
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17780
17784
|
*
|
17781
17785
|
* @property # <<<<<<<<<<<<<<
|
@@ -17788,7 +17792,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17788
17792
|
return __pyx_r;
|
17789
17793
|
}
|
17790
17794
|
|
17791
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17795
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17792
17796
|
* return PyArray_BASE(self)
|
17793
17797
|
*
|
17794
17798
|
* @property # <<<<<<<<<<<<<<
|
@@ -17802,7 +17806,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17802
17806
|
PyArray_Descr *__pyx_t_1;
|
17803
17807
|
__Pyx_RefNannySetupContext("descr", 0);
|
17804
17808
|
|
17805
|
-
/* "../../../../../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":332
|
17806
17810
|
* """Returns an owned reference to the dtype of the array.
|
17807
17811
|
* """
|
17808
17812
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17815,7 +17819,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17815
17819
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17816
17820
|
goto __pyx_L0;
|
17817
17821
|
|
17818
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17819
17823
|
* return PyArray_BASE(self)
|
17820
17824
|
*
|
17821
17825
|
* @property # <<<<<<<<<<<<<<
|
@@ -17830,7 +17834,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17830
17834
|
return __pyx_r;
|
17831
17835
|
}
|
17832
17836
|
|
17833
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17837
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17834
17838
|
* return <dtype>PyArray_DESCR(self)
|
17835
17839
|
*
|
17836
17840
|
* @property # <<<<<<<<<<<<<<
|
@@ -17841,7 +17845,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17841
17845
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17842
17846
|
int __pyx_r;
|
17843
17847
|
|
17844
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17848
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
17845
17849
|
* """Returns the number of dimensions in the array.
|
17846
17850
|
* """
|
17847
17851
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17851,7 +17855,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17851
17855
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17852
17856
|
goto __pyx_L0;
|
17853
17857
|
|
17854
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17858
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17855
17859
|
* return <dtype>PyArray_DESCR(self)
|
17856
17860
|
*
|
17857
17861
|
* @property # <<<<<<<<<<<<<<
|
@@ -17864,7 +17868,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17864
17868
|
return __pyx_r;
|
17865
17869
|
}
|
17866
17870
|
|
17867
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17871
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17868
17872
|
* return PyArray_NDIM(self)
|
17869
17873
|
*
|
17870
17874
|
* @property # <<<<<<<<<<<<<<
|
@@ -17875,7 +17879,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17875
17879
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17876
17880
|
npy_intp *__pyx_r;
|
17877
17881
|
|
17878
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17882
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
17879
17883
|
* Can return NULL for 0-dimensional arrays.
|
17880
17884
|
* """
|
17881
17885
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17885,7 +17889,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17885
17889
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17886
17890
|
goto __pyx_L0;
|
17887
17891
|
|
17888
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17889
17893
|
* return PyArray_NDIM(self)
|
17890
17894
|
*
|
17891
17895
|
* @property # <<<<<<<<<<<<<<
|
@@ -17898,7 +17902,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17898
17902
|
return __pyx_r;
|
17899
17903
|
}
|
17900
17904
|
|
17901
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17905
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17902
17906
|
* return PyArray_DIMS(self)
|
17903
17907
|
*
|
17904
17908
|
* @property # <<<<<<<<<<<<<<
|
@@ -17909,7 +17913,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17909
17913
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17910
17914
|
npy_intp *__pyx_r;
|
17911
17915
|
|
17912
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17916
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
17913
17917
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17914
17918
|
* """
|
17915
17919
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17919,7 +17923,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17919
17923
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17920
17924
|
goto __pyx_L0;
|
17921
17925
|
|
17922
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17923
17927
|
* return PyArray_DIMS(self)
|
17924
17928
|
*
|
17925
17929
|
* @property # <<<<<<<<<<<<<<
|
@@ -17932,7 +17936,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17932
17936
|
return __pyx_r;
|
17933
17937
|
}
|
17934
17938
|
|
17935
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17939
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17936
17940
|
* return PyArray_STRIDES(self)
|
17937
17941
|
*
|
17938
17942
|
* @property # <<<<<<<<<<<<<<
|
@@ -17943,7 +17947,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17943
17947
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17944
17948
|
npy_intp __pyx_r;
|
17945
17949
|
|
17946
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17950
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
17947
17951
|
* """Returns the total size (in number of elements) of the array.
|
17948
17952
|
* """
|
17949
17953
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17953,7 +17957,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17953
17957
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17954
17958
|
goto __pyx_L0;
|
17955
17959
|
|
17956
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17957
17961
|
* return PyArray_STRIDES(self)
|
17958
17962
|
*
|
17959
17963
|
* @property # <<<<<<<<<<<<<<
|
@@ -17966,7 +17970,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17966
17970
|
return __pyx_r;
|
17967
17971
|
}
|
17968
17972
|
|
17969
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17970
17974
|
* return PyArray_SIZE(self)
|
17971
17975
|
*
|
17972
17976
|
* @property # <<<<<<<<<<<<<<
|
@@ -17977,7 +17981,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17977
17981
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17978
17982
|
char *__pyx_r;
|
17979
17983
|
|
17980
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17984
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
17981
17985
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17982
17986
|
* """
|
17983
17987
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17987,7 +17991,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17987
17991
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17988
17992
|
goto __pyx_L0;
|
17989
17993
|
|
17990
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17991
17995
|
* return PyArray_SIZE(self)
|
17992
17996
|
*
|
17993
17997
|
* @property # <<<<<<<<<<<<<<
|
@@ -18000,7 +18004,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18000
18004
|
return __pyx_r;
|
18001
18005
|
}
|
18002
18006
|
|
18003
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
18004
18008
|
* ctypedef long double complex clongdouble_t
|
18005
18009
|
*
|
18006
18010
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18017,7 +18021,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18017
18021
|
int __pyx_clineno = 0;
|
18018
18022
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18019
18023
|
|
18020
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18024
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
18021
18025
|
*
|
18022
18026
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18023
18027
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18031,7 +18035,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18031
18035
|
__pyx_t_1 = 0;
|
18032
18036
|
goto __pyx_L0;
|
18033
18037
|
|
18034
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18038
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
18035
18039
|
* ctypedef long double complex clongdouble_t
|
18036
18040
|
*
|
18037
18041
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18050,7 +18054,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18050
18054
|
return __pyx_r;
|
18051
18055
|
}
|
18052
18056
|
|
18053
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18057
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
18054
18058
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18055
18059
|
*
|
18056
18060
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18067,7 +18071,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18067
18071
|
int __pyx_clineno = 0;
|
18068
18072
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18069
18073
|
|
18070
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18074
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
18071
18075
|
*
|
18072
18076
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18073
18077
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18081,7 +18085,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18081
18085
|
__pyx_t_1 = 0;
|
18082
18086
|
goto __pyx_L0;
|
18083
18087
|
|
18084
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18088
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
18085
18089
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18086
18090
|
*
|
18087
18091
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18100,7 +18104,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18100
18104
|
return __pyx_r;
|
18101
18105
|
}
|
18102
18106
|
|
18103
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18107
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
18104
18108
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18105
18109
|
*
|
18106
18110
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18117,7 +18121,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18117
18121
|
int __pyx_clineno = 0;
|
18118
18122
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18119
18123
|
|
18120
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18124
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
18121
18125
|
*
|
18122
18126
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18123
18127
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18131,7 +18135,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18131
18135
|
__pyx_t_1 = 0;
|
18132
18136
|
goto __pyx_L0;
|
18133
18137
|
|
18134
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18138
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
18135
18139
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18136
18140
|
*
|
18137
18141
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18150,7 +18154,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18150
18154
|
return __pyx_r;
|
18151
18155
|
}
|
18152
18156
|
|
18153
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18157
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18154
18158
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18155
18159
|
*
|
18156
18160
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18167,7 +18171,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18167
18171
|
int __pyx_clineno = 0;
|
18168
18172
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18169
18173
|
|
18170
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18174
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
18171
18175
|
*
|
18172
18176
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18173
18177
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18181,7 +18185,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18181
18185
|
__pyx_t_1 = 0;
|
18182
18186
|
goto __pyx_L0;
|
18183
18187
|
|
18184
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18188
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18185
18189
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18186
18190
|
*
|
18187
18191
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18200,7 +18204,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18200
18204
|
return __pyx_r;
|
18201
18205
|
}
|
18202
18206
|
|
18203
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18207
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18204
18208
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18205
18209
|
*
|
18206
18210
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18217,7 +18221,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18217
18221
|
int __pyx_clineno = 0;
|
18218
18222
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18219
18223
|
|
18220
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18224
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
18221
18225
|
*
|
18222
18226
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18223
18227
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18231,7 +18235,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18231
18235
|
__pyx_t_1 = 0;
|
18232
18236
|
goto __pyx_L0;
|
18233
18237
|
|
18234
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18238
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18235
18239
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18236
18240
|
*
|
18237
18241
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18250,7 +18254,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18250
18254
|
return __pyx_r;
|
18251
18255
|
}
|
18252
18256
|
|
18253
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18257
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18254
18258
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18255
18259
|
*
|
18256
18260
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18265,7 +18269,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18265
18269
|
PyObject *__pyx_t_2;
|
18266
18270
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18267
18271
|
|
18268
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18272
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18269
18273
|
*
|
18270
18274
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18271
18275
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18275,7 +18279,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18275
18279
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18276
18280
|
if (__pyx_t_1) {
|
18277
18281
|
|
18278
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18282
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
18279
18283
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18280
18284
|
* if PyDataType_HASSUBARRAY(d):
|
18281
18285
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18288,7 +18292,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18288
18292
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18289
18293
|
goto __pyx_L0;
|
18290
18294
|
|
18291
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18295
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18292
18296
|
*
|
18293
18297
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18294
18298
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18297,7 +18301,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18297
18301
|
*/
|
18298
18302
|
}
|
18299
18303
|
|
18300
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18304
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
18301
18305
|
* return <tuple>d.subarray.shape
|
18302
18306
|
* else:
|
18303
18307
|
* return () # <<<<<<<<<<<<<<
|
@@ -18311,7 +18315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18311
18315
|
goto __pyx_L0;
|
18312
18316
|
}
|
18313
18317
|
|
18314
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18318
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18315
18319
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18316
18320
|
*
|
18317
18321
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18326,7 +18330,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18326
18330
|
return __pyx_r;
|
18327
18331
|
}
|
18328
18332
|
|
18329
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18333
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18330
18334
|
* int _import_umath() except -1
|
18331
18335
|
*
|
18332
18336
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18340,7 +18344,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18340
18344
|
const char *__pyx_filename = NULL;
|
18341
18345
|
int __pyx_clineno = 0;
|
18342
18346
|
|
18343
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18347
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
18344
18348
|
*
|
18345
18349
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18346
18350
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18349,7 +18353,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18349
18353
|
*/
|
18350
18354
|
Py_INCREF(__pyx_v_base);
|
18351
18355
|
|
18352
|
-
/* "../../../../../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":996
|
18353
18357
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18354
18358
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18355
18359
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18358,7 +18362,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18358
18362
|
*/
|
18359
18363
|
__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)
|
18360
18364
|
|
18361
|
-
/* "../../../../../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":994
|
18362
18366
|
* int _import_umath() except -1
|
18363
18367
|
*
|
18364
18368
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18373,7 +18377,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18373
18377
|
__pyx_L0:;
|
18374
18378
|
}
|
18375
18379
|
|
18376
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18380
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18377
18381
|
* PyArray_SetBaseObject(arr, base)
|
18378
18382
|
*
|
18379
18383
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18388,7 +18392,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18388
18392
|
int __pyx_t_1;
|
18389
18393
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18390
18394
|
|
18391
|
-
/* "../../../../../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":999
|
18392
18396
|
*
|
18393
18397
|
* cdef inline object get_array_base(ndarray arr):
|
18394
18398
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18397,7 +18401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18397
18401
|
*/
|
18398
18402
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18399
18403
|
|
18400
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18404
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18401
18405
|
* cdef inline object get_array_base(ndarray arr):
|
18402
18406
|
* base = PyArray_BASE(arr)
|
18403
18407
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18407,7 +18411,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18407
18411
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18408
18412
|
if (__pyx_t_1) {
|
18409
18413
|
|
18410
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18414
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
18411
18415
|
* base = PyArray_BASE(arr)
|
18412
18416
|
* if base is NULL:
|
18413
18417
|
* return None # <<<<<<<<<<<<<<
|
@@ -18418,7 +18422,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18418
18422
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18419
18423
|
goto __pyx_L0;
|
18420
18424
|
|
18421
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18425
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18422
18426
|
* cdef inline object get_array_base(ndarray arr):
|
18423
18427
|
* base = PyArray_BASE(arr)
|
18424
18428
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18427,7 +18431,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18427
18431
|
*/
|
18428
18432
|
}
|
18429
18433
|
|
18430
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18434
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
18431
18435
|
* if base is NULL:
|
18432
18436
|
* return None
|
18433
18437
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18439,7 +18443,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18439
18443
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18440
18444
|
goto __pyx_L0;
|
18441
18445
|
|
18442
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18446
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18443
18447
|
* PyArray_SetBaseObject(arr, base)
|
18444
18448
|
*
|
18445
18449
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18454,7 +18458,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18454
18458
|
return __pyx_r;
|
18455
18459
|
}
|
18456
18460
|
|
18457
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18461
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18458
18462
|
* # Versions of the import_* functions which are more suitable for
|
18459
18463
|
* # Cython code.
|
18460
18464
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18481,7 +18485,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18481
18485
|
int __pyx_clineno = 0;
|
18482
18486
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18483
18487
|
|
18484
|
-
/* "../../../../../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":1007
|
18485
18489
|
* # Cython code.
|
18486
18490
|
* cdef inline int import_array() except -1:
|
18487
18491
|
* try: # <<<<<<<<<<<<<<
|
@@ -18497,7 +18501,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18497
18501
|
__Pyx_XGOTREF(__pyx_t_3);
|
18498
18502
|
/*try:*/ {
|
18499
18503
|
|
18500
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18504
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
18501
18505
|
* cdef inline int import_array() except -1:
|
18502
18506
|
* try:
|
18503
18507
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18506,7 +18510,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18506
18510
|
*/
|
18507
18511
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18508
18512
|
|
18509
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18513
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18510
18514
|
* # Cython code.
|
18511
18515
|
* cdef inline int import_array() except -1:
|
18512
18516
|
* try: # <<<<<<<<<<<<<<
|
@@ -18520,7 +18524,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18520
18524
|
goto __pyx_L8_try_end;
|
18521
18525
|
__pyx_L3_error:;
|
18522
18526
|
|
18523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18527
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
18524
18528
|
* try:
|
18525
18529
|
* __pyx_import_array()
|
18526
18530
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18535,7 +18539,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18535
18539
|
__Pyx_XGOTREF(__pyx_t_6);
|
18536
18540
|
__Pyx_XGOTREF(__pyx_t_7);
|
18537
18541
|
|
18538
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18542
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
18539
18543
|
* __pyx_import_array()
|
18540
18544
|
* except Exception:
|
18541
18545
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18560,7 +18564,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18560
18564
|
}
|
18561
18565
|
goto __pyx_L5_except_error;
|
18562
18566
|
|
18563
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18564
18568
|
* # Cython code.
|
18565
18569
|
* cdef inline int import_array() except -1:
|
18566
18570
|
* try: # <<<<<<<<<<<<<<
|
@@ -18576,7 +18580,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18576
18580
|
__pyx_L8_try_end:;
|
18577
18581
|
}
|
18578
18582
|
|
18579
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18580
18584
|
* # Versions of the import_* functions which are more suitable for
|
18581
18585
|
* # Cython code.
|
18582
18586
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18601,7 +18605,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18601
18605
|
return __pyx_r;
|
18602
18606
|
}
|
18603
18607
|
|
18604
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18608
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18605
18609
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18606
18610
|
*
|
18607
18611
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18628,7 +18632,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18628
18632
|
int __pyx_clineno = 0;
|
18629
18633
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18630
18634
|
|
18631
|
-
/* "../../../../../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":1013
|
18632
18636
|
*
|
18633
18637
|
* cdef inline int import_umath() except -1:
|
18634
18638
|
* try: # <<<<<<<<<<<<<<
|
@@ -18644,7 +18648,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18644
18648
|
__Pyx_XGOTREF(__pyx_t_3);
|
18645
18649
|
/*try:*/ {
|
18646
18650
|
|
18647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
18648
18652
|
* cdef inline int import_umath() except -1:
|
18649
18653
|
* try:
|
18650
18654
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18653,7 +18657,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18653
18657
|
*/
|
18654
18658
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18655
18659
|
|
18656
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18660
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18657
18661
|
*
|
18658
18662
|
* cdef inline int import_umath() except -1:
|
18659
18663
|
* try: # <<<<<<<<<<<<<<
|
@@ -18667,7 +18671,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18667
18671
|
goto __pyx_L8_try_end;
|
18668
18672
|
__pyx_L3_error:;
|
18669
18673
|
|
18670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18674
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
18671
18675
|
* try:
|
18672
18676
|
* _import_umath()
|
18673
18677
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18682,7 +18686,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18682
18686
|
__Pyx_XGOTREF(__pyx_t_6);
|
18683
18687
|
__Pyx_XGOTREF(__pyx_t_7);
|
18684
18688
|
|
18685
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18689
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
18686
18690
|
* _import_umath()
|
18687
18691
|
* except Exception:
|
18688
18692
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18707,7 +18711,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18707
18711
|
}
|
18708
18712
|
goto __pyx_L5_except_error;
|
18709
18713
|
|
18710
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18714
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18711
18715
|
*
|
18712
18716
|
* cdef inline int import_umath() except -1:
|
18713
18717
|
* try: # <<<<<<<<<<<<<<
|
@@ -18723,7 +18727,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18723
18727
|
__pyx_L8_try_end:;
|
18724
18728
|
}
|
18725
18729
|
|
18726
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18727
18731
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18728
18732
|
*
|
18729
18733
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18748,7 +18752,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18748
18752
|
return __pyx_r;
|
18749
18753
|
}
|
18750
18754
|
|
18751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18755
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18752
18756
|
* raise ImportError("numpy._core.umath failed to import")
|
18753
18757
|
*
|
18754
18758
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18775,7 +18779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18775
18779
|
int __pyx_clineno = 0;
|
18776
18780
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18777
18781
|
|
18778
|
-
/* "../../../../../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":1019
|
18779
18783
|
*
|
18780
18784
|
* cdef inline int import_ufunc() except -1:
|
18781
18785
|
* try: # <<<<<<<<<<<<<<
|
@@ -18791,7 +18795,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18791
18795
|
__Pyx_XGOTREF(__pyx_t_3);
|
18792
18796
|
/*try:*/ {
|
18793
18797
|
|
18794
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18798
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
18795
18799
|
* cdef inline int import_ufunc() except -1:
|
18796
18800
|
* try:
|
18797
18801
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18800,7 +18804,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18800
18804
|
*/
|
18801
18805
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18802
18806
|
|
18803
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18807
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18804
18808
|
*
|
18805
18809
|
* cdef inline int import_ufunc() except -1:
|
18806
18810
|
* try: # <<<<<<<<<<<<<<
|
@@ -18814,7 +18818,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18814
18818
|
goto __pyx_L8_try_end;
|
18815
18819
|
__pyx_L3_error:;
|
18816
18820
|
|
18817
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18821
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
18818
18822
|
* try:
|
18819
18823
|
* _import_umath()
|
18820
18824
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18829,7 +18833,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18829
18833
|
__Pyx_XGOTREF(__pyx_t_6);
|
18830
18834
|
__Pyx_XGOTREF(__pyx_t_7);
|
18831
18835
|
|
18832
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18836
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
18833
18837
|
* _import_umath()
|
18834
18838
|
* except Exception:
|
18835
18839
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18854,7 +18858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18854
18858
|
}
|
18855
18859
|
goto __pyx_L5_except_error;
|
18856
18860
|
|
18857
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18861
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18858
18862
|
*
|
18859
18863
|
* cdef inline int import_ufunc() except -1:
|
18860
18864
|
* try: # <<<<<<<<<<<<<<
|
@@ -18870,7 +18874,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18870
18874
|
__pyx_L8_try_end:;
|
18871
18875
|
}
|
18872
18876
|
|
18873
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18874
18878
|
* raise ImportError("numpy._core.umath failed to import")
|
18875
18879
|
*
|
18876
18880
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18895,7 +18899,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18895
18899
|
return __pyx_r;
|
18896
18900
|
}
|
18897
18901
|
|
18898
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18902
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18899
18903
|
*
|
18900
18904
|
*
|
18901
18905
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18906,7 +18910,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18906
18910
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18907
18911
|
int __pyx_r;
|
18908
18912
|
|
18909
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18913
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
18910
18914
|
* bool
|
18911
18915
|
* """
|
18912
18916
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18916,7 +18920,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18916
18920
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18917
18921
|
goto __pyx_L0;
|
18918
18922
|
|
18919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18923
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18920
18924
|
*
|
18921
18925
|
*
|
18922
18926
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18929,7 +18933,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18929
18933
|
return __pyx_r;
|
18930
18934
|
}
|
18931
18935
|
|
18932
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18936
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18933
18937
|
*
|
18934
18938
|
*
|
18935
18939
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18940,7 +18944,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18940
18944
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18941
18945
|
int __pyx_r;
|
18942
18946
|
|
18943
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18947
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
18944
18948
|
* bool
|
18945
18949
|
* """
|
18946
18950
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18950,7 +18954,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18950
18954
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18951
18955
|
goto __pyx_L0;
|
18952
18956
|
|
18953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18957
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18954
18958
|
*
|
18955
18959
|
*
|
18956
18960
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18963,7 +18967,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18963
18967
|
return __pyx_r;
|
18964
18968
|
}
|
18965
18969
|
|
18966
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18970
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18967
18971
|
*
|
18968
18972
|
*
|
18969
18973
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18974,7 +18978,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18974
18978
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18975
18979
|
npy_datetime __pyx_r;
|
18976
18980
|
|
18977
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18981
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
18978
18982
|
* also needed. That can be found using `get_datetime64_unit`.
|
18979
18983
|
* """
|
18980
18984
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18984,7 +18988,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18984
18988
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18985
18989
|
goto __pyx_L0;
|
18986
18990
|
|
18987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18988
18992
|
*
|
18989
18993
|
*
|
18990
18994
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18997,7 +19001,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18997
19001
|
return __pyx_r;
|
18998
19002
|
}
|
18999
19003
|
|
19000
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19004
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
19001
19005
|
*
|
19002
19006
|
*
|
19003
19007
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19008,7 +19012,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19008
19012
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19009
19013
|
npy_timedelta __pyx_r;
|
19010
19014
|
|
19011
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19015
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
19012
19016
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19013
19017
|
* """
|
19014
19018
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19018,7 +19022,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19018
19022
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19019
19023
|
goto __pyx_L0;
|
19020
19024
|
|
19021
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19025
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
19022
19026
|
*
|
19023
19027
|
*
|
19024
19028
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19031,7 +19035,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19031
19035
|
return __pyx_r;
|
19032
19036
|
}
|
19033
19037
|
|
19034
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19038
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
19035
19039
|
*
|
19036
19040
|
*
|
19037
19041
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19042,7 +19046,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19042
19046
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19043
19047
|
NPY_DATETIMEUNIT __pyx_r;
|
19044
19048
|
|
19045
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19049
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
19046
19050
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19047
19051
|
* """
|
19048
19052
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19052,7 +19056,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19052
19056
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19053
19057
|
goto __pyx_L0;
|
19054
19058
|
|
19055
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19059
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
19056
19060
|
*
|
19057
19061
|
*
|
19058
19062
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19184,7 +19188,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue(struct __pyx_t_6edsger_
|
|
19184
19188
|
*
|
19185
19189
|
* cdef void _initialize_element( # <<<<<<<<<<<<<<
|
19186
19190
|
* PriorityQueue* pqueue,
|
19187
|
-
* size_t element_idx) nogil
|
19191
|
+
* size_t element_idx) noexcept nogil:
|
19188
19192
|
*/
|
19189
19193
|
|
19190
19194
|
static void __pyx_f_6edsger_14pq_4ary_dec_0b__initialize_element(struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *__pyx_v_pqueue, size_t __pyx_v_element_idx) {
|
@@ -19223,7 +19227,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__initialize_element(struct __pyx_t_
|
|
19223
19227
|
*
|
19224
19228
|
* cdef void _initialize_element( # <<<<<<<<<<<<<<
|
19225
19229
|
* PriorityQueue* pqueue,
|
19226
|
-
* size_t element_idx) nogil
|
19230
|
+
* size_t element_idx) noexcept nogil:
|
19227
19231
|
*/
|
19228
19232
|
|
19229
19233
|
/* function exit code */
|
@@ -19233,7 +19237,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__initialize_element(struct __pyx_t_
|
|
19233
19237
|
*
|
19234
19238
|
*
|
19235
19239
|
* cdef void free_pqueue( # <<<<<<<<<<<<<<
|
19236
|
-
* PriorityQueue* pqueue) nogil
|
19240
|
+
* PriorityQueue* pqueue) noexcept nogil:
|
19237
19241
|
* """
|
19238
19242
|
*/
|
19239
19243
|
|
@@ -19261,7 +19265,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue(struct __pyx_t_6edsger_
|
|
19261
19265
|
*
|
19262
19266
|
*
|
19263
19267
|
* cdef void free_pqueue( # <<<<<<<<<<<<<<
|
19264
|
-
* PriorityQueue* pqueue) nogil
|
19268
|
+
* PriorityQueue* pqueue) noexcept nogil:
|
19265
19269
|
* """
|
19266
19270
|
*/
|
19267
19271
|
|
@@ -19379,7 +19383,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key(struct __pyx_t_6edsger
|
|
19379
19383
|
/* "edsger/pq_4ary_dec_0b.pyx":157
|
19380
19384
|
*
|
19381
19385
|
*
|
19382
|
-
* cdef DTYPE_t peek(PriorityQueue* pqueue) nogil
|
19386
|
+
* cdef DTYPE_t peek(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19383
19387
|
* """
|
19384
19388
|
* Find heap min key.
|
19385
19389
|
*/
|
@@ -19400,7 +19404,7 @@ static __pyx_t_6edsger_7commons_DTYPE_t __pyx_f_6edsger_14pq_4ary_dec_0b_peek(st
|
|
19400
19404
|
/* "edsger/pq_4ary_dec_0b.pyx":157
|
19401
19405
|
*
|
19402
19406
|
*
|
19403
|
-
* cdef DTYPE_t peek(PriorityQueue* pqueue) nogil
|
19407
|
+
* cdef DTYPE_t peek(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19404
19408
|
* """
|
19405
19409
|
* Find heap min key.
|
19406
19410
|
*/
|
@@ -19413,7 +19417,7 @@ static __pyx_t_6edsger_7commons_DTYPE_t __pyx_f_6edsger_14pq_4ary_dec_0b_peek(st
|
|
19413
19417
|
/* "edsger/pq_4ary_dec_0b.pyx":177
|
19414
19418
|
*
|
19415
19419
|
*
|
19416
|
-
* cdef bint is_empty(PriorityQueue* pqueue) nogil
|
19420
|
+
* cdef bint is_empty(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19417
19421
|
* """
|
19418
19422
|
* Check if the heap is empty.
|
19419
19423
|
*/
|
@@ -19473,7 +19477,7 @@ static int __pyx_f_6edsger_14pq_4ary_dec_0b_is_empty(struct __pyx_t_6edsger_14pq
|
|
19473
19477
|
/* "edsger/pq_4ary_dec_0b.pyx":177
|
19474
19478
|
*
|
19475
19479
|
*
|
19476
|
-
* cdef bint is_empty(PriorityQueue* pqueue) nogil
|
19480
|
+
* cdef bint is_empty(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19477
19481
|
* """
|
19478
19482
|
* Check if the heap is empty.
|
19479
19483
|
*/
|
@@ -19486,7 +19490,7 @@ static int __pyx_f_6edsger_14pq_4ary_dec_0b_is_empty(struct __pyx_t_6edsger_14pq
|
|
19486
19490
|
/* "edsger/pq_4ary_dec_0b.pyx":193
|
19487
19491
|
*
|
19488
19492
|
*
|
19489
|
-
* cdef size_t extract_min(PriorityQueue* pqueue) nogil
|
19493
|
+
* cdef size_t extract_min(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19490
19494
|
* """
|
19491
19495
|
* Extract element with min keay from the heap,
|
19492
19496
|
*/
|
@@ -19584,7 +19588,7 @@ static size_t __pyx_f_6edsger_14pq_4ary_dec_0b_extract_min(struct __pyx_t_6edsge
|
|
19584
19588
|
/* "edsger/pq_4ary_dec_0b.pyx":193
|
19585
19589
|
*
|
19586
19590
|
*
|
19587
|
-
* cdef size_t extract_min(PriorityQueue* pqueue) nogil
|
19591
|
+
* cdef size_t extract_min(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19588
19592
|
* """
|
19589
19593
|
* Extract element with min keay from the heap,
|
19590
19594
|
*/
|
@@ -19847,7 +19851,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__exchange_nodes(struct __pyx_t_6eds
|
|
19847
19851
|
*
|
19848
19852
|
* cdef void _min_heapify( # <<<<<<<<<<<<<<
|
19849
19853
|
* PriorityQueue* pqueue,
|
19850
|
-
* size_t node_idx) nogil
|
19854
|
+
* size_t node_idx) noexcept nogil:
|
19851
19855
|
*/
|
19852
19856
|
|
19853
19857
|
static void __pyx_f_6edsger_14pq_4ary_dec_0b__min_heapify(struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *__pyx_v_pqueue, size_t __pyx_v_node_idx) {
|
@@ -20514,7 +20518,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__min_heapify(struct __pyx_t_6edsger
|
|
20514
20518
|
*
|
20515
20519
|
* cdef void _min_heapify( # <<<<<<<<<<<<<<
|
20516
20520
|
* PriorityQueue* pqueue,
|
20517
|
-
* size_t node_idx) nogil
|
20521
|
+
* size_t node_idx) noexcept nogil:
|
20518
20522
|
*/
|
20519
20523
|
|
20520
20524
|
/* function exit code */
|
@@ -22972,7 +22976,7 @@ static PyObject *__pyx_pf_6edsger_14pq_4ary_dec_0b_10extract_min_01(CYTHON_UNUSE
|
|
22972
22976
|
static PyObject *__pyx_pw_6edsger_14pq_4ary_dec_0b_13is_empty_01(PyObject *__pyx_self, CYTHON_UNUSED PyObject *unused); /*proto*/
|
22973
22977
|
static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int __pyx_skip_dispatch) {
|
22974
22978
|
struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue __pyx_v_pqueue;
|
22975
|
-
CYTHON_UNUSED size_t
|
22979
|
+
CYTHON_UNUSED size_t __pyx_v__;
|
22976
22980
|
PyObject *__pyx_r = NULL;
|
22977
22981
|
__Pyx_RefNannyDeclarations
|
22978
22982
|
int __pyx_t_1;
|
@@ -23014,7 +23018,7 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int
|
|
23014
23018
|
* assert is_empty(&pqueue) == 1
|
23015
23019
|
* insert(&pqueue, 1, 3.0) # <<<<<<<<<<<<<<
|
23016
23020
|
* assert is_empty(&pqueue) == 0
|
23017
|
-
*
|
23021
|
+
* _ = extract_min(&pqueue)
|
23018
23022
|
*/
|
23019
23023
|
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), 1, 3.0);
|
23020
23024
|
|
@@ -23022,7 +23026,7 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int
|
|
23022
23026
|
* assert is_empty(&pqueue) == 1
|
23023
23027
|
* insert(&pqueue, 1, 3.0)
|
23024
23028
|
* assert is_empty(&pqueue) == 0 # <<<<<<<<<<<<<<
|
23025
|
-
*
|
23029
|
+
* _ = extract_min(&pqueue)
|
23026
23030
|
* assert is_empty(&pqueue) == 1
|
23027
23031
|
*/
|
23028
23032
|
#ifndef CYTHON_WITHOUT_ASSERTIONS
|
@@ -23040,15 +23044,15 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int
|
|
23040
23044
|
/* "edsger/pq_4ary_dec_0b.pyx":597
|
23041
23045
|
* insert(&pqueue, 1, 3.0)
|
23042
23046
|
* assert is_empty(&pqueue) == 0
|
23043
|
-
*
|
23047
|
+
* _ = extract_min(&pqueue) # <<<<<<<<<<<<<<
|
23044
23048
|
* assert is_empty(&pqueue) == 1
|
23045
23049
|
*
|
23046
23050
|
*/
|
23047
|
-
|
23051
|
+
__pyx_v__ = __pyx_f_6edsger_14pq_4ary_dec_0b_extract_min((&__pyx_v_pqueue));
|
23048
23052
|
|
23049
23053
|
/* "edsger/pq_4ary_dec_0b.pyx":598
|
23050
23054
|
* assert is_empty(&pqueue) == 0
|
23051
|
-
*
|
23055
|
+
* _ = extract_min(&pqueue)
|
23052
23056
|
* assert is_empty(&pqueue) == 1 # <<<<<<<<<<<<<<
|
23053
23057
|
*
|
23054
23058
|
* free_pqueue(&pqueue)
|
@@ -23885,7 +23889,7 @@ static PyObject *__pyx_pf_6edsger_14pq_4ary_dec_0b_14decrease_key_01(CYTHON_UNUS
|
|
23885
23889
|
/* "edsger/pq_4ary_dec_0b.pyx":655
|
23886
23890
|
*
|
23887
23891
|
*
|
23888
|
-
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) nogil: # <<<<<<<<<<<<<<
|
23892
|
+
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) noexcept nogil: # <<<<<<<<<<<<<<
|
23889
23893
|
* """
|
23890
23894
|
* Heap sort by inerting all the values into the priority queue,
|
23891
23895
|
*/
|
@@ -23977,7 +23981,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_heapsort(__Pyx_memviewslice __pyx_v
|
|
23977
23981
|
/* "edsger/pq_4ary_dec_0b.pyx":655
|
23978
23982
|
*
|
23979
23983
|
*
|
23980
|
-
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) nogil: # <<<<<<<<<<<<<<
|
23984
|
+
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) noexcept nogil: # <<<<<<<<<<<<<<
|
23981
23985
|
* """
|
23982
23986
|
* Heap sort by inerting all the values into the priority queue,
|
23983
23987
|
*/
|
@@ -24026,16 +24030,16 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24026
24030
|
}
|
24027
24031
|
}
|
24028
24032
|
|
24029
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24030
|
-
*
|
24033
|
+
/* "edsger/pq_4ary_dec_0b.pyx":679
|
24034
|
+
* """
|
24031
24035
|
*
|
24032
24036
|
* rng = np.random.default_rng(random_seed) # <<<<<<<<<<<<<<
|
24033
24037
|
* values_in = rng.random(size=n)
|
24034
24038
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY)
|
24035
24039
|
*/
|
24036
|
-
__Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
24040
|
+
__Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 679, __pyx_L1_error)
|
24037
24041
|
__Pyx_GOTREF(__pyx_t_3);
|
24038
|
-
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_random); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
24042
|
+
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_random); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 679, __pyx_L1_error)
|
24039
24043
|
__Pyx_GOTREF(__pyx_t_4);
|
24040
24044
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
24041
24045
|
__pyx_t_2 = __pyx_t_4;
|
@@ -24046,13 +24050,13 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24046
24050
|
__pyx_t_1 = __Pyx_PyObject_FastCallMethod(__pyx_mstate_global->__pyx_n_u_default_rng, __pyx_callargs+__pyx_t_5, (2-__pyx_t_5) | (1*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET));
|
24047
24051
|
__Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24048
24052
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24049
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24053
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 679, __pyx_L1_error)
|
24050
24054
|
__Pyx_GOTREF(__pyx_t_1);
|
24051
24055
|
}
|
24052
24056
|
__pyx_v_rng = __pyx_t_1;
|
24053
24057
|
__pyx_t_1 = 0;
|
24054
24058
|
|
24055
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24059
|
+
/* "edsger/pq_4ary_dec_0b.pyx":680
|
24056
24060
|
*
|
24057
24061
|
* rng = np.random.default_rng(random_seed)
|
24058
24062
|
* values_in = rng.random(size=n) # <<<<<<<<<<<<<<
|
@@ -24061,25 +24065,25 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24061
24065
|
*/
|
24062
24066
|
__pyx_t_4 = __pyx_v_rng;
|
24063
24067
|
__Pyx_INCREF(__pyx_t_4);
|
24064
|
-
__pyx_t_2 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24068
|
+
__pyx_t_2 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 680, __pyx_L1_error)
|
24065
24069
|
__Pyx_GOTREF(__pyx_t_2);
|
24066
24070
|
__pyx_t_5 = 0;
|
24067
24071
|
{
|
24068
24072
|
PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_4, NULL};
|
24069
|
-
__pyx_t_3 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
24073
|
+
__pyx_t_3 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 680, __pyx_L1_error)
|
24070
24074
|
__Pyx_GOTREF(__pyx_t_3);
|
24071
|
-
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_size, __pyx_t_2, __pyx_t_3, __pyx_callargs+1, 0) < 0) __PYX_ERR(0,
|
24075
|
+
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_size, __pyx_t_2, __pyx_t_3, __pyx_callargs+1, 0) < 0) __PYX_ERR(0, 680, __pyx_L1_error)
|
24072
24076
|
__pyx_t_1 = __Pyx_Object_VectorcallMethod_CallFromBuilder(__pyx_mstate_global->__pyx_n_u_random, __pyx_callargs+__pyx_t_5, (1-__pyx_t_5) | (1*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_3);
|
24073
24077
|
__Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24074
24078
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24075
24079
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
24076
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24080
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 680, __pyx_L1_error)
|
24077
24081
|
__Pyx_GOTREF(__pyx_t_1);
|
24078
24082
|
}
|
24079
24083
|
__pyx_v_values_in = __pyx_t_1;
|
24080
24084
|
__pyx_t_1 = 0;
|
24081
24085
|
|
24082
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24086
|
+
/* "edsger/pq_4ary_dec_0b.pyx":681
|
24083
24087
|
* rng = np.random.default_rng(random_seed)
|
24084
24088
|
* values_in = rng.random(size=n)
|
24085
24089
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY) # <<<<<<<<<<<<<<
|
@@ -24087,12 +24091,12 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24087
24091
|
* values_in_sorted = np.sort(values_in)
|
24088
24092
|
*/
|
24089
24093
|
__pyx_t_3 = NULL;
|
24090
|
-
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24094
|
+
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24091
24095
|
__Pyx_GOTREF(__pyx_t_2);
|
24092
|
-
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_empty_like); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
24096
|
+
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_empty_like); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24093
24097
|
__Pyx_GOTREF(__pyx_t_4);
|
24094
24098
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24095
|
-
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_DTYPE_PY); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24099
|
+
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_DTYPE_PY); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24096
24100
|
__Pyx_GOTREF(__pyx_t_2);
|
24097
24101
|
__pyx_t_5 = 1;
|
24098
24102
|
#if CYTHON_UNPACK_METHODS
|
@@ -24108,36 +24112,36 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24108
24112
|
#endif
|
24109
24113
|
{
|
24110
24114
|
PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_3, __pyx_v_values_in};
|
24111
|
-
__pyx_t_6 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0,
|
24115
|
+
__pyx_t_6 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24112
24116
|
__Pyx_GOTREF(__pyx_t_6);
|
24113
|
-
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_2, __pyx_t_6, __pyx_callargs+2, 0) < 0) __PYX_ERR(0,
|
24117
|
+
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_2, __pyx_t_6, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 681, __pyx_L1_error)
|
24114
24118
|
__pyx_t_1 = __Pyx_Object_Vectorcall_CallFromBuilder(__pyx_t_4, __pyx_callargs+__pyx_t_5, (2-__pyx_t_5) | (__pyx_t_5*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_6);
|
24115
24119
|
__Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
|
24116
24120
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24117
24121
|
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
|
24118
24122
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24119
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24123
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24120
24124
|
__Pyx_GOTREF(__pyx_t_1);
|
24121
24125
|
}
|
24122
24126
|
__pyx_v_values_out = __pyx_t_1;
|
24123
24127
|
__pyx_t_1 = 0;
|
24124
24128
|
|
24125
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24129
|
+
/* "edsger/pq_4ary_dec_0b.pyx":682
|
24126
24130
|
* values_in = rng.random(size=n)
|
24127
24131
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY)
|
24128
24132
|
* heapsort(values_in, values_out) # <<<<<<<<<<<<<<
|
24129
24133
|
* values_in_sorted = np.sort(values_in)
|
24130
24134
|
* np.testing.assert_array_equal(values_in_sorted, values_out)
|
24131
24135
|
*/
|
24132
|
-
__pyx_t_7 = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_6edsger_7commons_DTYPE_t(__pyx_v_values_in, PyBUF_WRITABLE); if (unlikely(!__pyx_t_7.memview)) __PYX_ERR(0,
|
24133
|
-
__pyx_t_8 = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_6edsger_7commons_DTYPE_t(__pyx_v_values_out, PyBUF_WRITABLE); if (unlikely(!__pyx_t_8.memview)) __PYX_ERR(0,
|
24134
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_heapsort(__pyx_t_7, __pyx_t_8);
|
24136
|
+
__pyx_t_7 = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_6edsger_7commons_DTYPE_t(__pyx_v_values_in, PyBUF_WRITABLE); if (unlikely(!__pyx_t_7.memview)) __PYX_ERR(0, 682, __pyx_L1_error)
|
24137
|
+
__pyx_t_8 = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_6edsger_7commons_DTYPE_t(__pyx_v_values_out, PyBUF_WRITABLE); if (unlikely(!__pyx_t_8.memview)) __PYX_ERR(0, 682, __pyx_L1_error)
|
24138
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_heapsort(__pyx_t_7, __pyx_t_8);
|
24135
24139
|
__PYX_XCLEAR_MEMVIEW(&__pyx_t_7, 1);
|
24136
24140
|
__pyx_t_7.memview = NULL; __pyx_t_7.data = NULL;
|
24137
24141
|
__PYX_XCLEAR_MEMVIEW(&__pyx_t_8, 1);
|
24138
24142
|
__pyx_t_8.memview = NULL; __pyx_t_8.data = NULL;
|
24139
24143
|
|
24140
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24144
|
+
/* "edsger/pq_4ary_dec_0b.pyx":683
|
24141
24145
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY)
|
24142
24146
|
* heapsort(values_in, values_out)
|
24143
24147
|
* values_in_sorted = np.sort(values_in) # <<<<<<<<<<<<<<
|
@@ -24145,9 +24149,9 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24145
24149
|
*
|
24146
24150
|
*/
|
24147
24151
|
__pyx_t_4 = NULL;
|
24148
|
-
__Pyx_GetModuleGlobalName(__pyx_t_6, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_6)) __PYX_ERR(0,
|
24152
|
+
__Pyx_GetModuleGlobalName(__pyx_t_6, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 683, __pyx_L1_error)
|
24149
24153
|
__Pyx_GOTREF(__pyx_t_6);
|
24150
|
-
__pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_mstate_global->__pyx_n_u_sort); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24154
|
+
__pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_mstate_global->__pyx_n_u_sort); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 683, __pyx_L1_error)
|
24151
24155
|
__Pyx_GOTREF(__pyx_t_2);
|
24152
24156
|
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
|
24153
24157
|
__pyx_t_5 = 1;
|
@@ -24167,22 +24171,22 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24167
24171
|
__pyx_t_1 = __Pyx_PyObject_FastCall(__pyx_t_2, __pyx_callargs+__pyx_t_5, (2-__pyx_t_5) | (__pyx_t_5*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET));
|
24168
24172
|
__Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24169
24173
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24170
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24174
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 683, __pyx_L1_error)
|
24171
24175
|
__Pyx_GOTREF(__pyx_t_1);
|
24172
24176
|
}
|
24173
24177
|
__pyx_v_values_in_sorted = __pyx_t_1;
|
24174
24178
|
__pyx_t_1 = 0;
|
24175
24179
|
|
24176
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24180
|
+
/* "edsger/pq_4ary_dec_0b.pyx":684
|
24177
24181
|
* heapsort(values_in, values_out)
|
24178
24182
|
* values_in_sorted = np.sort(values_in)
|
24179
24183
|
* np.testing.assert_array_equal(values_in_sorted, values_out) # <<<<<<<<<<<<<<
|
24180
24184
|
*
|
24181
24185
|
*
|
24182
24186
|
*/
|
24183
|
-
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
24187
|
+
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 684, __pyx_L1_error)
|
24184
24188
|
__Pyx_GOTREF(__pyx_t_4);
|
24185
|
-
__pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_testing); if (unlikely(!__pyx_t_6)) __PYX_ERR(0,
|
24189
|
+
__pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_testing); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 684, __pyx_L1_error)
|
24186
24190
|
__Pyx_GOTREF(__pyx_t_6);
|
24187
24191
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24188
24192
|
__pyx_t_2 = __pyx_t_6;
|
@@ -24193,7 +24197,7 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24193
24197
|
__pyx_t_1 = __Pyx_PyObject_FastCallMethod(__pyx_mstate_global->__pyx_n_u_assert_array_equal, __pyx_callargs+__pyx_t_5, (3-__pyx_t_5) | (1*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET));
|
24194
24198
|
__Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24195
24199
|
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
|
24196
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24200
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 684, __pyx_L1_error)
|
24197
24201
|
__Pyx_GOTREF(__pyx_t_1);
|
24198
24202
|
}
|
24199
24203
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
@@ -27003,7 +27007,7 @@ static int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate) {
|
|
27003
27007
|
{
|
27004
27008
|
const __Pyx_PyCode_New_function_description descr = {0, 0, 0, 0, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 585, 95};
|
27005
27009
|
PyObject* const varnames[] = {0};
|
27006
|
-
__pyx_mstate_global->__pyx_codeobj_tab[6] = __Pyx_PyCode_New(descr, varnames, __pyx_mstate->__pyx_kp_u_src_edsger_pq_4ary_dec_0b_pyx, __pyx_mstate->__pyx_n_u_is_empty_01,
|
27010
|
+
__pyx_mstate_global->__pyx_codeobj_tab[6] = __Pyx_PyCode_New(descr, varnames, __pyx_mstate->__pyx_kp_u_src_edsger_pq_4ary_dec_0b_pyx, __pyx_mstate->__pyx_n_u_is_empty_01, __pyx_k_q_A_81AXS_1HCq_81AXS_1AQ_81AXS, tuple_dedup_map); if (unlikely(!__pyx_mstate_global->__pyx_codeobj_tab[6])) goto bad;
|
27007
27011
|
}
|
27008
27012
|
{
|
27009
27013
|
const __Pyx_PyCode_New_function_description descr = {0, 0, 0, 0, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 603, 521};
|