edsger 0.1.1__cp39-cp39-macosx_11_0_arm64.whl → 0.1.2__cp39-cp39-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/commons.c +153 -149
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/dijkstra.c +1134 -1061
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/dijkstra.pyx +23 -0
- edsger/path_tracking.c +153 -149
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/path_tracking.pyx +2 -2
- edsger/pq_4ary_dec_0b.c +205 -201
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.pxd +7 -7
- edsger/pq_4ary_dec_0b.pyx +14 -16
- edsger/prefetch_compat.h +21 -0
- edsger/spiess_florian.c +159 -178
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/star.c +153 -149
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/star.pyx +3 -3
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/METADATA +19 -12
- edsger-0.1.2.dist-info/RECORD +33 -0
- edsger-0.1.1.dist-info/RECORD +0 -32
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/WHEEL +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/top_level.txt +0 -0
edsger/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-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
1384
1388
|
"cpython/type.pxd",
|
1385
1389
|
};
|
1386
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1603,7 +1607,7 @@ typedef struct {
|
|
1603
1607
|
|
1604
1608
|
/* #### Code section: numeric_typedefs ### */
|
1605
1609
|
|
1606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
1607
1611
|
* # in Cython to enable them only on the right systems.
|
1608
1612
|
*
|
1609
1613
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1612,7 +1616,7 @@ typedef struct {
|
|
1612
1616
|
*/
|
1613
1617
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1614
1618
|
|
1615
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1619
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
1616
1620
|
*
|
1617
1621
|
* ctypedef npy_int8 int8_t
|
1618
1622
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1621,7 +1625,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1621
1625
|
*/
|
1622
1626
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1623
1627
|
|
1624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
1625
1629
|
* ctypedef npy_int8 int8_t
|
1626
1630
|
* ctypedef npy_int16 int16_t
|
1627
1631
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1630,7 +1634,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1630
1634
|
*/
|
1631
1635
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1632
1636
|
|
1633
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1637
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
1634
1638
|
* ctypedef npy_int16 int16_t
|
1635
1639
|
* ctypedef npy_int32 int32_t
|
1636
1640
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1639,7 +1643,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1639
1643
|
*/
|
1640
1644
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1641
1645
|
|
1642
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
1643
1647
|
* #ctypedef npy_int128 int128_t
|
1644
1648
|
*
|
1645
1649
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1648,7 +1652,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1648
1652
|
*/
|
1649
1653
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1650
1654
|
|
1651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
1652
1656
|
*
|
1653
1657
|
* ctypedef npy_uint8 uint8_t
|
1654
1658
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1657,7 +1661,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1657
1661
|
*/
|
1658
1662
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1659
1663
|
|
1660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
1661
1665
|
* ctypedef npy_uint8 uint8_t
|
1662
1666
|
* ctypedef npy_uint16 uint16_t
|
1663
1667
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1666,7 +1670,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1666
1670
|
*/
|
1667
1671
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1668
1672
|
|
1669
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
1670
1674
|
* ctypedef npy_uint16 uint16_t
|
1671
1675
|
* ctypedef npy_uint32 uint32_t
|
1672
1676
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1675,7 +1679,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1675
1679
|
*/
|
1676
1680
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1677
1681
|
|
1678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
1679
1683
|
* #ctypedef npy_uint128 uint128_t
|
1680
1684
|
*
|
1681
1685
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1684,7 +1688,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1684
1688
|
*/
|
1685
1689
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1686
1690
|
|
1687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
1688
1692
|
*
|
1689
1693
|
* ctypedef npy_float32 float32_t
|
1690
1694
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1693,7 +1697,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1693
1697
|
*/
|
1694
1698
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1695
1699
|
|
1696
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
1697
1701
|
* ctypedef double complex complex128_t
|
1698
1702
|
*
|
1699
1703
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1702,7 +1706,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1702
1706
|
*/
|
1703
1707
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1704
1708
|
|
1705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
1706
1710
|
*
|
1707
1711
|
* ctypedef npy_longlong longlong_t
|
1708
1712
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1711,7 +1715,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1711
1715
|
*/
|
1712
1716
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1713
1717
|
|
1714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
1715
1719
|
* ctypedef npy_ulonglong ulonglong_t
|
1716
1720
|
*
|
1717
1721
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1720,7 +1724,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1720
1724
|
*/
|
1721
1725
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1722
1726
|
|
1723
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
1724
1728
|
*
|
1725
1729
|
* ctypedef npy_intp intp_t
|
1726
1730
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1729,7 +1733,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1729
1733
|
*/
|
1730
1734
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1731
1735
|
|
1732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
1733
1737
|
* ctypedef npy_uintp uintp_t
|
1734
1738
|
*
|
1735
1739
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1738,7 +1742,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1738
1742
|
*/
|
1739
1743
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1740
1744
|
|
1741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
1742
1746
|
*
|
1743
1747
|
* ctypedef npy_double float_t
|
1744
1748
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1747,7 +1751,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1747
1751
|
*/
|
1748
1752
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1749
1753
|
|
1750
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1751
1755
|
* ctypedef npy_double float_t
|
1752
1756
|
* ctypedef npy_double double_t
|
1753
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1809,7 +1813,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1809
1813
|
struct __pyx_memoryview_obj;
|
1810
1814
|
struct __pyx_memoryviewslice_obj;
|
1811
1815
|
|
1812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1813
1817
|
*
|
1814
1818
|
* # Iterator API added in v1.6
|
1815
1819
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1818,7 +1822,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1818
1822
|
*/
|
1819
1823
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1820
1824
|
|
1821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1822
1826
|
* # Iterator API added in v1.6
|
1823
1827
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1824
1828
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -3492,7 +3496,7 @@ static const char __pyx_k_asyncio_coroutines[] = "asyncio.coroutines";
|
|
3492
3496
|
static const char __pyx_k_cline_in_traceback[] = "cline_in_traceback";
|
3493
3497
|
static const char __pyx_k_strided_and_direct[] = "<strided and direct>";
|
3494
3498
|
static const char __pyx_k_strided_and_indirect[] = "<strided and indirect>";
|
3495
|
-
static const char __pyx_k_G_q_7_5_a_A_r_aq_h_4A[] = "\320\000!\240\021\360\
|
3499
|
+
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";
|
3496
3500
|
static const char __pyx_k_Invalid_shape_in_axis[] = "Invalid shape in axis ";
|
3497
3501
|
static const char __pyx_k_contiguous_and_direct[] = "<contiguous and direct>";
|
3498
3502
|
static const char __pyx_k_edsger_pq_4ary_dec_0b[] = "edsger.pq_4ary_dec_0b";
|
@@ -3507,7 +3511,7 @@ static const char __pyx_k_unable_to_allocate_array_data[] = "unable to allocate
|
|
3507
3511
|
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";
|
3508
3512
|
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";
|
3509
3513
|
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";
|
3510
|
-
static const char
|
3514
|
+
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";
|
3511
3515
|
static const char __pyx_k_strided_and_direct_or_indirect[] = "<strided and direct or indirect>";
|
3512
3516
|
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";
|
3513
3517
|
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";
|
@@ -17348,7 +17352,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17348
17352
|
return __pyx_r;
|
17349
17353
|
}
|
17350
17354
|
|
17351
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17355
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17352
17356
|
* cdef int type_num
|
17353
17357
|
*
|
17354
17358
|
* @property # <<<<<<<<<<<<<<
|
@@ -17359,7 +17363,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17359
17363
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17360
17364
|
npy_intp __pyx_r;
|
17361
17365
|
|
17362
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17366
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17363
17367
|
* @property
|
17364
17368
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17365
17369
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17369,7 +17373,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17369
17373
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17370
17374
|
goto __pyx_L0;
|
17371
17375
|
|
17372
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17376
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17373
17377
|
* cdef int type_num
|
17374
17378
|
*
|
17375
17379
|
* @property # <<<<<<<<<<<<<<
|
@@ -17382,7 +17386,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17382
17386
|
return __pyx_r;
|
17383
17387
|
}
|
17384
17388
|
|
17385
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17389
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17386
17390
|
* return PyDataType_ELSIZE(self)
|
17387
17391
|
*
|
17388
17392
|
* @property # <<<<<<<<<<<<<<
|
@@ -17393,7 +17397,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17393
17397
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17394
17398
|
npy_intp __pyx_r;
|
17395
17399
|
|
17396
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17400
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17397
17401
|
* @property
|
17398
17402
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17399
17403
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17403,7 +17407,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17403
17407
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17404
17408
|
goto __pyx_L0;
|
17405
17409
|
|
17406
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17410
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17407
17411
|
* return PyDataType_ELSIZE(self)
|
17408
17412
|
*
|
17409
17413
|
* @property # <<<<<<<<<<<<<<
|
@@ -17416,7 +17420,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17416
17420
|
return __pyx_r;
|
17417
17421
|
}
|
17418
17422
|
|
17419
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17423
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17420
17424
|
* # Use fields/names with care as they may be NULL. You must check
|
17421
17425
|
* # for this using PyDataType_HASFIELDS.
|
17422
17426
|
* @property # <<<<<<<<<<<<<<
|
@@ -17430,7 +17434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17430
17434
|
PyObject *__pyx_t_1;
|
17431
17435
|
__Pyx_RefNannySetupContext("fields", 0);
|
17432
17436
|
|
17433
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17434
17438
|
* @property
|
17435
17439
|
* cdef inline object fields(self):
|
17436
17440
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17443,7 +17447,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17443
17447
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17444
17448
|
goto __pyx_L0;
|
17445
17449
|
|
17446
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17450
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17447
17451
|
* # Use fields/names with care as they may be NULL. You must check
|
17448
17452
|
* # for this using PyDataType_HASFIELDS.
|
17449
17453
|
* @property # <<<<<<<<<<<<<<
|
@@ -17458,7 +17462,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17458
17462
|
return __pyx_r;
|
17459
17463
|
}
|
17460
17464
|
|
17461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17462
17466
|
* return <object>PyDataType_FIELDS(self)
|
17463
17467
|
*
|
17464
17468
|
* @property # <<<<<<<<<<<<<<
|
@@ -17472,7 +17476,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17472
17476
|
PyObject *__pyx_t_1;
|
17473
17477
|
__Pyx_RefNannySetupContext("names", 0);
|
17474
17478
|
|
17475
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17479
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17476
17480
|
* @property
|
17477
17481
|
* cdef inline tuple names(self):
|
17478
17482
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17485,7 +17489,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17485
17489
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17486
17490
|
goto __pyx_L0;
|
17487
17491
|
|
17488
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17489
17493
|
* return <object>PyDataType_FIELDS(self)
|
17490
17494
|
*
|
17491
17495
|
* @property # <<<<<<<<<<<<<<
|
@@ -17500,7 +17504,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17500
17504
|
return __pyx_r;
|
17501
17505
|
}
|
17502
17506
|
|
17503
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17507
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17504
17508
|
* # valid (the pointer can be NULL). Most users should access
|
17505
17509
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17506
17510
|
* @property # <<<<<<<<<<<<<<
|
@@ -17511,7 +17515,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17511
17515
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17512
17516
|
PyArray_ArrayDescr *__pyx_r;
|
17513
17517
|
|
17514
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17518
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17515
17519
|
* @property
|
17516
17520
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17517
17521
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17521,7 +17525,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17521
17525
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17522
17526
|
goto __pyx_L0;
|
17523
17527
|
|
17524
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17528
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17525
17529
|
* # valid (the pointer can be NULL). Most users should access
|
17526
17530
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17527
17531
|
* @property # <<<<<<<<<<<<<<
|
@@ -17534,7 +17538,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17534
17538
|
return __pyx_r;
|
17535
17539
|
}
|
17536
17540
|
|
17537
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17541
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17538
17542
|
* return PyDataType_SUBARRAY(self)
|
17539
17543
|
*
|
17540
17544
|
* @property # <<<<<<<<<<<<<<
|
@@ -17545,7 +17549,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17545
17549
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17546
17550
|
npy_uint64 __pyx_r;
|
17547
17551
|
|
17548
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17552
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17549
17553
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17550
17554
|
* """The data types flags."""
|
17551
17555
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17555,7 +17559,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17555
17559
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17556
17560
|
goto __pyx_L0;
|
17557
17561
|
|
17558
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17562
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17559
17563
|
* return PyDataType_SUBARRAY(self)
|
17560
17564
|
*
|
17561
17565
|
* @property # <<<<<<<<<<<<<<
|
@@ -17568,7 +17572,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17568
17572
|
return __pyx_r;
|
17569
17573
|
}
|
17570
17574
|
|
17571
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17575
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17572
17576
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17573
17577
|
*
|
17574
17578
|
* @property # <<<<<<<<<<<<<<
|
@@ -17579,7 +17583,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17579
17583
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17580
17584
|
int __pyx_r;
|
17581
17585
|
|
17582
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17583
17587
|
* cdef inline int numiter(self) noexcept nogil:
|
17584
17588
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17585
17589
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17589,7 +17593,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17589
17593
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17590
17594
|
goto __pyx_L0;
|
17591
17595
|
|
17592
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17596
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17593
17597
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17594
17598
|
*
|
17595
17599
|
* @property # <<<<<<<<<<<<<<
|
@@ -17602,7 +17606,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17602
17606
|
return __pyx_r;
|
17603
17607
|
}
|
17604
17608
|
|
17605
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17609
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17606
17610
|
* return PyArray_MultiIter_NUMITER(self)
|
17607
17611
|
*
|
17608
17612
|
* @property # <<<<<<<<<<<<<<
|
@@ -17613,7 +17617,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17613
17617
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17614
17618
|
npy_intp __pyx_r;
|
17615
17619
|
|
17616
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17620
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17617
17621
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17618
17622
|
* """The total broadcasted size."""
|
17619
17623
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17623,7 +17627,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17623
17627
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17624
17628
|
goto __pyx_L0;
|
17625
17629
|
|
17626
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17630
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17627
17631
|
* return PyArray_MultiIter_NUMITER(self)
|
17628
17632
|
*
|
17629
17633
|
* @property # <<<<<<<<<<<<<<
|
@@ -17636,7 +17640,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17636
17640
|
return __pyx_r;
|
17637
17641
|
}
|
17638
17642
|
|
17639
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17643
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17640
17644
|
* return PyArray_MultiIter_SIZE(self)
|
17641
17645
|
*
|
17642
17646
|
* @property # <<<<<<<<<<<<<<
|
@@ -17647,7 +17651,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17647
17651
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17648
17652
|
npy_intp __pyx_r;
|
17649
17653
|
|
17650
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17651
17655
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17652
17656
|
* """The current (1-d) index into the broadcasted result."""
|
17653
17657
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17657,7 +17661,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17657
17661
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17658
17662
|
goto __pyx_L0;
|
17659
17663
|
|
17660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17661
17665
|
* return PyArray_MultiIter_SIZE(self)
|
17662
17666
|
*
|
17663
17667
|
* @property # <<<<<<<<<<<<<<
|
@@ -17670,7 +17674,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17670
17674
|
return __pyx_r;
|
17671
17675
|
}
|
17672
17676
|
|
17673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17674
17678
|
* return PyArray_MultiIter_INDEX(self)
|
17675
17679
|
*
|
17676
17680
|
* @property # <<<<<<<<<<<<<<
|
@@ -17681,7 +17685,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17681
17685
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17682
17686
|
int __pyx_r;
|
17683
17687
|
|
17684
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17685
17689
|
* cdef inline int nd(self) noexcept nogil:
|
17686
17690
|
* """The number of dimensions in the broadcasted result."""
|
17687
17691
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17691,7 +17695,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17691
17695
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17692
17696
|
goto __pyx_L0;
|
17693
17697
|
|
17694
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17698
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17695
17699
|
* return PyArray_MultiIter_INDEX(self)
|
17696
17700
|
*
|
17697
17701
|
* @property # <<<<<<<<<<<<<<
|
@@ -17704,7 +17708,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17704
17708
|
return __pyx_r;
|
17705
17709
|
}
|
17706
17710
|
|
17707
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17711
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17708
17712
|
* return PyArray_MultiIter_NDIM(self)
|
17709
17713
|
*
|
17710
17714
|
* @property # <<<<<<<<<<<<<<
|
@@ -17715,7 +17719,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17715
17719
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17716
17720
|
npy_intp *__pyx_r;
|
17717
17721
|
|
17718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17719
17723
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17720
17724
|
* """The shape of the broadcasted result."""
|
17721
17725
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17725,7 +17729,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17725
17729
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17726
17730
|
goto __pyx_L0;
|
17727
17731
|
|
17728
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17732
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17729
17733
|
* return PyArray_MultiIter_NDIM(self)
|
17730
17734
|
*
|
17731
17735
|
* @property # <<<<<<<<<<<<<<
|
@@ -17738,7 +17742,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17738
17742
|
return __pyx_r;
|
17739
17743
|
}
|
17740
17744
|
|
17741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17742
17746
|
* return PyArray_MultiIter_DIMS(self)
|
17743
17747
|
*
|
17744
17748
|
* @property # <<<<<<<<<<<<<<
|
@@ -17749,7 +17753,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17749
17753
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17750
17754
|
void **__pyx_r;
|
17751
17755
|
|
17752
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17756
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17753
17757
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17754
17758
|
* On return, the iterators are adjusted for broadcasting."""
|
17755
17759
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17759,7 +17763,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17759
17763
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17760
17764
|
goto __pyx_L0;
|
17761
17765
|
|
17762
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17766
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17763
17767
|
* return PyArray_MultiIter_DIMS(self)
|
17764
17768
|
*
|
17765
17769
|
* @property # <<<<<<<<<<<<<<
|
@@ -17772,7 +17776,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17772
17776
|
return __pyx_r;
|
17773
17777
|
}
|
17774
17778
|
|
17775
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17779
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17776
17780
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17777
17781
|
*
|
17778
17782
|
* @property # <<<<<<<<<<<<<<
|
@@ -17783,7 +17787,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17783
17787
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17784
17788
|
PyObject *__pyx_r;
|
17785
17789
|
|
17786
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17790
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17787
17791
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17788
17792
|
* """
|
17789
17793
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17793,7 +17797,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17793
17797
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17794
17798
|
goto __pyx_L0;
|
17795
17799
|
|
17796
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17797
17801
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17798
17802
|
*
|
17799
17803
|
* @property # <<<<<<<<<<<<<<
|
@@ -17806,7 +17810,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17806
17810
|
return __pyx_r;
|
17807
17811
|
}
|
17808
17812
|
|
17809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17813
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17810
17814
|
* return PyArray_BASE(self)
|
17811
17815
|
*
|
17812
17816
|
* @property # <<<<<<<<<<<<<<
|
@@ -17820,7 +17824,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17820
17824
|
PyArray_Descr *__pyx_t_1;
|
17821
17825
|
__Pyx_RefNannySetupContext("descr", 0);
|
17822
17826
|
|
17823
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17827
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17824
17828
|
* """Returns an owned reference to the dtype of the array.
|
17825
17829
|
* """
|
17826
17830
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17833,7 +17837,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17833
17837
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17834
17838
|
goto __pyx_L0;
|
17835
17839
|
|
17836
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17840
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17837
17841
|
* return PyArray_BASE(self)
|
17838
17842
|
*
|
17839
17843
|
* @property # <<<<<<<<<<<<<<
|
@@ -17848,7 +17852,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17848
17852
|
return __pyx_r;
|
17849
17853
|
}
|
17850
17854
|
|
17851
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17855
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17852
17856
|
* return <dtype>PyArray_DESCR(self)
|
17853
17857
|
*
|
17854
17858
|
* @property # <<<<<<<<<<<<<<
|
@@ -17859,7 +17863,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17859
17863
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17860
17864
|
int __pyx_r;
|
17861
17865
|
|
17862
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17863
17867
|
* """Returns the number of dimensions in the array.
|
17864
17868
|
* """
|
17865
17869
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17869,7 +17873,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17869
17873
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17870
17874
|
goto __pyx_L0;
|
17871
17875
|
|
17872
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17876
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17873
17877
|
* return <dtype>PyArray_DESCR(self)
|
17874
17878
|
*
|
17875
17879
|
* @property # <<<<<<<<<<<<<<
|
@@ -17882,7 +17886,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17882
17886
|
return __pyx_r;
|
17883
17887
|
}
|
17884
17888
|
|
17885
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17889
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17886
17890
|
* return PyArray_NDIM(self)
|
17887
17891
|
*
|
17888
17892
|
* @property # <<<<<<<<<<<<<<
|
@@ -17893,7 +17897,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17893
17897
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17894
17898
|
npy_intp *__pyx_r;
|
17895
17899
|
|
17896
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17900
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17897
17901
|
* Can return NULL for 0-dimensional arrays.
|
17898
17902
|
* """
|
17899
17903
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17903,7 +17907,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17903
17907
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17904
17908
|
goto __pyx_L0;
|
17905
17909
|
|
17906
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17910
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17907
17911
|
* return PyArray_NDIM(self)
|
17908
17912
|
*
|
17909
17913
|
* @property # <<<<<<<<<<<<<<
|
@@ -17916,7 +17920,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17916
17920
|
return __pyx_r;
|
17917
17921
|
}
|
17918
17922
|
|
17919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17923
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17920
17924
|
* return PyArray_DIMS(self)
|
17921
17925
|
*
|
17922
17926
|
* @property # <<<<<<<<<<<<<<
|
@@ -17927,7 +17931,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17927
17931
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17928
17932
|
npy_intp *__pyx_r;
|
17929
17933
|
|
17930
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17931
17935
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17932
17936
|
* """
|
17933
17937
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17937,7 +17941,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17937
17941
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17938
17942
|
goto __pyx_L0;
|
17939
17943
|
|
17940
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17944
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17941
17945
|
* return PyArray_DIMS(self)
|
17942
17946
|
*
|
17943
17947
|
* @property # <<<<<<<<<<<<<<
|
@@ -17950,7 +17954,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17950
17954
|
return __pyx_r;
|
17951
17955
|
}
|
17952
17956
|
|
17953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17957
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17954
17958
|
* return PyArray_STRIDES(self)
|
17955
17959
|
*
|
17956
17960
|
* @property # <<<<<<<<<<<<<<
|
@@ -17961,7 +17965,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17961
17965
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17962
17966
|
npy_intp __pyx_r;
|
17963
17967
|
|
17964
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17968
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17965
17969
|
* """Returns the total size (in number of elements) of the array.
|
17966
17970
|
* """
|
17967
17971
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17971,7 +17975,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17971
17975
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17972
17976
|
goto __pyx_L0;
|
17973
17977
|
|
17974
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17978
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17975
17979
|
* return PyArray_STRIDES(self)
|
17976
17980
|
*
|
17977
17981
|
* @property # <<<<<<<<<<<<<<
|
@@ -17984,7 +17988,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17984
17988
|
return __pyx_r;
|
17985
17989
|
}
|
17986
17990
|
|
17987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17988
17992
|
* return PyArray_SIZE(self)
|
17989
17993
|
*
|
17990
17994
|
* @property # <<<<<<<<<<<<<<
|
@@ -17995,7 +17999,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17995
17999
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17996
18000
|
char *__pyx_r;
|
17997
18001
|
|
17998
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18002
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17999
18003
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
18000
18004
|
* """
|
18001
18005
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -18005,7 +18009,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18005
18009
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
18006
18010
|
goto __pyx_L0;
|
18007
18011
|
|
18008
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18012
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
18009
18013
|
* return PyArray_SIZE(self)
|
18010
18014
|
*
|
18011
18015
|
* @property # <<<<<<<<<<<<<<
|
@@ -18018,7 +18022,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18018
18022
|
return __pyx_r;
|
18019
18023
|
}
|
18020
18024
|
|
18021
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18025
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18022
18026
|
* ctypedef long double complex clongdouble_t
|
18023
18027
|
*
|
18024
18028
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18035,7 +18039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18035
18039
|
int __pyx_clineno = 0;
|
18036
18040
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18037
18041
|
|
18038
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18042
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
18039
18043
|
*
|
18040
18044
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18041
18045
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18049,7 +18053,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18049
18053
|
__pyx_t_1 = 0;
|
18050
18054
|
goto __pyx_L0;
|
18051
18055
|
|
18052
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18056
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18053
18057
|
* ctypedef long double complex clongdouble_t
|
18054
18058
|
*
|
18055
18059
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18068,7 +18072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18068
18072
|
return __pyx_r;
|
18069
18073
|
}
|
18070
18074
|
|
18071
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18075
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18072
18076
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18073
18077
|
*
|
18074
18078
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18085,7 +18089,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18085
18089
|
int __pyx_clineno = 0;
|
18086
18090
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18087
18091
|
|
18088
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18092
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
18089
18093
|
*
|
18090
18094
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18091
18095
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18099,7 +18103,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18099
18103
|
__pyx_t_1 = 0;
|
18100
18104
|
goto __pyx_L0;
|
18101
18105
|
|
18102
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18106
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18103
18107
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18104
18108
|
*
|
18105
18109
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18118,7 +18122,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18118
18122
|
return __pyx_r;
|
18119
18123
|
}
|
18120
18124
|
|
18121
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18125
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18122
18126
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18123
18127
|
*
|
18124
18128
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18135,7 +18139,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18135
18139
|
int __pyx_clineno = 0;
|
18136
18140
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18137
18141
|
|
18138
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18142
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
18139
18143
|
*
|
18140
18144
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18141
18145
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18149,7 +18153,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18149
18153
|
__pyx_t_1 = 0;
|
18150
18154
|
goto __pyx_L0;
|
18151
18155
|
|
18152
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18156
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18153
18157
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18154
18158
|
*
|
18155
18159
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18168,7 +18172,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18168
18172
|
return __pyx_r;
|
18169
18173
|
}
|
18170
18174
|
|
18171
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18175
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18172
18176
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18173
18177
|
*
|
18174
18178
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18185,7 +18189,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18185
18189
|
int __pyx_clineno = 0;
|
18186
18190
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18187
18191
|
|
18188
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18192
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18189
18193
|
*
|
18190
18194
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18191
18195
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18199,7 +18203,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18199
18203
|
__pyx_t_1 = 0;
|
18200
18204
|
goto __pyx_L0;
|
18201
18205
|
|
18202
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18206
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18203
18207
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18204
18208
|
*
|
18205
18209
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18218,7 +18222,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18218
18222
|
return __pyx_r;
|
18219
18223
|
}
|
18220
18224
|
|
18221
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18222
18226
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18223
18227
|
*
|
18224
18228
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18235,7 +18239,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18235
18239
|
int __pyx_clineno = 0;
|
18236
18240
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18237
18241
|
|
18238
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18242
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18239
18243
|
*
|
18240
18244
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18241
18245
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18249,7 +18253,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18249
18253
|
__pyx_t_1 = 0;
|
18250
18254
|
goto __pyx_L0;
|
18251
18255
|
|
18252
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18253
18257
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18254
18258
|
*
|
18255
18259
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18268,7 +18272,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18268
18272
|
return __pyx_r;
|
18269
18273
|
}
|
18270
18274
|
|
18271
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18275
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18272
18276
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18273
18277
|
*
|
18274
18278
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18283,7 +18287,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18283
18287
|
PyObject *__pyx_t_2;
|
18284
18288
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18285
18289
|
|
18286
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18290
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18287
18291
|
*
|
18288
18292
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18289
18293
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18293,7 +18297,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18293
18297
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18294
18298
|
if (__pyx_t_1) {
|
18295
18299
|
|
18296
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18300
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18297
18301
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18298
18302
|
* if PyDataType_HASSUBARRAY(d):
|
18299
18303
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18306,7 +18310,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18306
18310
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18307
18311
|
goto __pyx_L0;
|
18308
18312
|
|
18309
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18313
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18310
18314
|
*
|
18311
18315
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18312
18316
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18315,7 +18319,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18315
18319
|
*/
|
18316
18320
|
}
|
18317
18321
|
|
18318
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18322
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18319
18323
|
* return <tuple>d.subarray.shape
|
18320
18324
|
* else:
|
18321
18325
|
* return () # <<<<<<<<<<<<<<
|
@@ -18329,7 +18333,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18329
18333
|
goto __pyx_L0;
|
18330
18334
|
}
|
18331
18335
|
|
18332
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18336
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18333
18337
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18334
18338
|
*
|
18335
18339
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18344,7 +18348,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18344
18348
|
return __pyx_r;
|
18345
18349
|
}
|
18346
18350
|
|
18347
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18351
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18348
18352
|
* int _import_umath() except -1
|
18349
18353
|
*
|
18350
18354
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18358,7 +18362,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18358
18362
|
const char *__pyx_filename = NULL;
|
18359
18363
|
int __pyx_clineno = 0;
|
18360
18364
|
|
18361
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18365
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18362
18366
|
*
|
18363
18367
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18364
18368
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18367,7 +18371,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18367
18371
|
*/
|
18368
18372
|
Py_INCREF(__pyx_v_base);
|
18369
18373
|
|
18370
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18374
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18371
18375
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18372
18376
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18373
18377
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18376,7 +18380,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18376
18380
|
*/
|
18377
18381
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1012, __pyx_L1_error)
|
18378
18382
|
|
18379
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18383
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18380
18384
|
* int _import_umath() except -1
|
18381
18385
|
*
|
18382
18386
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18391,7 +18395,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18391
18395
|
__pyx_L0:;
|
18392
18396
|
}
|
18393
18397
|
|
18394
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18395
18399
|
* PyArray_SetBaseObject(arr, base)
|
18396
18400
|
*
|
18397
18401
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18406,7 +18410,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18406
18410
|
int __pyx_t_1;
|
18407
18411
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18408
18412
|
|
18409
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18413
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18410
18414
|
*
|
18411
18415
|
* cdef inline object get_array_base(ndarray arr):
|
18412
18416
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18415,7 +18419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18415
18419
|
*/
|
18416
18420
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18417
18421
|
|
18418
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18419
18423
|
* cdef inline object get_array_base(ndarray arr):
|
18420
18424
|
* base = PyArray_BASE(arr)
|
18421
18425
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18425,7 +18429,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18425
18429
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18426
18430
|
if (__pyx_t_1) {
|
18427
18431
|
|
18428
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18432
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18429
18433
|
* base = PyArray_BASE(arr)
|
18430
18434
|
* if base is NULL:
|
18431
18435
|
* return None # <<<<<<<<<<<<<<
|
@@ -18436,7 +18440,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18436
18440
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18437
18441
|
goto __pyx_L0;
|
18438
18442
|
|
18439
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18443
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18440
18444
|
* cdef inline object get_array_base(ndarray arr):
|
18441
18445
|
* base = PyArray_BASE(arr)
|
18442
18446
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18445,7 +18449,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18445
18449
|
*/
|
18446
18450
|
}
|
18447
18451
|
|
18448
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18452
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18449
18453
|
* if base is NULL:
|
18450
18454
|
* return None
|
18451
18455
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18457,7 +18461,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18457
18461
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18458
18462
|
goto __pyx_L0;
|
18459
18463
|
|
18460
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18461
18465
|
* PyArray_SetBaseObject(arr, base)
|
18462
18466
|
*
|
18463
18467
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18472,7 +18476,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18472
18476
|
return __pyx_r;
|
18473
18477
|
}
|
18474
18478
|
|
18475
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18479
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18476
18480
|
* # Versions of the import_* functions which are more suitable for
|
18477
18481
|
* # Cython code.
|
18478
18482
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18499,7 +18503,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18499
18503
|
int __pyx_clineno = 0;
|
18500
18504
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18501
18505
|
|
18502
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18506
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18503
18507
|
* # Cython code.
|
18504
18508
|
* cdef inline int import_array() except -1:
|
18505
18509
|
* try: # <<<<<<<<<<<<<<
|
@@ -18515,7 +18519,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18515
18519
|
__Pyx_XGOTREF(__pyx_t_3);
|
18516
18520
|
/*try:*/ {
|
18517
18521
|
|
18518
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18522
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18519
18523
|
* cdef inline int import_array() except -1:
|
18520
18524
|
* try:
|
18521
18525
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18524,7 +18528,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18524
18528
|
*/
|
18525
18529
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18526
18530
|
|
18527
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18531
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18528
18532
|
* # Cython code.
|
18529
18533
|
* cdef inline int import_array() except -1:
|
18530
18534
|
* try: # <<<<<<<<<<<<<<
|
@@ -18538,7 +18542,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18538
18542
|
goto __pyx_L8_try_end;
|
18539
18543
|
__pyx_L3_error:;
|
18540
18544
|
|
18541
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18545
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18542
18546
|
* try:
|
18543
18547
|
* __pyx_import_array()
|
18544
18548
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18553,7 +18557,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18553
18557
|
__Pyx_XGOTREF(__pyx_t_6);
|
18554
18558
|
__Pyx_XGOTREF(__pyx_t_7);
|
18555
18559
|
|
18556
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18560
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18557
18561
|
* __pyx_import_array()
|
18558
18562
|
* except Exception:
|
18559
18563
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18578,7 +18582,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18578
18582
|
}
|
18579
18583
|
goto __pyx_L5_except_error;
|
18580
18584
|
|
18581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18585
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18582
18586
|
* # Cython code.
|
18583
18587
|
* cdef inline int import_array() except -1:
|
18584
18588
|
* try: # <<<<<<<<<<<<<<
|
@@ -18594,7 +18598,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18594
18598
|
__pyx_L8_try_end:;
|
18595
18599
|
}
|
18596
18600
|
|
18597
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18601
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18598
18602
|
* # Versions of the import_* functions which are more suitable for
|
18599
18603
|
* # Cython code.
|
18600
18604
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18619,7 +18623,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18619
18623
|
return __pyx_r;
|
18620
18624
|
}
|
18621
18625
|
|
18622
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18626
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18623
18627
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18624
18628
|
*
|
18625
18629
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18646,7 +18650,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18646
18650
|
int __pyx_clineno = 0;
|
18647
18651
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18648
18652
|
|
18649
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18653
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18650
18654
|
*
|
18651
18655
|
* cdef inline int import_umath() except -1:
|
18652
18656
|
* try: # <<<<<<<<<<<<<<
|
@@ -18662,7 +18666,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18662
18666
|
__Pyx_XGOTREF(__pyx_t_3);
|
18663
18667
|
/*try:*/ {
|
18664
18668
|
|
18665
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18669
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18666
18670
|
* cdef inline int import_umath() except -1:
|
18667
18671
|
* try:
|
18668
18672
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18671,7 +18675,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18671
18675
|
*/
|
18672
18676
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18673
18677
|
|
18674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18675
18679
|
*
|
18676
18680
|
* cdef inline int import_umath() except -1:
|
18677
18681
|
* try: # <<<<<<<<<<<<<<
|
@@ -18685,7 +18689,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18685
18689
|
goto __pyx_L8_try_end;
|
18686
18690
|
__pyx_L3_error:;
|
18687
18691
|
|
18688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18692
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18689
18693
|
* try:
|
18690
18694
|
* _import_umath()
|
18691
18695
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18700,7 +18704,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18700
18704
|
__Pyx_XGOTREF(__pyx_t_6);
|
18701
18705
|
__Pyx_XGOTREF(__pyx_t_7);
|
18702
18706
|
|
18703
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18707
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18704
18708
|
* _import_umath()
|
18705
18709
|
* except Exception:
|
18706
18710
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18725,7 +18729,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18725
18729
|
}
|
18726
18730
|
goto __pyx_L5_except_error;
|
18727
18731
|
|
18728
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18732
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18729
18733
|
*
|
18730
18734
|
* cdef inline int import_umath() except -1:
|
18731
18735
|
* try: # <<<<<<<<<<<<<<
|
@@ -18741,7 +18745,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18741
18745
|
__pyx_L8_try_end:;
|
18742
18746
|
}
|
18743
18747
|
|
18744
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18745
18749
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18746
18750
|
*
|
18747
18751
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18766,7 +18770,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18766
18770
|
return __pyx_r;
|
18767
18771
|
}
|
18768
18772
|
|
18769
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18773
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18770
18774
|
* raise ImportError("numpy._core.umath failed to import")
|
18771
18775
|
*
|
18772
18776
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18793,7 +18797,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18793
18797
|
int __pyx_clineno = 0;
|
18794
18798
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18795
18799
|
|
18796
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18797
18801
|
*
|
18798
18802
|
* cdef inline int import_ufunc() except -1:
|
18799
18803
|
* try: # <<<<<<<<<<<<<<
|
@@ -18809,7 +18813,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18809
18813
|
__Pyx_XGOTREF(__pyx_t_3);
|
18810
18814
|
/*try:*/ {
|
18811
18815
|
|
18812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18813
18817
|
* cdef inline int import_ufunc() except -1:
|
18814
18818
|
* try:
|
18815
18819
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18818,7 +18822,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18818
18822
|
*/
|
18819
18823
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18820
18824
|
|
18821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18822
18826
|
*
|
18823
18827
|
* cdef inline int import_ufunc() except -1:
|
18824
18828
|
* try: # <<<<<<<<<<<<<<
|
@@ -18832,7 +18836,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18832
18836
|
goto __pyx_L8_try_end;
|
18833
18837
|
__pyx_L3_error:;
|
18834
18838
|
|
18835
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18839
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18836
18840
|
* try:
|
18837
18841
|
* _import_umath()
|
18838
18842
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18847,7 +18851,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18847
18851
|
__Pyx_XGOTREF(__pyx_t_6);
|
18848
18852
|
__Pyx_XGOTREF(__pyx_t_7);
|
18849
18853
|
|
18850
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18854
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18851
18855
|
* _import_umath()
|
18852
18856
|
* except Exception:
|
18853
18857
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18872,7 +18876,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18872
18876
|
}
|
18873
18877
|
goto __pyx_L5_except_error;
|
18874
18878
|
|
18875
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18879
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18876
18880
|
*
|
18877
18881
|
* cdef inline int import_ufunc() except -1:
|
18878
18882
|
* try: # <<<<<<<<<<<<<<
|
@@ -18888,7 +18892,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18888
18892
|
__pyx_L8_try_end:;
|
18889
18893
|
}
|
18890
18894
|
|
18891
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18895
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18892
18896
|
* raise ImportError("numpy._core.umath failed to import")
|
18893
18897
|
*
|
18894
18898
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18913,7 +18917,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18913
18917
|
return __pyx_r;
|
18914
18918
|
}
|
18915
18919
|
|
18916
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18920
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18917
18921
|
*
|
18918
18922
|
*
|
18919
18923
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18924,7 +18928,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18924
18928
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18925
18929
|
int __pyx_r;
|
18926
18930
|
|
18927
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18931
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18928
18932
|
* bool
|
18929
18933
|
* """
|
18930
18934
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18934,7 +18938,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18934
18938
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18935
18939
|
goto __pyx_L0;
|
18936
18940
|
|
18937
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18941
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18938
18942
|
*
|
18939
18943
|
*
|
18940
18944
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18947,7 +18951,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18947
18951
|
return __pyx_r;
|
18948
18952
|
}
|
18949
18953
|
|
18950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18954
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18951
18955
|
*
|
18952
18956
|
*
|
18953
18957
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18958,7 +18962,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18958
18962
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18959
18963
|
int __pyx_r;
|
18960
18964
|
|
18961
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18965
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18962
18966
|
* bool
|
18963
18967
|
* """
|
18964
18968
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18968,7 +18972,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18968
18972
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18969
18973
|
goto __pyx_L0;
|
18970
18974
|
|
18971
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18975
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18972
18976
|
*
|
18973
18977
|
*
|
18974
18978
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18981,7 +18985,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18981
18985
|
return __pyx_r;
|
18982
18986
|
}
|
18983
18987
|
|
18984
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18988
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18985
18989
|
*
|
18986
18990
|
*
|
18987
18991
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18992,7 +18996,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18992
18996
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18993
18997
|
npy_datetime __pyx_r;
|
18994
18998
|
|
18995
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18999
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18996
19000
|
* also needed. That can be found using `get_datetime64_unit`.
|
18997
19001
|
* """
|
18998
19002
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19002,7 +19006,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19002
19006
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
19003
19007
|
goto __pyx_L0;
|
19004
19008
|
|
19005
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19009
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
19006
19010
|
*
|
19007
19011
|
*
|
19008
19012
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19015,7 +19019,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19015
19019
|
return __pyx_r;
|
19016
19020
|
}
|
19017
19021
|
|
19018
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19022
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19019
19023
|
*
|
19020
19024
|
*
|
19021
19025
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19026,7 +19030,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19026
19030
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19027
19031
|
npy_timedelta __pyx_r;
|
19028
19032
|
|
19029
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19033
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
19030
19034
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19031
19035
|
* """
|
19032
19036
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19036,7 +19040,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19036
19040
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19037
19041
|
goto __pyx_L0;
|
19038
19042
|
|
19039
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19043
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19040
19044
|
*
|
19041
19045
|
*
|
19042
19046
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19049,7 +19053,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19049
19053
|
return __pyx_r;
|
19050
19054
|
}
|
19051
19055
|
|
19052
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19056
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19053
19057
|
*
|
19054
19058
|
*
|
19055
19059
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19060,7 +19064,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19060
19064
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19061
19065
|
NPY_DATETIMEUNIT __pyx_r;
|
19062
19066
|
|
19063
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19067
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
19064
19068
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19065
19069
|
* """
|
19066
19070
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19070,7 +19074,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19070
19074
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19071
19075
|
goto __pyx_L0;
|
19072
19076
|
|
19073
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19077
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19074
19078
|
*
|
19075
19079
|
*
|
19076
19080
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19202,7 +19206,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue(struct __pyx_t_6edsger_
|
|
19202
19206
|
*
|
19203
19207
|
* cdef void _initialize_element( # <<<<<<<<<<<<<<
|
19204
19208
|
* PriorityQueue* pqueue,
|
19205
|
-
* size_t element_idx) nogil
|
19209
|
+
* size_t element_idx) noexcept nogil:
|
19206
19210
|
*/
|
19207
19211
|
|
19208
19212
|
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) {
|
@@ -19241,7 +19245,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__initialize_element(struct __pyx_t_
|
|
19241
19245
|
*
|
19242
19246
|
* cdef void _initialize_element( # <<<<<<<<<<<<<<
|
19243
19247
|
* PriorityQueue* pqueue,
|
19244
|
-
* size_t element_idx) nogil
|
19248
|
+
* size_t element_idx) noexcept nogil:
|
19245
19249
|
*/
|
19246
19250
|
|
19247
19251
|
/* function exit code */
|
@@ -19251,7 +19255,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__initialize_element(struct __pyx_t_
|
|
19251
19255
|
*
|
19252
19256
|
*
|
19253
19257
|
* cdef void free_pqueue( # <<<<<<<<<<<<<<
|
19254
|
-
* PriorityQueue* pqueue) nogil
|
19258
|
+
* PriorityQueue* pqueue) noexcept nogil:
|
19255
19259
|
* """
|
19256
19260
|
*/
|
19257
19261
|
|
@@ -19279,7 +19283,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue(struct __pyx_t_6edsger_
|
|
19279
19283
|
*
|
19280
19284
|
*
|
19281
19285
|
* cdef void free_pqueue( # <<<<<<<<<<<<<<
|
19282
|
-
* PriorityQueue* pqueue) nogil
|
19286
|
+
* PriorityQueue* pqueue) noexcept nogil:
|
19283
19287
|
* """
|
19284
19288
|
*/
|
19285
19289
|
|
@@ -19397,7 +19401,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key(struct __pyx_t_6edsger
|
|
19397
19401
|
/* "edsger/pq_4ary_dec_0b.pyx":157
|
19398
19402
|
*
|
19399
19403
|
*
|
19400
|
-
* cdef DTYPE_t peek(PriorityQueue* pqueue) nogil
|
19404
|
+
* cdef DTYPE_t peek(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19401
19405
|
* """
|
19402
19406
|
* Find heap min key.
|
19403
19407
|
*/
|
@@ -19418,7 +19422,7 @@ static __pyx_t_6edsger_7commons_DTYPE_t __pyx_f_6edsger_14pq_4ary_dec_0b_peek(st
|
|
19418
19422
|
/* "edsger/pq_4ary_dec_0b.pyx":157
|
19419
19423
|
*
|
19420
19424
|
*
|
19421
|
-
* cdef DTYPE_t peek(PriorityQueue* pqueue) nogil
|
19425
|
+
* cdef DTYPE_t peek(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19422
19426
|
* """
|
19423
19427
|
* Find heap min key.
|
19424
19428
|
*/
|
@@ -19431,7 +19435,7 @@ static __pyx_t_6edsger_7commons_DTYPE_t __pyx_f_6edsger_14pq_4ary_dec_0b_peek(st
|
|
19431
19435
|
/* "edsger/pq_4ary_dec_0b.pyx":177
|
19432
19436
|
*
|
19433
19437
|
*
|
19434
|
-
* cdef bint is_empty(PriorityQueue* pqueue) nogil
|
19438
|
+
* cdef bint is_empty(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19435
19439
|
* """
|
19436
19440
|
* Check if the heap is empty.
|
19437
19441
|
*/
|
@@ -19491,7 +19495,7 @@ static int __pyx_f_6edsger_14pq_4ary_dec_0b_is_empty(struct __pyx_t_6edsger_14pq
|
|
19491
19495
|
/* "edsger/pq_4ary_dec_0b.pyx":177
|
19492
19496
|
*
|
19493
19497
|
*
|
19494
|
-
* cdef bint is_empty(PriorityQueue* pqueue) nogil
|
19498
|
+
* cdef bint is_empty(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19495
19499
|
* """
|
19496
19500
|
* Check if the heap is empty.
|
19497
19501
|
*/
|
@@ -19504,7 +19508,7 @@ static int __pyx_f_6edsger_14pq_4ary_dec_0b_is_empty(struct __pyx_t_6edsger_14pq
|
|
19504
19508
|
/* "edsger/pq_4ary_dec_0b.pyx":193
|
19505
19509
|
*
|
19506
19510
|
*
|
19507
|
-
* cdef size_t extract_min(PriorityQueue* pqueue) nogil
|
19511
|
+
* cdef size_t extract_min(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19508
19512
|
* """
|
19509
19513
|
* Extract element with min keay from the heap,
|
19510
19514
|
*/
|
@@ -19602,7 +19606,7 @@ static size_t __pyx_f_6edsger_14pq_4ary_dec_0b_extract_min(struct __pyx_t_6edsge
|
|
19602
19606
|
/* "edsger/pq_4ary_dec_0b.pyx":193
|
19603
19607
|
*
|
19604
19608
|
*
|
19605
|
-
* cdef size_t extract_min(PriorityQueue* pqueue) nogil
|
19609
|
+
* cdef size_t extract_min(PriorityQueue* pqueue) noexcept nogil: # <<<<<<<<<<<<<<
|
19606
19610
|
* """
|
19607
19611
|
* Extract element with min keay from the heap,
|
19608
19612
|
*/
|
@@ -19865,7 +19869,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__exchange_nodes(struct __pyx_t_6eds
|
|
19865
19869
|
*
|
19866
19870
|
* cdef void _min_heapify( # <<<<<<<<<<<<<<
|
19867
19871
|
* PriorityQueue* pqueue,
|
19868
|
-
* size_t node_idx) nogil
|
19872
|
+
* size_t node_idx) noexcept nogil:
|
19869
19873
|
*/
|
19870
19874
|
|
19871
19875
|
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) {
|
@@ -20532,7 +20536,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b__min_heapify(struct __pyx_t_6edsger
|
|
20532
20536
|
*
|
20533
20537
|
* cdef void _min_heapify( # <<<<<<<<<<<<<<
|
20534
20538
|
* PriorityQueue* pqueue,
|
20535
|
-
* size_t node_idx) nogil
|
20539
|
+
* size_t node_idx) noexcept nogil:
|
20536
20540
|
*/
|
20537
20541
|
|
20538
20542
|
/* function exit code */
|
@@ -22990,7 +22994,7 @@ static PyObject *__pyx_pf_6edsger_14pq_4ary_dec_0b_10extract_min_01(CYTHON_UNUSE
|
|
22990
22994
|
static PyObject *__pyx_pw_6edsger_14pq_4ary_dec_0b_13is_empty_01(PyObject *__pyx_self, CYTHON_UNUSED PyObject *unused); /*proto*/
|
22991
22995
|
static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int __pyx_skip_dispatch) {
|
22992
22996
|
struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue __pyx_v_pqueue;
|
22993
|
-
CYTHON_UNUSED size_t
|
22997
|
+
CYTHON_UNUSED size_t __pyx_v__;
|
22994
22998
|
PyObject *__pyx_r = NULL;
|
22995
22999
|
__Pyx_RefNannyDeclarations
|
22996
23000
|
int __pyx_t_1;
|
@@ -23032,7 +23036,7 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int
|
|
23032
23036
|
* assert is_empty(&pqueue) == 1
|
23033
23037
|
* insert(&pqueue, 1, 3.0) # <<<<<<<<<<<<<<
|
23034
23038
|
* assert is_empty(&pqueue) == 0
|
23035
|
-
*
|
23039
|
+
* _ = extract_min(&pqueue)
|
23036
23040
|
*/
|
23037
23041
|
__pyx_f_6edsger_14pq_4ary_dec_0b_insert((&__pyx_v_pqueue), 1, 3.0);
|
23038
23042
|
|
@@ -23040,7 +23044,7 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int
|
|
23040
23044
|
* assert is_empty(&pqueue) == 1
|
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
|
#ifndef CYTHON_WITHOUT_ASSERTIONS
|
@@ -23058,15 +23062,15 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_is_empty_01(CYTHON_UNUSED int
|
|
23058
23062
|
/* "edsger/pq_4ary_dec_0b.pyx":597
|
23059
23063
|
* insert(&pqueue, 1, 3.0)
|
23060
23064
|
* assert is_empty(&pqueue) == 0
|
23061
|
-
*
|
23065
|
+
* _ = extract_min(&pqueue) # <<<<<<<<<<<<<<
|
23062
23066
|
* assert is_empty(&pqueue) == 1
|
23063
23067
|
*
|
23064
23068
|
*/
|
23065
|
-
|
23069
|
+
__pyx_v__ = __pyx_f_6edsger_14pq_4ary_dec_0b_extract_min((&__pyx_v_pqueue));
|
23066
23070
|
|
23067
23071
|
/* "edsger/pq_4ary_dec_0b.pyx":598
|
23068
23072
|
* assert is_empty(&pqueue) == 0
|
23069
|
-
*
|
23073
|
+
* _ = extract_min(&pqueue)
|
23070
23074
|
* assert is_empty(&pqueue) == 1 # <<<<<<<<<<<<<<
|
23071
23075
|
*
|
23072
23076
|
* free_pqueue(&pqueue)
|
@@ -23903,7 +23907,7 @@ static PyObject *__pyx_pf_6edsger_14pq_4ary_dec_0b_14decrease_key_01(CYTHON_UNUS
|
|
23903
23907
|
/* "edsger/pq_4ary_dec_0b.pyx":655
|
23904
23908
|
*
|
23905
23909
|
*
|
23906
|
-
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) nogil: # <<<<<<<<<<<<<<
|
23910
|
+
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) noexcept nogil: # <<<<<<<<<<<<<<
|
23907
23911
|
* """
|
23908
23912
|
* Heap sort by inerting all the values into the priority queue,
|
23909
23913
|
*/
|
@@ -23995,7 +23999,7 @@ static void __pyx_f_6edsger_14pq_4ary_dec_0b_heapsort(__Pyx_memviewslice __pyx_v
|
|
23995
23999
|
/* "edsger/pq_4ary_dec_0b.pyx":655
|
23996
24000
|
*
|
23997
24001
|
*
|
23998
|
-
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) nogil: # <<<<<<<<<<<<<<
|
24002
|
+
* cdef void heapsort(DTYPE_t[::1] values_in, DTYPE_t[::1] values_out) noexcept nogil: # <<<<<<<<<<<<<<
|
23999
24003
|
* """
|
24000
24004
|
* Heap sort by inerting all the values into the priority queue,
|
24001
24005
|
*/
|
@@ -24044,16 +24048,16 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24044
24048
|
}
|
24045
24049
|
}
|
24046
24050
|
|
24047
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24048
|
-
*
|
24051
|
+
/* "edsger/pq_4ary_dec_0b.pyx":679
|
24052
|
+
* """
|
24049
24053
|
*
|
24050
24054
|
* rng = np.random.default_rng(random_seed) # <<<<<<<<<<<<<<
|
24051
24055
|
* values_in = rng.random(size=n)
|
24052
24056
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY)
|
24053
24057
|
*/
|
24054
|
-
__Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
24058
|
+
__Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 679, __pyx_L1_error)
|
24055
24059
|
__Pyx_GOTREF(__pyx_t_3);
|
24056
|
-
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_random); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
24060
|
+
__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)
|
24057
24061
|
__Pyx_GOTREF(__pyx_t_4);
|
24058
24062
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
24059
24063
|
__pyx_t_2 = __pyx_t_4;
|
@@ -24064,13 +24068,13 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24064
24068
|
__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));
|
24065
24069
|
__Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24066
24070
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24067
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24071
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 679, __pyx_L1_error)
|
24068
24072
|
__Pyx_GOTREF(__pyx_t_1);
|
24069
24073
|
}
|
24070
24074
|
__pyx_v_rng = __pyx_t_1;
|
24071
24075
|
__pyx_t_1 = 0;
|
24072
24076
|
|
24073
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24077
|
+
/* "edsger/pq_4ary_dec_0b.pyx":680
|
24074
24078
|
*
|
24075
24079
|
* rng = np.random.default_rng(random_seed)
|
24076
24080
|
* values_in = rng.random(size=n) # <<<<<<<<<<<<<<
|
@@ -24079,25 +24083,25 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24079
24083
|
*/
|
24080
24084
|
__pyx_t_4 = __pyx_v_rng;
|
24081
24085
|
__Pyx_INCREF(__pyx_t_4);
|
24082
|
-
__pyx_t_2 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24086
|
+
__pyx_t_2 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 680, __pyx_L1_error)
|
24083
24087
|
__Pyx_GOTREF(__pyx_t_2);
|
24084
24088
|
__pyx_t_5 = 0;
|
24085
24089
|
{
|
24086
24090
|
PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_4, NULL};
|
24087
|
-
__pyx_t_3 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
24091
|
+
__pyx_t_3 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 680, __pyx_L1_error)
|
24088
24092
|
__Pyx_GOTREF(__pyx_t_3);
|
24089
|
-
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,
|
24093
|
+
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)
|
24090
24094
|
__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);
|
24091
24095
|
__Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24092
24096
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24093
24097
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
24094
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24098
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 680, __pyx_L1_error)
|
24095
24099
|
__Pyx_GOTREF(__pyx_t_1);
|
24096
24100
|
}
|
24097
24101
|
__pyx_v_values_in = __pyx_t_1;
|
24098
24102
|
__pyx_t_1 = 0;
|
24099
24103
|
|
24100
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24104
|
+
/* "edsger/pq_4ary_dec_0b.pyx":681
|
24101
24105
|
* rng = np.random.default_rng(random_seed)
|
24102
24106
|
* values_in = rng.random(size=n)
|
24103
24107
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY) # <<<<<<<<<<<<<<
|
@@ -24105,12 +24109,12 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24105
24109
|
* values_in_sorted = np.sort(values_in)
|
24106
24110
|
*/
|
24107
24111
|
__pyx_t_3 = NULL;
|
24108
|
-
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24112
|
+
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24109
24113
|
__Pyx_GOTREF(__pyx_t_2);
|
24110
|
-
__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,
|
24114
|
+
__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)
|
24111
24115
|
__Pyx_GOTREF(__pyx_t_4);
|
24112
24116
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24113
|
-
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_DTYPE_PY); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24117
|
+
__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)
|
24114
24118
|
__Pyx_GOTREF(__pyx_t_2);
|
24115
24119
|
__pyx_t_5 = 1;
|
24116
24120
|
#if CYTHON_UNPACK_METHODS
|
@@ -24126,36 +24130,36 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24126
24130
|
#endif
|
24127
24131
|
{
|
24128
24132
|
PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_3, __pyx_v_values_in};
|
24129
|
-
__pyx_t_6 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0,
|
24133
|
+
__pyx_t_6 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24130
24134
|
__Pyx_GOTREF(__pyx_t_6);
|
24131
|
-
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,
|
24135
|
+
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)
|
24132
24136
|
__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);
|
24133
24137
|
__Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
|
24134
24138
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24135
24139
|
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
|
24136
24140
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24137
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24141
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 681, __pyx_L1_error)
|
24138
24142
|
__Pyx_GOTREF(__pyx_t_1);
|
24139
24143
|
}
|
24140
24144
|
__pyx_v_values_out = __pyx_t_1;
|
24141
24145
|
__pyx_t_1 = 0;
|
24142
24146
|
|
24143
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24147
|
+
/* "edsger/pq_4ary_dec_0b.pyx":682
|
24144
24148
|
* values_in = rng.random(size=n)
|
24145
24149
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY)
|
24146
24150
|
* heapsort(values_in, values_out) # <<<<<<<<<<<<<<
|
24147
24151
|
* values_in_sorted = np.sort(values_in)
|
24148
24152
|
* np.testing.assert_array_equal(values_in_sorted, values_out)
|
24149
24153
|
*/
|
24150
|
-
__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,
|
24151
|
-
__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,
|
24152
|
-
__pyx_f_6edsger_14pq_4ary_dec_0b_heapsort(__pyx_t_7, __pyx_t_8);
|
24154
|
+
__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)
|
24155
|
+
__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)
|
24156
|
+
__pyx_f_6edsger_14pq_4ary_dec_0b_heapsort(__pyx_t_7, __pyx_t_8);
|
24153
24157
|
__PYX_XCLEAR_MEMVIEW(&__pyx_t_7, 1);
|
24154
24158
|
__pyx_t_7.memview = NULL; __pyx_t_7.data = NULL;
|
24155
24159
|
__PYX_XCLEAR_MEMVIEW(&__pyx_t_8, 1);
|
24156
24160
|
__pyx_t_8.memview = NULL; __pyx_t_8.data = NULL;
|
24157
24161
|
|
24158
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24162
|
+
/* "edsger/pq_4ary_dec_0b.pyx":683
|
24159
24163
|
* values_out = np.empty_like(values_in, dtype=DTYPE_PY)
|
24160
24164
|
* heapsort(values_in, values_out)
|
24161
24165
|
* values_in_sorted = np.sort(values_in) # <<<<<<<<<<<<<<
|
@@ -24163,9 +24167,9 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24163
24167
|
*
|
24164
24168
|
*/
|
24165
24169
|
__pyx_t_4 = NULL;
|
24166
|
-
__Pyx_GetModuleGlobalName(__pyx_t_6, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_6)) __PYX_ERR(0,
|
24170
|
+
__Pyx_GetModuleGlobalName(__pyx_t_6, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 683, __pyx_L1_error)
|
24167
24171
|
__Pyx_GOTREF(__pyx_t_6);
|
24168
|
-
__pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_mstate_global->__pyx_n_u_sort); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
24172
|
+
__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)
|
24169
24173
|
__Pyx_GOTREF(__pyx_t_2);
|
24170
24174
|
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
|
24171
24175
|
__pyx_t_5 = 1;
|
@@ -24185,22 +24189,22 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24185
24189
|
__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));
|
24186
24190
|
__Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24187
24191
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24188
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24192
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 683, __pyx_L1_error)
|
24189
24193
|
__Pyx_GOTREF(__pyx_t_1);
|
24190
24194
|
}
|
24191
24195
|
__pyx_v_values_in_sorted = __pyx_t_1;
|
24192
24196
|
__pyx_t_1 = 0;
|
24193
24197
|
|
24194
|
-
/* "edsger/pq_4ary_dec_0b.pyx":
|
24198
|
+
/* "edsger/pq_4ary_dec_0b.pyx":684
|
24195
24199
|
* heapsort(values_in, values_out)
|
24196
24200
|
* values_in_sorted = np.sort(values_in)
|
24197
24201
|
* np.testing.assert_array_equal(values_in_sorted, values_out) # <<<<<<<<<<<<<<
|
24198
24202
|
*
|
24199
24203
|
*
|
24200
24204
|
*/
|
24201
|
-
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
24205
|
+
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 684, __pyx_L1_error)
|
24202
24206
|
__Pyx_GOTREF(__pyx_t_4);
|
24203
|
-
__pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_testing); if (unlikely(!__pyx_t_6)) __PYX_ERR(0,
|
24207
|
+
__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)
|
24204
24208
|
__Pyx_GOTREF(__pyx_t_6);
|
24205
24209
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
24206
24210
|
__pyx_t_2 = __pyx_t_6;
|
@@ -24211,7 +24215,7 @@ static PyObject *__pyx_f_6edsger_14pq_4ary_dec_0b_sort_01(int __pyx_v_n, CYTHON_
|
|
24211
24215
|
__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));
|
24212
24216
|
__Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;
|
24213
24217
|
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
|
24214
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
24218
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 684, __pyx_L1_error)
|
24215
24219
|
__Pyx_GOTREF(__pyx_t_1);
|
24216
24220
|
}
|
24217
24221
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
@@ -27021,7 +27025,7 @@ static int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate) {
|
|
27021
27025
|
{
|
27022
27026
|
const __Pyx_PyCode_New_function_description descr = {0, 0, 0, 0, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 585, 95};
|
27023
27027
|
PyObject* const varnames[] = {0};
|
27024
|
-
__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,
|
27028
|
+
__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;
|
27025
27029
|
}
|
27026
27030
|
{
|
27027
27031
|
const __Pyx_PyCode_New_function_description descr = {0, 0, 0, 0, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 603, 521};
|