edsger 0.1.4__cp39-cp39-macosx_11_0_arm64.whl → 0.1.6__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/bellman_ford.c +35302 -0
- edsger/bellman_ford.cpython-39-darwin.so +0 -0
- edsger/bellman_ford.pyx +551 -0
- edsger/bfs.c +33593 -0
- edsger/bfs.cpython-39-darwin.so +0 -0
- edsger/bfs.pyx +243 -0
- edsger/commons.c +288 -280
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/commons.pyx +7 -0
- edsger/dijkstra.c +2435 -1859
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/dijkstra.pyx +7 -0
- edsger/graph_importer.py +340 -0
- edsger/networks.py +4 -2
- edsger/path.py +1410 -264
- edsger/path_tracking.c +425 -304
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/path_tracking.pyx +7 -0
- edsger/pq_4ary_dec_0b.c +1177 -1018
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.pyx +7 -0
- edsger/spiess_florian.c +1412 -1142
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/spiess_florian.pyx +7 -0
- edsger/star.c +1242 -769
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/star.pyx +7 -0
- edsger/utils.py +69 -4
- edsger-0.1.6.dist-info/METADATA +304 -0
- edsger-0.1.6.dist-info/RECORD +40 -0
- edsger-0.1.4.dist-info/METADATA +0 -125
- edsger-0.1.4.dist-info/RECORD +0 -33
- {edsger-0.1.4.dist-info → edsger-0.1.6.dist-info}/WHEEL +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.6.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.6.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.6.dist-info}/top_level.txt +0 -0
edsger/path_tracking.c
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/* Generated by Cython 3.1.
|
1
|
+
/* Generated by Cython 3.1.4 */
|
2
2
|
|
3
3
|
/* BEGIN: Cython Metadata
|
4
4
|
{
|
@@ -12,7 +12,8 @@
|
|
12
12
|
"depends": [],
|
13
13
|
"extra_compile_args": [
|
14
14
|
"-Ofast",
|
15
|
-
"-flto"
|
15
|
+
"-flto",
|
16
|
+
"-march=native"
|
16
17
|
],
|
17
18
|
"extra_link_args": [
|
18
19
|
"-flto"
|
@@ -40,8 +41,8 @@ END: Cython Metadata */
|
|
40
41
|
#elif PY_VERSION_HEX < 0x03080000
|
41
42
|
#error Cython requires Python 3.8+.
|
42
43
|
#else
|
43
|
-
#define __PYX_ABI_VERSION "
|
44
|
-
#define CYTHON_HEX_VERSION
|
44
|
+
#define __PYX_ABI_VERSION "3_1_4"
|
45
|
+
#define CYTHON_HEX_VERSION 0x030104F0
|
45
46
|
#define CYTHON_FUTURE_DIVISION 1
|
46
47
|
/* CModulePreamble */
|
47
48
|
#include <stddef.h>
|
@@ -404,6 +405,9 @@ END: Cython Metadata */
|
|
404
405
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
405
406
|
#endif
|
406
407
|
#endif
|
408
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
409
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
410
|
+
#endif
|
407
411
|
#ifndef __has_attribute
|
408
412
|
#define __has_attribute(x) 0
|
409
413
|
#endif
|
@@ -1384,7 +1388,7 @@ static const char *__pyx_filename;
|
|
1384
1388
|
static const char* const __pyx_f[] = {
|
1385
1389
|
"src/edsger/path_tracking.pyx",
|
1386
1390
|
"<stringsource>",
|
1387
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1391
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
1388
1392
|
"cpython/type.pxd",
|
1389
1393
|
};
|
1390
1394
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1607,7 +1611,7 @@ typedef struct {
|
|
1607
1611
|
|
1608
1612
|
/* #### Code section: numeric_typedefs ### */
|
1609
1613
|
|
1610
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1614
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
1611
1615
|
* # in Cython to enable them only on the right systems.
|
1612
1616
|
*
|
1613
1617
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1616,7 +1620,7 @@ typedef struct {
|
|
1616
1620
|
*/
|
1617
1621
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1618
1622
|
|
1619
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1623
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
1620
1624
|
*
|
1621
1625
|
* ctypedef npy_int8 int8_t
|
1622
1626
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1625,7 +1629,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1625
1629
|
*/
|
1626
1630
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1627
1631
|
|
1628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1632
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
1629
1633
|
* ctypedef npy_int8 int8_t
|
1630
1634
|
* ctypedef npy_int16 int16_t
|
1631
1635
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1634,7 +1638,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1634
1638
|
*/
|
1635
1639
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1636
1640
|
|
1637
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1641
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
1638
1642
|
* ctypedef npy_int16 int16_t
|
1639
1643
|
* ctypedef npy_int32 int32_t
|
1640
1644
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1643,7 +1647,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1643
1647
|
*/
|
1644
1648
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1645
1649
|
|
1646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1650
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
1647
1651
|
* #ctypedef npy_int128 int128_t
|
1648
1652
|
*
|
1649
1653
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1652,7 +1656,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1652
1656
|
*/
|
1653
1657
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1654
1658
|
|
1655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1659
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
1656
1660
|
*
|
1657
1661
|
* ctypedef npy_uint8 uint8_t
|
1658
1662
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1661,7 +1665,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1661
1665
|
*/
|
1662
1666
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1663
1667
|
|
1664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1668
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
1665
1669
|
* ctypedef npy_uint8 uint8_t
|
1666
1670
|
* ctypedef npy_uint16 uint16_t
|
1667
1671
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1670,7 +1674,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1670
1674
|
*/
|
1671
1675
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1672
1676
|
|
1673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
1674
1678
|
* ctypedef npy_uint16 uint16_t
|
1675
1679
|
* ctypedef npy_uint32 uint32_t
|
1676
1680
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1679,7 +1683,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1679
1683
|
*/
|
1680
1684
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1681
1685
|
|
1682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1686
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
1683
1687
|
* #ctypedef npy_uint128 uint128_t
|
1684
1688
|
*
|
1685
1689
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1688,7 +1692,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1688
1692
|
*/
|
1689
1693
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1690
1694
|
|
1691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1695
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
1692
1696
|
*
|
1693
1697
|
* ctypedef npy_float32 float32_t
|
1694
1698
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1697,7 +1701,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1697
1701
|
*/
|
1698
1702
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1699
1703
|
|
1700
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1704
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
1701
1705
|
* ctypedef double complex complex128_t
|
1702
1706
|
*
|
1703
1707
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1706,7 +1710,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1706
1710
|
*/
|
1707
1711
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1708
1712
|
|
1709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1713
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
1710
1714
|
*
|
1711
1715
|
* ctypedef npy_longlong longlong_t
|
1712
1716
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1715,7 +1719,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1715
1719
|
*/
|
1716
1720
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1717
1721
|
|
1718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
1719
1723
|
* ctypedef npy_ulonglong ulonglong_t
|
1720
1724
|
*
|
1721
1725
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1724,7 +1728,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1724
1728
|
*/
|
1725
1729
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1726
1730
|
|
1727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1731
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
1728
1732
|
*
|
1729
1733
|
* ctypedef npy_intp intp_t
|
1730
1734
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1733,7 +1737,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1733
1737
|
*/
|
1734
1738
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1735
1739
|
|
1736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1740
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
1737
1741
|
* ctypedef npy_uintp uintp_t
|
1738
1742
|
*
|
1739
1743
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1742,7 +1746,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1742
1746
|
*/
|
1743
1747
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1744
1748
|
|
1745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1749
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
1746
1750
|
*
|
1747
1751
|
* ctypedef npy_double float_t
|
1748
1752
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1751,7 +1755,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1751
1755
|
*/
|
1752
1756
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1753
1757
|
|
1754
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1758
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1755
1759
|
* ctypedef npy_double float_t
|
1756
1760
|
* ctypedef npy_double double_t
|
1757
1761
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1804,7 +1808,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1804
1808
|
struct __pyx_memoryview_obj;
|
1805
1809
|
struct __pyx_memoryviewslice_obj;
|
1806
1810
|
|
1807
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1811
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1808
1812
|
*
|
1809
1813
|
* # Iterator API added in v1.6
|
1810
1814
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1813,7 +1817,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1813
1817
|
*/
|
1814
1818
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1815
1819
|
|
1816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1820
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1817
1821
|
* # Iterator API added in v1.6
|
1818
1822
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1819
1823
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -2601,6 +2605,17 @@ static int __Pyx_VectorcallBuilder_AddArgStr(const char *key, PyObject *value, P
|
|
2601
2605
|
#define __Pyx_VectorcallBuilder_AddArgStr(key, value, builder, args, n) PyDict_SetItemString(builder, key, value)
|
2602
2606
|
#endif
|
2603
2607
|
|
2608
|
+
/* BufferIndexError.proto */
|
2609
|
+
static void __Pyx_RaiseBufferIndexError(int axis);
|
2610
|
+
|
2611
|
+
/* BufferIndexErrorNogil.proto */
|
2612
|
+
static void __Pyx_RaiseBufferIndexErrorNogil(int axis);
|
2613
|
+
|
2614
|
+
/* WriteUnraisableException.proto */
|
2615
|
+
static void __Pyx_WriteUnraisable(const char *name, int clineno,
|
2616
|
+
int lineno, const char *filename,
|
2617
|
+
int full_traceback, int nogil);
|
2618
|
+
|
2604
2619
|
/* CallTypeTraverse.proto */
|
2605
2620
|
#if !CYTHON_USE_TYPE_SPECS || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX < 0x03090000)
|
2606
2621
|
#define __Pyx_call_type_traverse(o, always_call, visit, arg) 0
|
@@ -2654,22 +2669,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2654
2669
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2655
2670
|
|
2656
2671
|
/* TypeImport.proto */
|
2657
|
-
#ifndef
|
2658
|
-
#define
|
2672
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
|
2673
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_4
|
2659
2674
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2660
2675
|
#include <stdalign.h>
|
2661
2676
|
#endif
|
2662
2677
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2663
|
-
#define
|
2678
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
|
2664
2679
|
#else
|
2665
|
-
#define
|
2680
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
|
2666
2681
|
#endif
|
2667
|
-
enum
|
2668
|
-
|
2669
|
-
|
2670
|
-
|
2682
|
+
enum __Pyx_ImportType_CheckSize_3_1_4 {
|
2683
|
+
__Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
|
2684
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
|
2685
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
|
2671
2686
|
};
|
2672
|
-
static PyTypeObject *
|
2687
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size);
|
2673
2688
|
#endif
|
2674
2689
|
|
2675
2690
|
/* FetchSharedCythonModule.proto */
|
@@ -17137,7 +17152,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17137
17152
|
return __pyx_r;
|
17138
17153
|
}
|
17139
17154
|
|
17140
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17155
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17141
17156
|
* cdef int type_num
|
17142
17157
|
*
|
17143
17158
|
* @property # <<<<<<<<<<<<<<
|
@@ -17148,7 +17163,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17148
17163
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17149
17164
|
npy_intp __pyx_r;
|
17150
17165
|
|
17151
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17166
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17152
17167
|
* @property
|
17153
17168
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17154
17169
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17158,7 +17173,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17158
17173
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17159
17174
|
goto __pyx_L0;
|
17160
17175
|
|
17161
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17176
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17162
17177
|
* cdef int type_num
|
17163
17178
|
*
|
17164
17179
|
* @property # <<<<<<<<<<<<<<
|
@@ -17171,7 +17186,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17171
17186
|
return __pyx_r;
|
17172
17187
|
}
|
17173
17188
|
|
17174
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17189
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17175
17190
|
* return PyDataType_ELSIZE(self)
|
17176
17191
|
*
|
17177
17192
|
* @property # <<<<<<<<<<<<<<
|
@@ -17182,7 +17197,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17182
17197
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17183
17198
|
npy_intp __pyx_r;
|
17184
17199
|
|
17185
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17200
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17186
17201
|
* @property
|
17187
17202
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17188
17203
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17192,7 +17207,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17192
17207
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17193
17208
|
goto __pyx_L0;
|
17194
17209
|
|
17195
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17210
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17196
17211
|
* return PyDataType_ELSIZE(self)
|
17197
17212
|
*
|
17198
17213
|
* @property # <<<<<<<<<<<<<<
|
@@ -17205,7 +17220,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17205
17220
|
return __pyx_r;
|
17206
17221
|
}
|
17207
17222
|
|
17208
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17223
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17209
17224
|
* # Use fields/names with care as they may be NULL. You must check
|
17210
17225
|
* # for this using PyDataType_HASFIELDS.
|
17211
17226
|
* @property # <<<<<<<<<<<<<<
|
@@ -17219,7 +17234,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17219
17234
|
PyObject *__pyx_t_1;
|
17220
17235
|
__Pyx_RefNannySetupContext("fields", 0);
|
17221
17236
|
|
17222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17237
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17223
17238
|
* @property
|
17224
17239
|
* cdef inline object fields(self):
|
17225
17240
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17232,7 +17247,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17232
17247
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17233
17248
|
goto __pyx_L0;
|
17234
17249
|
|
17235
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17250
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17236
17251
|
* # Use fields/names with care as they may be NULL. You must check
|
17237
17252
|
* # for this using PyDataType_HASFIELDS.
|
17238
17253
|
* @property # <<<<<<<<<<<<<<
|
@@ -17247,7 +17262,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17247
17262
|
return __pyx_r;
|
17248
17263
|
}
|
17249
17264
|
|
17250
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17265
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17251
17266
|
* return <object>PyDataType_FIELDS(self)
|
17252
17267
|
*
|
17253
17268
|
* @property # <<<<<<<<<<<<<<
|
@@ -17261,7 +17276,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17261
17276
|
PyObject *__pyx_t_1;
|
17262
17277
|
__Pyx_RefNannySetupContext("names", 0);
|
17263
17278
|
|
17264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17279
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17265
17280
|
* @property
|
17266
17281
|
* cdef inline tuple names(self):
|
17267
17282
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17274,7 +17289,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17274
17289
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17275
17290
|
goto __pyx_L0;
|
17276
17291
|
|
17277
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17292
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17278
17293
|
* return <object>PyDataType_FIELDS(self)
|
17279
17294
|
*
|
17280
17295
|
* @property # <<<<<<<<<<<<<<
|
@@ -17289,7 +17304,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17289
17304
|
return __pyx_r;
|
17290
17305
|
}
|
17291
17306
|
|
17292
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17307
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17293
17308
|
* # valid (the pointer can be NULL). Most users should access
|
17294
17309
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17295
17310
|
* @property # <<<<<<<<<<<<<<
|
@@ -17300,7 +17315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17300
17315
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17301
17316
|
PyArray_ArrayDescr *__pyx_r;
|
17302
17317
|
|
17303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17318
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17304
17319
|
* @property
|
17305
17320
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17306
17321
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17310,7 +17325,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17310
17325
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17311
17326
|
goto __pyx_L0;
|
17312
17327
|
|
17313
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17328
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17314
17329
|
* # valid (the pointer can be NULL). Most users should access
|
17315
17330
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17316
17331
|
* @property # <<<<<<<<<<<<<<
|
@@ -17323,7 +17338,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17323
17338
|
return __pyx_r;
|
17324
17339
|
}
|
17325
17340
|
|
17326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17341
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17327
17342
|
* return PyDataType_SUBARRAY(self)
|
17328
17343
|
*
|
17329
17344
|
* @property # <<<<<<<<<<<<<<
|
@@ -17334,7 +17349,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17334
17349
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17335
17350
|
npy_uint64 __pyx_r;
|
17336
17351
|
|
17337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17352
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17338
17353
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17339
17354
|
* """The data types flags."""
|
17340
17355
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17344,7 +17359,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17344
17359
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17345
17360
|
goto __pyx_L0;
|
17346
17361
|
|
17347
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17362
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17348
17363
|
* return PyDataType_SUBARRAY(self)
|
17349
17364
|
*
|
17350
17365
|
* @property # <<<<<<<<<<<<<<
|
@@ -17357,7 +17372,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17357
17372
|
return __pyx_r;
|
17358
17373
|
}
|
17359
17374
|
|
17360
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17375
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17361
17376
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17362
17377
|
*
|
17363
17378
|
* @property # <<<<<<<<<<<<<<
|
@@ -17368,7 +17383,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17368
17383
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17369
17384
|
int __pyx_r;
|
17370
17385
|
|
17371
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17386
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17372
17387
|
* cdef inline int numiter(self) noexcept nogil:
|
17373
17388
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17374
17389
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17378,7 +17393,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17378
17393
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17379
17394
|
goto __pyx_L0;
|
17380
17395
|
|
17381
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17396
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17382
17397
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17383
17398
|
*
|
17384
17399
|
* @property # <<<<<<<<<<<<<<
|
@@ -17391,7 +17406,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17391
17406
|
return __pyx_r;
|
17392
17407
|
}
|
17393
17408
|
|
17394
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17409
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17395
17410
|
* return PyArray_MultiIter_NUMITER(self)
|
17396
17411
|
*
|
17397
17412
|
* @property # <<<<<<<<<<<<<<
|
@@ -17402,7 +17417,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17402
17417
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17403
17418
|
npy_intp __pyx_r;
|
17404
17419
|
|
17405
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17420
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17406
17421
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17407
17422
|
* """The total broadcasted size."""
|
17408
17423
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17412,7 +17427,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17412
17427
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17413
17428
|
goto __pyx_L0;
|
17414
17429
|
|
17415
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17430
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17416
17431
|
* return PyArray_MultiIter_NUMITER(self)
|
17417
17432
|
*
|
17418
17433
|
* @property # <<<<<<<<<<<<<<
|
@@ -17425,7 +17440,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17425
17440
|
return __pyx_r;
|
17426
17441
|
}
|
17427
17442
|
|
17428
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17443
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17429
17444
|
* return PyArray_MultiIter_SIZE(self)
|
17430
17445
|
*
|
17431
17446
|
* @property # <<<<<<<<<<<<<<
|
@@ -17436,7 +17451,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17436
17451
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17437
17452
|
npy_intp __pyx_r;
|
17438
17453
|
|
17439
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17454
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17440
17455
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17441
17456
|
* """The current (1-d) index into the broadcasted result."""
|
17442
17457
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17446,7 +17461,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17446
17461
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17447
17462
|
goto __pyx_L0;
|
17448
17463
|
|
17449
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17450
17465
|
* return PyArray_MultiIter_SIZE(self)
|
17451
17466
|
*
|
17452
17467
|
* @property # <<<<<<<<<<<<<<
|
@@ -17459,7 +17474,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17459
17474
|
return __pyx_r;
|
17460
17475
|
}
|
17461
17476
|
|
17462
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17463
17478
|
* return PyArray_MultiIter_INDEX(self)
|
17464
17479
|
*
|
17465
17480
|
* @property # <<<<<<<<<<<<<<
|
@@ -17470,7 +17485,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17470
17485
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17471
17486
|
int __pyx_r;
|
17472
17487
|
|
17473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17488
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17474
17489
|
* cdef inline int nd(self) noexcept nogil:
|
17475
17490
|
* """The number of dimensions in the broadcasted result."""
|
17476
17491
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17480,7 +17495,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17480
17495
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17481
17496
|
goto __pyx_L0;
|
17482
17497
|
|
17483
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17498
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17484
17499
|
* return PyArray_MultiIter_INDEX(self)
|
17485
17500
|
*
|
17486
17501
|
* @property # <<<<<<<<<<<<<<
|
@@ -17493,7 +17508,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17493
17508
|
return __pyx_r;
|
17494
17509
|
}
|
17495
17510
|
|
17496
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17511
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17497
17512
|
* return PyArray_MultiIter_NDIM(self)
|
17498
17513
|
*
|
17499
17514
|
* @property # <<<<<<<<<<<<<<
|
@@ -17504,7 +17519,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17504
17519
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17505
17520
|
npy_intp *__pyx_r;
|
17506
17521
|
|
17507
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17522
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17508
17523
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17509
17524
|
* """The shape of the broadcasted result."""
|
17510
17525
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17514,7 +17529,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17514
17529
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17515
17530
|
goto __pyx_L0;
|
17516
17531
|
|
17517
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17532
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17518
17533
|
* return PyArray_MultiIter_NDIM(self)
|
17519
17534
|
*
|
17520
17535
|
* @property # <<<<<<<<<<<<<<
|
@@ -17527,7 +17542,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17527
17542
|
return __pyx_r;
|
17528
17543
|
}
|
17529
17544
|
|
17530
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17545
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17531
17546
|
* return PyArray_MultiIter_DIMS(self)
|
17532
17547
|
*
|
17533
17548
|
* @property # <<<<<<<<<<<<<<
|
@@ -17538,7 +17553,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17538
17553
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17539
17554
|
void **__pyx_r;
|
17540
17555
|
|
17541
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17556
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17542
17557
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17543
17558
|
* On return, the iterators are adjusted for broadcasting."""
|
17544
17559
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17548,7 +17563,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17548
17563
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17549
17564
|
goto __pyx_L0;
|
17550
17565
|
|
17551
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17566
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17552
17567
|
* return PyArray_MultiIter_DIMS(self)
|
17553
17568
|
*
|
17554
17569
|
* @property # <<<<<<<<<<<<<<
|
@@ -17561,7 +17576,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17561
17576
|
return __pyx_r;
|
17562
17577
|
}
|
17563
17578
|
|
17564
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17579
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17565
17580
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17566
17581
|
*
|
17567
17582
|
* @property # <<<<<<<<<<<<<<
|
@@ -17572,7 +17587,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17572
17587
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17573
17588
|
PyObject *__pyx_r;
|
17574
17589
|
|
17575
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17590
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17576
17591
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17577
17592
|
* """
|
17578
17593
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17582,7 +17597,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17582
17597
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17583
17598
|
goto __pyx_L0;
|
17584
17599
|
|
17585
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17600
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17586
17601
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17587
17602
|
*
|
17588
17603
|
* @property # <<<<<<<<<<<<<<
|
@@ -17595,7 +17610,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17595
17610
|
return __pyx_r;
|
17596
17611
|
}
|
17597
17612
|
|
17598
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17613
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17599
17614
|
* return PyArray_BASE(self)
|
17600
17615
|
*
|
17601
17616
|
* @property # <<<<<<<<<<<<<<
|
@@ -17609,7 +17624,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17609
17624
|
PyArray_Descr *__pyx_t_1;
|
17610
17625
|
__Pyx_RefNannySetupContext("descr", 0);
|
17611
17626
|
|
17612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17627
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17613
17628
|
* """Returns an owned reference to the dtype of the array.
|
17614
17629
|
* """
|
17615
17630
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17622,7 +17637,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17622
17637
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17623
17638
|
goto __pyx_L0;
|
17624
17639
|
|
17625
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17640
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17626
17641
|
* return PyArray_BASE(self)
|
17627
17642
|
*
|
17628
17643
|
* @property # <<<<<<<<<<<<<<
|
@@ -17637,7 +17652,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17637
17652
|
return __pyx_r;
|
17638
17653
|
}
|
17639
17654
|
|
17640
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17641
17656
|
* return <dtype>PyArray_DESCR(self)
|
17642
17657
|
*
|
17643
17658
|
* @property # <<<<<<<<<<<<<<
|
@@ -17648,7 +17663,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17648
17663
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17649
17664
|
int __pyx_r;
|
17650
17665
|
|
17651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17666
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17652
17667
|
* """Returns the number of dimensions in the array.
|
17653
17668
|
* """
|
17654
17669
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17658,7 +17673,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17658
17673
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17659
17674
|
goto __pyx_L0;
|
17660
17675
|
|
17661
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17662
17677
|
* return <dtype>PyArray_DESCR(self)
|
17663
17678
|
*
|
17664
17679
|
* @property # <<<<<<<<<<<<<<
|
@@ -17671,7 +17686,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17671
17686
|
return __pyx_r;
|
17672
17687
|
}
|
17673
17688
|
|
17674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17689
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17675
17690
|
* return PyArray_NDIM(self)
|
17676
17691
|
*
|
17677
17692
|
* @property # <<<<<<<<<<<<<<
|
@@ -17682,7 +17697,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17682
17697
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17683
17698
|
npy_intp *__pyx_r;
|
17684
17699
|
|
17685
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17686
17701
|
* Can return NULL for 0-dimensional arrays.
|
17687
17702
|
* """
|
17688
17703
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17692,7 +17707,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17692
17707
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17693
17708
|
goto __pyx_L0;
|
17694
17709
|
|
17695
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17710
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17696
17711
|
* return PyArray_NDIM(self)
|
17697
17712
|
*
|
17698
17713
|
* @property # <<<<<<<<<<<<<<
|
@@ -17705,7 +17720,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17705
17720
|
return __pyx_r;
|
17706
17721
|
}
|
17707
17722
|
|
17708
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17723
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17709
17724
|
* return PyArray_DIMS(self)
|
17710
17725
|
*
|
17711
17726
|
* @property # <<<<<<<<<<<<<<
|
@@ -17716,7 +17731,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17716
17731
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17717
17732
|
npy_intp *__pyx_r;
|
17718
17733
|
|
17719
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17734
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17720
17735
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17721
17736
|
* """
|
17722
17737
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17726,7 +17741,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17726
17741
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17727
17742
|
goto __pyx_L0;
|
17728
17743
|
|
17729
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17744
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17730
17745
|
* return PyArray_DIMS(self)
|
17731
17746
|
*
|
17732
17747
|
* @property # <<<<<<<<<<<<<<
|
@@ -17739,7 +17754,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17739
17754
|
return __pyx_r;
|
17740
17755
|
}
|
17741
17756
|
|
17742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17757
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17743
17758
|
* return PyArray_STRIDES(self)
|
17744
17759
|
*
|
17745
17760
|
* @property # <<<<<<<<<<<<<<
|
@@ -17750,7 +17765,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17750
17765
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17751
17766
|
npy_intp __pyx_r;
|
17752
17767
|
|
17753
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17768
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17754
17769
|
* """Returns the total size (in number of elements) of the array.
|
17755
17770
|
* """
|
17756
17771
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17760,7 +17775,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17760
17775
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17761
17776
|
goto __pyx_L0;
|
17762
17777
|
|
17763
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17778
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17764
17779
|
* return PyArray_STRIDES(self)
|
17765
17780
|
*
|
17766
17781
|
* @property # <<<<<<<<<<<<<<
|
@@ -17773,7 +17788,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17773
17788
|
return __pyx_r;
|
17774
17789
|
}
|
17775
17790
|
|
17776
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17791
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17777
17792
|
* return PyArray_SIZE(self)
|
17778
17793
|
*
|
17779
17794
|
* @property # <<<<<<<<<<<<<<
|
@@ -17784,7 +17799,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17784
17799
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17785
17800
|
char *__pyx_r;
|
17786
17801
|
|
17787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17802
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17788
17803
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17789
17804
|
* """
|
17790
17805
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17794,7 +17809,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17794
17809
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17795
17810
|
goto __pyx_L0;
|
17796
17811
|
|
17797
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17812
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17798
17813
|
* return PyArray_SIZE(self)
|
17799
17814
|
*
|
17800
17815
|
* @property # <<<<<<<<<<<<<<
|
@@ -17807,7 +17822,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17807
17822
|
return __pyx_r;
|
17808
17823
|
}
|
17809
17824
|
|
17810
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17811
17826
|
* ctypedef long double complex clongdouble_t
|
17812
17827
|
*
|
17813
17828
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17824,7 +17839,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17824
17839
|
int __pyx_clineno = 0;
|
17825
17840
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17826
17841
|
|
17827
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17842
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
17828
17843
|
*
|
17829
17844
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17830
17845
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17838,7 +17853,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17838
17853
|
__pyx_t_1 = 0;
|
17839
17854
|
goto __pyx_L0;
|
17840
17855
|
|
17841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17856
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17842
17857
|
* ctypedef long double complex clongdouble_t
|
17843
17858
|
*
|
17844
17859
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17857,7 +17872,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17857
17872
|
return __pyx_r;
|
17858
17873
|
}
|
17859
17874
|
|
17860
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17875
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17861
17876
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17862
17877
|
*
|
17863
17878
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17874,7 +17889,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17874
17889
|
int __pyx_clineno = 0;
|
17875
17890
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17876
17891
|
|
17877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
17878
17893
|
*
|
17879
17894
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17880
17895
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17888,7 +17903,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17888
17903
|
__pyx_t_1 = 0;
|
17889
17904
|
goto __pyx_L0;
|
17890
17905
|
|
17891
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17906
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17892
17907
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17893
17908
|
*
|
17894
17909
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17907,7 +17922,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17907
17922
|
return __pyx_r;
|
17908
17923
|
}
|
17909
17924
|
|
17910
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17925
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17911
17926
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17912
17927
|
*
|
17913
17928
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17924,7 +17939,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17924
17939
|
int __pyx_clineno = 0;
|
17925
17940
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17926
17941
|
|
17927
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
17928
17943
|
*
|
17929
17944
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17930
17945
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -17938,7 +17953,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17938
17953
|
__pyx_t_1 = 0;
|
17939
17954
|
goto __pyx_L0;
|
17940
17955
|
|
17941
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17956
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17942
17957
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17943
17958
|
*
|
17944
17959
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17957,7 +17972,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17957
17972
|
return __pyx_r;
|
17958
17973
|
}
|
17959
17974
|
|
17960
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17975
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
17961
17976
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17962
17977
|
*
|
17963
17978
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -17974,7 +17989,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17974
17989
|
int __pyx_clineno = 0;
|
17975
17990
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
17976
17991
|
|
17977
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
17978
17993
|
*
|
17979
17994
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
17980
17995
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -17988,7 +18003,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17988
18003
|
__pyx_t_1 = 0;
|
17989
18004
|
goto __pyx_L0;
|
17990
18005
|
|
17991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18006
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
17992
18007
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17993
18008
|
*
|
17994
18009
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18007,7 +18022,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18007
18022
|
return __pyx_r;
|
18008
18023
|
}
|
18009
18024
|
|
18010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18025
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18011
18026
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18012
18027
|
*
|
18013
18028
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18024,7 +18039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18024
18039
|
int __pyx_clineno = 0;
|
18025
18040
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18026
18041
|
|
18027
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18042
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18028
18043
|
*
|
18029
18044
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18030
18045
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18038,7 +18053,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18038
18053
|
__pyx_t_1 = 0;
|
18039
18054
|
goto __pyx_L0;
|
18040
18055
|
|
18041
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18056
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18042
18057
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18043
18058
|
*
|
18044
18059
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18057,7 +18072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18057
18072
|
return __pyx_r;
|
18058
18073
|
}
|
18059
18074
|
|
18060
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18075
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18061
18076
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18062
18077
|
*
|
18063
18078
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18072,7 +18087,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18072
18087
|
PyObject *__pyx_t_2;
|
18073
18088
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18074
18089
|
|
18075
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18090
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18076
18091
|
*
|
18077
18092
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18078
18093
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18082,7 +18097,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18082
18097
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18083
18098
|
if (__pyx_t_1) {
|
18084
18099
|
|
18085
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18100
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18086
18101
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18087
18102
|
* if PyDataType_HASSUBARRAY(d):
|
18088
18103
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18095,7 +18110,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18095
18110
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18096
18111
|
goto __pyx_L0;
|
18097
18112
|
|
18098
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18113
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18099
18114
|
*
|
18100
18115
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18101
18116
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18104,7 +18119,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18104
18119
|
*/
|
18105
18120
|
}
|
18106
18121
|
|
18107
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18122
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18108
18123
|
* return <tuple>d.subarray.shape
|
18109
18124
|
* else:
|
18110
18125
|
* return () # <<<<<<<<<<<<<<
|
@@ -18118,7 +18133,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18118
18133
|
goto __pyx_L0;
|
18119
18134
|
}
|
18120
18135
|
|
18121
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18136
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18122
18137
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18123
18138
|
*
|
18124
18139
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18133,7 +18148,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18133
18148
|
return __pyx_r;
|
18134
18149
|
}
|
18135
18150
|
|
18136
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18151
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18137
18152
|
* int _import_umath() except -1
|
18138
18153
|
*
|
18139
18154
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18147,7 +18162,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18147
18162
|
const char *__pyx_filename = NULL;
|
18148
18163
|
int __pyx_clineno = 0;
|
18149
18164
|
|
18150
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18165
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18151
18166
|
*
|
18152
18167
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18153
18168
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18156,7 +18171,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18156
18171
|
*/
|
18157
18172
|
Py_INCREF(__pyx_v_base);
|
18158
18173
|
|
18159
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18174
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18160
18175
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18161
18176
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18162
18177
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18165,7 +18180,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18165
18180
|
*/
|
18166
18181
|
__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)
|
18167
18182
|
|
18168
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18183
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18169
18184
|
* int _import_umath() except -1
|
18170
18185
|
*
|
18171
18186
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18180,7 +18195,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18180
18195
|
__pyx_L0:;
|
18181
18196
|
}
|
18182
18197
|
|
18183
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18198
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18184
18199
|
* PyArray_SetBaseObject(arr, base)
|
18185
18200
|
*
|
18186
18201
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18195,7 +18210,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18195
18210
|
int __pyx_t_1;
|
18196
18211
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18197
18212
|
|
18198
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18213
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18199
18214
|
*
|
18200
18215
|
* cdef inline object get_array_base(ndarray arr):
|
18201
18216
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18204,7 +18219,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18204
18219
|
*/
|
18205
18220
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18206
18221
|
|
18207
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18222
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18208
18223
|
* cdef inline object get_array_base(ndarray arr):
|
18209
18224
|
* base = PyArray_BASE(arr)
|
18210
18225
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18214,7 +18229,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18214
18229
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18215
18230
|
if (__pyx_t_1) {
|
18216
18231
|
|
18217
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18232
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18218
18233
|
* base = PyArray_BASE(arr)
|
18219
18234
|
* if base is NULL:
|
18220
18235
|
* return None # <<<<<<<<<<<<<<
|
@@ -18225,7 +18240,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18225
18240
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18226
18241
|
goto __pyx_L0;
|
18227
18242
|
|
18228
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18243
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18229
18244
|
* cdef inline object get_array_base(ndarray arr):
|
18230
18245
|
* base = PyArray_BASE(arr)
|
18231
18246
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18234,7 +18249,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18234
18249
|
*/
|
18235
18250
|
}
|
18236
18251
|
|
18237
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18252
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18238
18253
|
* if base is NULL:
|
18239
18254
|
* return None
|
18240
18255
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18246,7 +18261,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18246
18261
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18247
18262
|
goto __pyx_L0;
|
18248
18263
|
|
18249
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18250
18265
|
* PyArray_SetBaseObject(arr, base)
|
18251
18266
|
*
|
18252
18267
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18261,7 +18276,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18261
18276
|
return __pyx_r;
|
18262
18277
|
}
|
18263
18278
|
|
18264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18279
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18265
18280
|
* # Versions of the import_* functions which are more suitable for
|
18266
18281
|
* # Cython code.
|
18267
18282
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18288,7 +18303,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18288
18303
|
int __pyx_clineno = 0;
|
18289
18304
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18290
18305
|
|
18291
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18306
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18292
18307
|
* # Cython code.
|
18293
18308
|
* cdef inline int import_array() except -1:
|
18294
18309
|
* try: # <<<<<<<<<<<<<<
|
@@ -18304,7 +18319,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18304
18319
|
__Pyx_XGOTREF(__pyx_t_3);
|
18305
18320
|
/*try:*/ {
|
18306
18321
|
|
18307
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18322
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18308
18323
|
* cdef inline int import_array() except -1:
|
18309
18324
|
* try:
|
18310
18325
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18313,7 +18328,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18313
18328
|
*/
|
18314
18329
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18315
18330
|
|
18316
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18331
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18317
18332
|
* # Cython code.
|
18318
18333
|
* cdef inline int import_array() except -1:
|
18319
18334
|
* try: # <<<<<<<<<<<<<<
|
@@ -18327,7 +18342,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18327
18342
|
goto __pyx_L8_try_end;
|
18328
18343
|
__pyx_L3_error:;
|
18329
18344
|
|
18330
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18345
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18331
18346
|
* try:
|
18332
18347
|
* __pyx_import_array()
|
18333
18348
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18342,7 +18357,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18342
18357
|
__Pyx_XGOTREF(__pyx_t_6);
|
18343
18358
|
__Pyx_XGOTREF(__pyx_t_7);
|
18344
18359
|
|
18345
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18360
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18346
18361
|
* __pyx_import_array()
|
18347
18362
|
* except Exception:
|
18348
18363
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18367,7 +18382,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18367
18382
|
}
|
18368
18383
|
goto __pyx_L5_except_error;
|
18369
18384
|
|
18370
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18385
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18371
18386
|
* # Cython code.
|
18372
18387
|
* cdef inline int import_array() except -1:
|
18373
18388
|
* try: # <<<<<<<<<<<<<<
|
@@ -18383,7 +18398,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18383
18398
|
__pyx_L8_try_end:;
|
18384
18399
|
}
|
18385
18400
|
|
18386
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18401
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18387
18402
|
* # Versions of the import_* functions which are more suitable for
|
18388
18403
|
* # Cython code.
|
18389
18404
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18408,7 +18423,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18408
18423
|
return __pyx_r;
|
18409
18424
|
}
|
18410
18425
|
|
18411
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18426
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18412
18427
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18413
18428
|
*
|
18414
18429
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18435,7 +18450,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18435
18450
|
int __pyx_clineno = 0;
|
18436
18451
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18437
18452
|
|
18438
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18453
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18439
18454
|
*
|
18440
18455
|
* cdef inline int import_umath() except -1:
|
18441
18456
|
* try: # <<<<<<<<<<<<<<
|
@@ -18451,7 +18466,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18451
18466
|
__Pyx_XGOTREF(__pyx_t_3);
|
18452
18467
|
/*try:*/ {
|
18453
18468
|
|
18454
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18469
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18455
18470
|
* cdef inline int import_umath() except -1:
|
18456
18471
|
* try:
|
18457
18472
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18460,7 +18475,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18460
18475
|
*/
|
18461
18476
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18462
18477
|
|
18463
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18478
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18464
18479
|
*
|
18465
18480
|
* cdef inline int import_umath() except -1:
|
18466
18481
|
* try: # <<<<<<<<<<<<<<
|
@@ -18474,7 +18489,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18474
18489
|
goto __pyx_L8_try_end;
|
18475
18490
|
__pyx_L3_error:;
|
18476
18491
|
|
18477
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18478
18493
|
* try:
|
18479
18494
|
* _import_umath()
|
18480
18495
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18489,7 +18504,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18489
18504
|
__Pyx_XGOTREF(__pyx_t_6);
|
18490
18505
|
__Pyx_XGOTREF(__pyx_t_7);
|
18491
18506
|
|
18492
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18507
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18493
18508
|
* _import_umath()
|
18494
18509
|
* except Exception:
|
18495
18510
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18514,7 +18529,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18514
18529
|
}
|
18515
18530
|
goto __pyx_L5_except_error;
|
18516
18531
|
|
18517
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18532
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18518
18533
|
*
|
18519
18534
|
* cdef inline int import_umath() except -1:
|
18520
18535
|
* try: # <<<<<<<<<<<<<<
|
@@ -18530,7 +18545,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18530
18545
|
__pyx_L8_try_end:;
|
18531
18546
|
}
|
18532
18547
|
|
18533
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18548
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18534
18549
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18535
18550
|
*
|
18536
18551
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18555,7 +18570,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18555
18570
|
return __pyx_r;
|
18556
18571
|
}
|
18557
18572
|
|
18558
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18559
18574
|
* raise ImportError("numpy._core.umath failed to import")
|
18560
18575
|
*
|
18561
18576
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18582,7 +18597,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18582
18597
|
int __pyx_clineno = 0;
|
18583
18598
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18584
18599
|
|
18585
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18600
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18586
18601
|
*
|
18587
18602
|
* cdef inline int import_ufunc() except -1:
|
18588
18603
|
* try: # <<<<<<<<<<<<<<
|
@@ -18598,7 +18613,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18598
18613
|
__Pyx_XGOTREF(__pyx_t_3);
|
18599
18614
|
/*try:*/ {
|
18600
18615
|
|
18601
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18616
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18602
18617
|
* cdef inline int import_ufunc() except -1:
|
18603
18618
|
* try:
|
18604
18619
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18607,7 +18622,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18607
18622
|
*/
|
18608
18623
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18609
18624
|
|
18610
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18625
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18611
18626
|
*
|
18612
18627
|
* cdef inline int import_ufunc() except -1:
|
18613
18628
|
* try: # <<<<<<<<<<<<<<
|
@@ -18621,7 +18636,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18621
18636
|
goto __pyx_L8_try_end;
|
18622
18637
|
__pyx_L3_error:;
|
18623
18638
|
|
18624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18625
18640
|
* try:
|
18626
18641
|
* _import_umath()
|
18627
18642
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18636,7 +18651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18636
18651
|
__Pyx_XGOTREF(__pyx_t_6);
|
18637
18652
|
__Pyx_XGOTREF(__pyx_t_7);
|
18638
18653
|
|
18639
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18640
18655
|
* _import_umath()
|
18641
18656
|
* except Exception:
|
18642
18657
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18661,7 +18676,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18661
18676
|
}
|
18662
18677
|
goto __pyx_L5_except_error;
|
18663
18678
|
|
18664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18679
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18665
18680
|
*
|
18666
18681
|
* cdef inline int import_ufunc() except -1:
|
18667
18682
|
* try: # <<<<<<<<<<<<<<
|
@@ -18677,7 +18692,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18677
18692
|
__pyx_L8_try_end:;
|
18678
18693
|
}
|
18679
18694
|
|
18680
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18695
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18681
18696
|
* raise ImportError("numpy._core.umath failed to import")
|
18682
18697
|
*
|
18683
18698
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18702,7 +18717,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18702
18717
|
return __pyx_r;
|
18703
18718
|
}
|
18704
18719
|
|
18705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18720
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18706
18721
|
*
|
18707
18722
|
*
|
18708
18723
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18713,7 +18728,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18713
18728
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18714
18729
|
int __pyx_r;
|
18715
18730
|
|
18716
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18731
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18717
18732
|
* bool
|
18718
18733
|
* """
|
18719
18734
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18723,7 +18738,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18723
18738
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18724
18739
|
goto __pyx_L0;
|
18725
18740
|
|
18726
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18741
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18727
18742
|
*
|
18728
18743
|
*
|
18729
18744
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18736,7 +18751,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18736
18751
|
return __pyx_r;
|
18737
18752
|
}
|
18738
18753
|
|
18739
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18740
18755
|
*
|
18741
18756
|
*
|
18742
18757
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18747,7 +18762,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18747
18762
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18748
18763
|
int __pyx_r;
|
18749
18764
|
|
18750
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18765
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18751
18766
|
* bool
|
18752
18767
|
* """
|
18753
18768
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18757,7 +18772,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18757
18772
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18758
18773
|
goto __pyx_L0;
|
18759
18774
|
|
18760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18775
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18761
18776
|
*
|
18762
18777
|
*
|
18763
18778
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18770,7 +18785,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18770
18785
|
return __pyx_r;
|
18771
18786
|
}
|
18772
18787
|
|
18773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18774
18789
|
*
|
18775
18790
|
*
|
18776
18791
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18781,7 +18796,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18781
18796
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18782
18797
|
npy_datetime __pyx_r;
|
18783
18798
|
|
18784
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18799
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18785
18800
|
* also needed. That can be found using `get_datetime64_unit`.
|
18786
18801
|
* """
|
18787
18802
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18791,7 +18806,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18791
18806
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18792
18807
|
goto __pyx_L0;
|
18793
18808
|
|
18794
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18795
18810
|
*
|
18796
18811
|
*
|
18797
18812
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18804,7 +18819,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18804
18819
|
return __pyx_r;
|
18805
18820
|
}
|
18806
18821
|
|
18807
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18808
18823
|
*
|
18809
18824
|
*
|
18810
18825
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18815,7 +18830,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18815
18830
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18816
18831
|
npy_timedelta __pyx_r;
|
18817
18832
|
|
18818
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18833
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18819
18834
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18820
18835
|
* """
|
18821
18836
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18825,7 +18840,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18825
18840
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18826
18841
|
goto __pyx_L0;
|
18827
18842
|
|
18828
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18829
18844
|
*
|
18830
18845
|
*
|
18831
18846
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18838,7 +18853,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18838
18853
|
return __pyx_r;
|
18839
18854
|
}
|
18840
18855
|
|
18841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18856
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18842
18857
|
*
|
18843
18858
|
*
|
18844
18859
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18849,7 +18864,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18849
18864
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18850
18865
|
NPY_DATETIMEUNIT __pyx_r;
|
18851
18866
|
|
18852
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18867
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
18853
18868
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18854
18869
|
* """
|
18855
18870
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18859,7 +18874,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18859
18874
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18860
18875
|
goto __pyx_L0;
|
18861
18876
|
|
18862
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-bekve06p/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18863
18878
|
*
|
18864
18879
|
*
|
18865
18880
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18872,7 +18887,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18872
18887
|
return __pyx_r;
|
18873
18888
|
}
|
18874
18889
|
|
18875
|
-
/* "edsger/path_tracking.pyx":
|
18890
|
+
/* "edsger/path_tracking.pyx":28
|
18876
18891
|
*
|
18877
18892
|
*
|
18878
18893
|
* cpdef cnp.ndarray compute_path(cnp.uint32_t[::1] path_links, int vertex_idx): # <<<<<<<<<<<<<<
|
@@ -18905,7 +18920,7 @@ static PyArrayObject *__pyx_f_6edsger_13path_tracking_compute_path(__Pyx_memview
|
|
18905
18920
|
int __pyx_clineno = 0;
|
18906
18921
|
__Pyx_RefNannySetupContext("compute_path", 0);
|
18907
18922
|
|
18908
|
-
/* "edsger/path_tracking.pyx":
|
18923
|
+
/* "edsger/path_tracking.pyx":43
|
18909
18924
|
* cdef int path_length
|
18910
18925
|
*
|
18911
18926
|
* path_length = _compute_path_first_pass(path_links, vertex_idx) # <<<<<<<<<<<<<<
|
@@ -18914,7 +18929,7 @@ static PyArrayObject *__pyx_f_6edsger_13path_tracking_compute_path(__Pyx_memview
|
|
18914
18929
|
*/
|
18915
18930
|
__pyx_v_path_length = __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__pyx_v_path_links, __pyx_v_vertex_idx);
|
18916
18931
|
|
18917
|
-
/* "edsger/path_tracking.pyx":
|
18932
|
+
/* "edsger/path_tracking.pyx":44
|
18918
18933
|
*
|
18919
18934
|
* path_length = _compute_path_first_pass(path_links, vertex_idx)
|
18920
18935
|
* path_vertices = np.empty(path_length, dtype=np.uint32) # <<<<<<<<<<<<<<
|
@@ -18922,16 +18937,16 @@ static PyArrayObject *__pyx_f_6edsger_13path_tracking_compute_path(__Pyx_memview
|
|
18922
18937
|
*
|
18923
18938
|
*/
|
18924
18939
|
__pyx_t_2 = NULL;
|
18925
|
-
__Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
18940
|
+
__Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 44, __pyx_L1_error)
|
18926
18941
|
__Pyx_GOTREF(__pyx_t_3);
|
18927
|
-
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_empty); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
18942
|
+
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_empty); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 44, __pyx_L1_error)
|
18928
18943
|
__Pyx_GOTREF(__pyx_t_4);
|
18929
18944
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
18930
|
-
__pyx_t_3 = __Pyx_PyLong_From_int(__pyx_v_path_length); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
18945
|
+
__pyx_t_3 = __Pyx_PyLong_From_int(__pyx_v_path_length); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 44, __pyx_L1_error)
|
18931
18946
|
__Pyx_GOTREF(__pyx_t_3);
|
18932
|
-
__Pyx_GetModuleGlobalName(__pyx_t_5, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
18947
|
+
__Pyx_GetModuleGlobalName(__pyx_t_5, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 44, __pyx_L1_error)
|
18933
18948
|
__Pyx_GOTREF(__pyx_t_5);
|
18934
|
-
__pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_5, __pyx_mstate_global->__pyx_n_u_uint32); if (unlikely(!__pyx_t_6)) __PYX_ERR(0,
|
18949
|
+
__pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_5, __pyx_mstate_global->__pyx_n_u_uint32); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 44, __pyx_L1_error)
|
18935
18950
|
__Pyx_GOTREF(__pyx_t_6);
|
18936
18951
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
18937
18952
|
__pyx_t_7 = 1;
|
@@ -18948,34 +18963,34 @@ static PyArrayObject *__pyx_f_6edsger_13path_tracking_compute_path(__Pyx_memview
|
|
18948
18963
|
#endif
|
18949
18964
|
{
|
18950
18965
|
PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_2, __pyx_t_3};
|
18951
|
-
__pyx_t_5 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
18966
|
+
__pyx_t_5 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 44, __pyx_L1_error)
|
18952
18967
|
__Pyx_GOTREF(__pyx_t_5);
|
18953
|
-
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_6, __pyx_t_5, __pyx_callargs+2, 0) < 0) __PYX_ERR(0,
|
18968
|
+
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_6, __pyx_t_5, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 44, __pyx_L1_error)
|
18954
18969
|
__pyx_t_1 = __Pyx_Object_Vectorcall_CallFromBuilder(__pyx_t_4, __pyx_callargs+__pyx_t_7, (2-__pyx_t_7) | (__pyx_t_7*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_5);
|
18955
18970
|
__Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;
|
18956
18971
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
18957
18972
|
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
|
18958
18973
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
18959
18974
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
18960
|
-
if (unlikely(!__pyx_t_1)) __PYX_ERR(0,
|
18975
|
+
if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 44, __pyx_L1_error)
|
18961
18976
|
__Pyx_GOTREF(__pyx_t_1);
|
18962
18977
|
}
|
18963
18978
|
__pyx_v_path_vertices = __pyx_t_1;
|
18964
18979
|
__pyx_t_1 = 0;
|
18965
18980
|
|
18966
|
-
/* "edsger/path_tracking.pyx":
|
18981
|
+
/* "edsger/path_tracking.pyx":45
|
18967
18982
|
* path_length = _compute_path_first_pass(path_links, vertex_idx)
|
18968
18983
|
* path_vertices = np.empty(path_length, dtype=np.uint32)
|
18969
18984
|
* _compute_path_second_pass(path_links, path_vertices, vertex_idx) # <<<<<<<<<<<<<<
|
18970
18985
|
*
|
18971
18986
|
* return path_vertices
|
18972
18987
|
*/
|
18973
|
-
__pyx_t_8 = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_5numpy_uint32_t(__pyx_v_path_vertices, PyBUF_WRITABLE); if (unlikely(!__pyx_t_8.memview)) __PYX_ERR(0,
|
18988
|
+
__pyx_t_8 = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_5numpy_uint32_t(__pyx_v_path_vertices, PyBUF_WRITABLE); if (unlikely(!__pyx_t_8.memview)) __PYX_ERR(0, 45, __pyx_L1_error)
|
18974
18989
|
__pyx_f_6edsger_13path_tracking__compute_path_second_pass(__pyx_v_path_links, __pyx_t_8, __pyx_v_vertex_idx);
|
18975
18990
|
__PYX_XCLEAR_MEMVIEW(&__pyx_t_8, 1);
|
18976
18991
|
__pyx_t_8.memview = NULL; __pyx_t_8.data = NULL;
|
18977
18992
|
|
18978
|
-
/* "edsger/path_tracking.pyx":
|
18993
|
+
/* "edsger/path_tracking.pyx":47
|
18979
18994
|
* _compute_path_second_pass(path_links, path_vertices, vertex_idx)
|
18980
18995
|
*
|
18981
18996
|
* return path_vertices # <<<<<<<<<<<<<<
|
@@ -18983,12 +18998,12 @@ static PyArrayObject *__pyx_f_6edsger_13path_tracking_compute_path(__Pyx_memview
|
|
18983
18998
|
*
|
18984
18999
|
*/
|
18985
19000
|
__Pyx_XDECREF((PyObject *)__pyx_r);
|
18986
|
-
if (!(likely(((__pyx_v_path_vertices) == Py_None) || likely(__Pyx_TypeTest(__pyx_v_path_vertices, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0,
|
19001
|
+
if (!(likely(((__pyx_v_path_vertices) == Py_None) || likely(__Pyx_TypeTest(__pyx_v_path_vertices, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 47, __pyx_L1_error)
|
18987
19002
|
__Pyx_INCREF(__pyx_v_path_vertices);
|
18988
19003
|
__pyx_r = ((PyArrayObject *)__pyx_v_path_vertices);
|
18989
19004
|
goto __pyx_L0;
|
18990
19005
|
|
18991
|
-
/* "edsger/path_tracking.pyx":
|
19006
|
+
/* "edsger/path_tracking.pyx":28
|
18992
19007
|
*
|
18993
19008
|
*
|
18994
19009
|
* cpdef cnp.ndarray compute_path(cnp.uint32_t[::1] path_links, int vertex_idx): # <<<<<<<<<<<<<<
|
@@ -19055,39 +19070,39 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
|
|
19055
19070
|
{
|
19056
19071
|
PyObject ** const __pyx_pyargnames[] = {&__pyx_mstate_global->__pyx_n_u_path_links,&__pyx_mstate_global->__pyx_n_u_vertex_idx,0};
|
19057
19072
|
const Py_ssize_t __pyx_kwds_len = (__pyx_kwds) ? __Pyx_NumKwargs_FASTCALL(__pyx_kwds) : 0;
|
19058
|
-
if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0,
|
19073
|
+
if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0, 28, __pyx_L3_error)
|
19059
19074
|
if (__pyx_kwds_len > 0) {
|
19060
19075
|
switch (__pyx_nargs) {
|
19061
19076
|
case 2:
|
19062
19077
|
values[1] = __Pyx_ArgRef_FASTCALL(__pyx_args, 1);
|
19063
|
-
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0,
|
19078
|
+
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 28, __pyx_L3_error)
|
19064
19079
|
CYTHON_FALLTHROUGH;
|
19065
19080
|
case 1:
|
19066
19081
|
values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
|
19067
|
-
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0,
|
19082
|
+
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 28, __pyx_L3_error)
|
19068
19083
|
CYTHON_FALLTHROUGH;
|
19069
19084
|
case 0: break;
|
19070
19085
|
default: goto __pyx_L5_argtuple_error;
|
19071
19086
|
}
|
19072
19087
|
const Py_ssize_t kwd_pos_args = __pyx_nargs;
|
19073
|
-
if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "compute_path", 0) < 0) __PYX_ERR(0,
|
19088
|
+
if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "compute_path", 0) < 0) __PYX_ERR(0, 28, __pyx_L3_error)
|
19074
19089
|
for (Py_ssize_t i = __pyx_nargs; i < 2; i++) {
|
19075
|
-
if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("compute_path", 1, 2, 2, i); __PYX_ERR(0,
|
19090
|
+
if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("compute_path", 1, 2, 2, i); __PYX_ERR(0, 28, __pyx_L3_error) }
|
19076
19091
|
}
|
19077
19092
|
} else if (unlikely(__pyx_nargs != 2)) {
|
19078
19093
|
goto __pyx_L5_argtuple_error;
|
19079
19094
|
} else {
|
19080
19095
|
values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
|
19081
|
-
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0,
|
19096
|
+
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 28, __pyx_L3_error)
|
19082
19097
|
values[1] = __Pyx_ArgRef_FASTCALL(__pyx_args, 1);
|
19083
|
-
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0,
|
19098
|
+
if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 28, __pyx_L3_error)
|
19084
19099
|
}
|
19085
|
-
__pyx_v_path_links = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_5numpy_uint32_t(values[0], PyBUF_WRITABLE); if (unlikely(!__pyx_v_path_links.memview)) __PYX_ERR(0,
|
19086
|
-
__pyx_v_vertex_idx = __Pyx_PyLong_As_int(values[1]); if (unlikely((__pyx_v_vertex_idx == (int)-1) && PyErr_Occurred())) __PYX_ERR(0,
|
19100
|
+
__pyx_v_path_links = __Pyx_PyObject_to_MemoryviewSlice_dc_nn___pyx_t_5numpy_uint32_t(values[0], PyBUF_WRITABLE); if (unlikely(!__pyx_v_path_links.memview)) __PYX_ERR(0, 28, __pyx_L3_error)
|
19101
|
+
__pyx_v_vertex_idx = __Pyx_PyLong_As_int(values[1]); if (unlikely((__pyx_v_vertex_idx == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 28, __pyx_L3_error)
|
19087
19102
|
}
|
19088
19103
|
goto __pyx_L6_skip;
|
19089
19104
|
__pyx_L5_argtuple_error:;
|
19090
|
-
__Pyx_RaiseArgtupleInvalid("compute_path", 1, 2, 2, __pyx_nargs); __PYX_ERR(0,
|
19105
|
+
__Pyx_RaiseArgtupleInvalid("compute_path", 1, 2, 2, __pyx_nargs); __PYX_ERR(0, 28, __pyx_L3_error)
|
19091
19106
|
__pyx_L6_skip:;
|
19092
19107
|
goto __pyx_L4_argument_unpacking_done;
|
19093
19108
|
__pyx_L3_error:;
|
@@ -19119,7 +19134,8 @@ static PyObject *__pyx_pf_6edsger_13path_tracking_compute_path(CYTHON_UNUSED PyO
|
|
19119
19134
|
int __pyx_clineno = 0;
|
19120
19135
|
__Pyx_RefNannySetupContext("compute_path", 0);
|
19121
19136
|
__Pyx_XDECREF(__pyx_r);
|
19122
|
-
|
19137
|
+
if (unlikely(!__pyx_v_path_links.memview)) { __Pyx_RaiseUnboundLocalError("path_links"); __PYX_ERR(0, 28, __pyx_L1_error) }
|
19138
|
+
__pyx_t_1 = ((PyObject *)__pyx_f_6edsger_13path_tracking_compute_path(__pyx_v_path_links, __pyx_v_vertex_idx, 1)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 28, __pyx_L1_error)
|
19123
19139
|
__Pyx_GOTREF(__pyx_t_1);
|
19124
19140
|
__pyx_r = __pyx_t_1;
|
19125
19141
|
__pyx_t_1 = 0;
|
@@ -19136,7 +19152,7 @@ static PyObject *__pyx_pf_6edsger_13path_tracking_compute_path(CYTHON_UNUSED PyO
|
|
19136
19152
|
return __pyx_r;
|
19137
19153
|
}
|
19138
19154
|
|
19139
|
-
/* "edsger/path_tracking.pyx":
|
19155
|
+
/* "edsger/path_tracking.pyx":50
|
19140
19156
|
*
|
19141
19157
|
*
|
19142
19158
|
* cdef int _compute_path_first_pass( # <<<<<<<<<<<<<<
|
@@ -19151,8 +19167,13 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19151
19167
|
int __pyx_r;
|
19152
19168
|
int __pyx_t_1;
|
19153
19169
|
size_t __pyx_t_2;
|
19170
|
+
int __pyx_t_3;
|
19171
|
+
int __pyx_lineno = 0;
|
19172
|
+
const char *__pyx_filename = NULL;
|
19173
|
+
int __pyx_clineno = 0;
|
19174
|
+
PyGILState_STATE __pyx_gilstate_save;
|
19154
19175
|
|
19155
|
-
/* "edsger/path_tracking.pyx":
|
19176
|
+
/* "edsger/path_tracking.pyx":62
|
19156
19177
|
*
|
19157
19178
|
* # initialization
|
19158
19179
|
* j = <size_t>vertex_idx # <<<<<<<<<<<<<<
|
@@ -19161,7 +19182,7 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19161
19182
|
*/
|
19162
19183
|
__pyx_v_j = ((size_t)__pyx_v_vertex_idx);
|
19163
19184
|
|
19164
|
-
/* "edsger/path_tracking.pyx":
|
19185
|
+
/* "edsger/path_tracking.pyx":63
|
19165
19186
|
* # initialization
|
19166
19187
|
* j = <size_t>vertex_idx
|
19167
19188
|
* i = j + 1 # <<<<<<<<<<<<<<
|
@@ -19170,7 +19191,7 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19170
19191
|
*/
|
19171
19192
|
__pyx_v_i = (__pyx_v_j + 1);
|
19172
19193
|
|
19173
|
-
/* "edsger/path_tracking.pyx":
|
19194
|
+
/* "edsger/path_tracking.pyx":64
|
19174
19195
|
* j = <size_t>vertex_idx
|
19175
19196
|
* i = j + 1
|
19176
19197
|
* k = 0 # <<<<<<<<<<<<<<
|
@@ -19179,7 +19200,7 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19179
19200
|
*/
|
19180
19201
|
__pyx_v_k = 0;
|
19181
19202
|
|
19182
|
-
/* "edsger/path_tracking.pyx":
|
19203
|
+
/* "edsger/path_tracking.pyx":67
|
19183
19204
|
*
|
19184
19205
|
* # loop
|
19185
19206
|
* while i != j: # <<<<<<<<<<<<<<
|
@@ -19190,7 +19211,7 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19190
19211
|
__pyx_t_1 = (__pyx_v_i != __pyx_v_j);
|
19191
19212
|
if (!__pyx_t_1) break;
|
19192
19213
|
|
19193
|
-
/* "edsger/path_tracking.pyx":
|
19214
|
+
/* "edsger/path_tracking.pyx":68
|
19194
19215
|
* # loop
|
19195
19216
|
* while i != j:
|
19196
19217
|
* i = j # <<<<<<<<<<<<<<
|
@@ -19199,7 +19220,7 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19199
19220
|
*/
|
19200
19221
|
__pyx_v_i = __pyx_v_j;
|
19201
19222
|
|
19202
|
-
/* "edsger/path_tracking.pyx":
|
19223
|
+
/* "edsger/path_tracking.pyx":69
|
19203
19224
|
* while i != j:
|
19204
19225
|
* i = j
|
19205
19226
|
* j = <size_t>path_links[j] # <<<<<<<<<<<<<<
|
@@ -19207,9 +19228,15 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19207
19228
|
*
|
19208
19229
|
*/
|
19209
19230
|
__pyx_t_2 = __pyx_v_j;
|
19231
|
+
__pyx_t_3 = -1;
|
19232
|
+
if (unlikely(__pyx_t_2 >= (size_t)__pyx_v_path_links.shape[0])) __pyx_t_3 = 0;
|
19233
|
+
if (unlikely(__pyx_t_3 != -1)) {
|
19234
|
+
__Pyx_RaiseBufferIndexErrorNogil(__pyx_t_3);
|
19235
|
+
__PYX_ERR(0, 69, __pyx_L1_error)
|
19236
|
+
}
|
19210
19237
|
__pyx_v_j = ((size_t)(*((__pyx_t_5numpy_uint32_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5numpy_uint32_t *) __pyx_v_path_links.data) + __pyx_t_2)) ))));
|
19211
19238
|
|
19212
|
-
/* "edsger/path_tracking.pyx":
|
19239
|
+
/* "edsger/path_tracking.pyx":70
|
19213
19240
|
* i = j
|
19214
19241
|
* j = <size_t>path_links[j]
|
19215
19242
|
* k += 1 # <<<<<<<<<<<<<<
|
@@ -19219,7 +19246,7 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19219
19246
|
__pyx_v_k = (__pyx_v_k + 1);
|
19220
19247
|
}
|
19221
19248
|
|
19222
|
-
/* "edsger/path_tracking.pyx":
|
19249
|
+
/* "edsger/path_tracking.pyx":72
|
19223
19250
|
* k += 1
|
19224
19251
|
*
|
19225
19252
|
* return k # <<<<<<<<<<<<<<
|
@@ -19229,7 +19256,7 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19229
19256
|
__pyx_r = __pyx_v_k;
|
19230
19257
|
goto __pyx_L0;
|
19231
19258
|
|
19232
|
-
/* "edsger/path_tracking.pyx":
|
19259
|
+
/* "edsger/path_tracking.pyx":50
|
19233
19260
|
*
|
19234
19261
|
*
|
19235
19262
|
* cdef int _compute_path_first_pass( # <<<<<<<<<<<<<<
|
@@ -19238,11 +19265,16 @@ static int __pyx_f_6edsger_13path_tracking__compute_path_first_pass(__Pyx_memvie
|
|
19238
19265
|
*/
|
19239
19266
|
|
19240
19267
|
/* function exit code */
|
19268
|
+
__pyx_L1_error:;
|
19269
|
+
__pyx_gilstate_save = __Pyx_PyGILState_Ensure();
|
19270
|
+
__Pyx_WriteUnraisable("edsger.path_tracking._compute_path_first_pass", __pyx_clineno, __pyx_lineno, __pyx_filename, 1, 0);
|
19271
|
+
__pyx_r = 0;
|
19272
|
+
__Pyx_PyGILState_Release(__pyx_gilstate_save);
|
19241
19273
|
__pyx_L0:;
|
19242
19274
|
return __pyx_r;
|
19243
19275
|
}
|
19244
19276
|
|
19245
|
-
/* "edsger/path_tracking.pyx":
|
19277
|
+
/* "edsger/path_tracking.pyx":75
|
19246
19278
|
*
|
19247
19279
|
*
|
19248
19280
|
* cdef void _compute_path_second_pass( # <<<<<<<<<<<<<<
|
@@ -19256,8 +19288,13 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19256
19288
|
size_t __pyx_v_k;
|
19257
19289
|
int __pyx_t_1;
|
19258
19290
|
size_t __pyx_t_2;
|
19291
|
+
int __pyx_t_3;
|
19292
|
+
int __pyx_lineno = 0;
|
19293
|
+
const char *__pyx_filename = NULL;
|
19294
|
+
int __pyx_clineno = 0;
|
19295
|
+
PyGILState_STATE __pyx_gilstate_save;
|
19259
19296
|
|
19260
|
-
/* "edsger/path_tracking.pyx":
|
19297
|
+
/* "edsger/path_tracking.pyx":85
|
19261
19298
|
*
|
19262
19299
|
* # initialization
|
19263
19300
|
* j = <size_t>vertex_idx # <<<<<<<<<<<<<<
|
@@ -19266,7 +19303,7 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19266
19303
|
*/
|
19267
19304
|
__pyx_v_j = ((size_t)__pyx_v_vertex_idx);
|
19268
19305
|
|
19269
|
-
/* "edsger/path_tracking.pyx":
|
19306
|
+
/* "edsger/path_tracking.pyx":86
|
19270
19307
|
* # initialization
|
19271
19308
|
* j = <size_t>vertex_idx
|
19272
19309
|
* i = j + 1 # <<<<<<<<<<<<<<
|
@@ -19275,7 +19312,7 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19275
19312
|
*/
|
19276
19313
|
__pyx_v_i = (__pyx_v_j + 1);
|
19277
19314
|
|
19278
|
-
/* "edsger/path_tracking.pyx":
|
19315
|
+
/* "edsger/path_tracking.pyx":87
|
19279
19316
|
* j = <size_t>vertex_idx
|
19280
19317
|
* i = j + 1
|
19281
19318
|
* k = 0 # <<<<<<<<<<<<<<
|
@@ -19284,7 +19321,7 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19284
19321
|
*/
|
19285
19322
|
__pyx_v_k = 0;
|
19286
19323
|
|
19287
|
-
/* "edsger/path_tracking.pyx":
|
19324
|
+
/* "edsger/path_tracking.pyx":90
|
19288
19325
|
*
|
19289
19326
|
* # loop
|
19290
19327
|
* while i != j: # <<<<<<<<<<<<<<
|
@@ -19295,7 +19332,7 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19295
19332
|
__pyx_t_1 = (__pyx_v_i != __pyx_v_j);
|
19296
19333
|
if (!__pyx_t_1) break;
|
19297
19334
|
|
19298
|
-
/* "edsger/path_tracking.pyx":
|
19335
|
+
/* "edsger/path_tracking.pyx":91
|
19299
19336
|
* # loop
|
19300
19337
|
* while i != j:
|
19301
19338
|
* i = j # <<<<<<<<<<<<<<
|
@@ -19304,7 +19341,7 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19304
19341
|
*/
|
19305
19342
|
__pyx_v_i = __pyx_v_j;
|
19306
19343
|
|
19307
|
-
/* "edsger/path_tracking.pyx":
|
19344
|
+
/* "edsger/path_tracking.pyx":92
|
19308
19345
|
* while i != j:
|
19309
19346
|
* i = j
|
19310
19347
|
* path_vertices[k] = j # <<<<<<<<<<<<<<
|
@@ -19312,9 +19349,15 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19312
19349
|
* k += 1
|
19313
19350
|
*/
|
19314
19351
|
__pyx_t_2 = __pyx_v_k;
|
19352
|
+
__pyx_t_3 = -1;
|
19353
|
+
if (unlikely(__pyx_t_2 >= (size_t)__pyx_v_path_vertices.shape[0])) __pyx_t_3 = 0;
|
19354
|
+
if (unlikely(__pyx_t_3 != -1)) {
|
19355
|
+
__Pyx_RaiseBufferIndexErrorNogil(__pyx_t_3);
|
19356
|
+
__PYX_ERR(0, 92, __pyx_L1_error)
|
19357
|
+
}
|
19315
19358
|
*((__pyx_t_5numpy_uint32_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5numpy_uint32_t *) __pyx_v_path_vertices.data) + __pyx_t_2)) )) = __pyx_v_j;
|
19316
19359
|
|
19317
|
-
/* "edsger/path_tracking.pyx":
|
19360
|
+
/* "edsger/path_tracking.pyx":93
|
19318
19361
|
* i = j
|
19319
19362
|
* path_vertices[k] = j
|
19320
19363
|
* j = <size_t>path_links[j] # <<<<<<<<<<<<<<
|
@@ -19322,9 +19365,15 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19322
19365
|
*
|
19323
19366
|
*/
|
19324
19367
|
__pyx_t_2 = __pyx_v_j;
|
19368
|
+
__pyx_t_3 = -1;
|
19369
|
+
if (unlikely(__pyx_t_2 >= (size_t)__pyx_v_path_links.shape[0])) __pyx_t_3 = 0;
|
19370
|
+
if (unlikely(__pyx_t_3 != -1)) {
|
19371
|
+
__Pyx_RaiseBufferIndexErrorNogil(__pyx_t_3);
|
19372
|
+
__PYX_ERR(0, 93, __pyx_L1_error)
|
19373
|
+
}
|
19325
19374
|
__pyx_v_j = ((size_t)(*((__pyx_t_5numpy_uint32_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5numpy_uint32_t *) __pyx_v_path_links.data) + __pyx_t_2)) ))));
|
19326
19375
|
|
19327
|
-
/* "edsger/path_tracking.pyx":
|
19376
|
+
/* "edsger/path_tracking.pyx":94
|
19328
19377
|
* path_vertices[k] = j
|
19329
19378
|
* j = <size_t>path_links[j]
|
19330
19379
|
* k += 1 # <<<<<<<<<<<<<<
|
@@ -19334,7 +19383,7 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19334
19383
|
__pyx_v_k = (__pyx_v_k + 1);
|
19335
19384
|
}
|
19336
19385
|
|
19337
|
-
/* "edsger/path_tracking.pyx":
|
19386
|
+
/* "edsger/path_tracking.pyx":75
|
19338
19387
|
*
|
19339
19388
|
*
|
19340
19389
|
* cdef void _compute_path_second_pass( # <<<<<<<<<<<<<<
|
@@ -19343,6 +19392,12 @@ static void __pyx_f_6edsger_13path_tracking__compute_path_second_pass(__Pyx_memv
|
|
19343
19392
|
*/
|
19344
19393
|
|
19345
19394
|
/* function exit code */
|
19395
|
+
goto __pyx_L0;
|
19396
|
+
__pyx_L1_error:;
|
19397
|
+
__pyx_gilstate_save = __Pyx_PyGILState_Ensure();
|
19398
|
+
__Pyx_WriteUnraisable("edsger.path_tracking._compute_path_second_pass", __pyx_clineno, __pyx_lineno, __pyx_filename, 1, 0);
|
19399
|
+
__Pyx_PyGILState_Release(__pyx_gilstate_save);
|
19400
|
+
__pyx_L0:;
|
19346
19401
|
}
|
19347
19402
|
/* #### Code section: module_exttypes ### */
|
19348
19403
|
static struct __pyx_vtabstruct_array __pyx_vtable_array;
|
@@ -20429,153 +20484,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
20429
20484
|
/*--- Type import code ---*/
|
20430
20485
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
20431
20486
|
__Pyx_GOTREF(__pyx_t_1);
|
20432
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
20487
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_4(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
20433
20488
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20434
|
-
sizeof(PyTypeObject),
|
20489
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyTypeObject),
|
20435
20490
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20436
20491
|
0, 0,
|
20437
20492
|
#else
|
20438
|
-
sizeof(PyHeapTypeObject),
|
20493
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyHeapTypeObject),
|
20439
20494
|
#endif
|
20440
|
-
|
20495
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
20441
20496
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
20442
20497
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 271, __pyx_L1_error)
|
20443
20498
|
__Pyx_GOTREF(__pyx_t_1);
|
20444
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
20499
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "dtype",
|
20445
20500
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20446
|
-
sizeof(PyArray_Descr),
|
20501
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
20447
20502
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20448
|
-
sizeof(PyArray_Descr),
|
20503
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
20449
20504
|
#else
|
20450
|
-
sizeof(PyArray_Descr),
|
20505
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
20451
20506
|
#endif
|
20452
|
-
|
20453
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
20507
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 271, __pyx_L1_error)
|
20508
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "flatiter",
|
20454
20509
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20455
|
-
sizeof(PyArrayIterObject),
|
20510
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
20456
20511
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20457
|
-
sizeof(PyArrayIterObject),
|
20512
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
20458
20513
|
#else
|
20459
|
-
sizeof(PyArrayIterObject),
|
20514
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
20460
20515
|
#endif
|
20461
|
-
|
20462
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
20516
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 316, __pyx_L1_error)
|
20517
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "broadcast",
|
20463
20518
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20464
|
-
sizeof(PyArrayMultiIterObject),
|
20519
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
20465
20520
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20466
|
-
sizeof(PyArrayMultiIterObject),
|
20521
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
20467
20522
|
#else
|
20468
|
-
sizeof(PyArrayMultiIterObject),
|
20523
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
20469
20524
|
#endif
|
20470
|
-
|
20471
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
20525
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 320, __pyx_L1_error)
|
20526
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "ndarray",
|
20472
20527
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20473
|
-
sizeof(PyArrayObject),
|
20528
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
20474
20529
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20475
|
-
sizeof(PyArrayObject),
|
20530
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
20476
20531
|
#else
|
20477
|
-
sizeof(PyArrayObject),
|
20532
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
20478
20533
|
#endif
|
20479
|
-
|
20480
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
20534
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 359, __pyx_L1_error)
|
20535
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "generic",
|
20481
20536
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20482
|
-
sizeof(PyObject),
|
20537
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20483
20538
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20484
|
-
sizeof(PyObject),
|
20539
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20485
20540
|
#else
|
20486
|
-
sizeof(PyObject),
|
20541
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20487
20542
|
#endif
|
20488
|
-
|
20489
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
20543
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 848, __pyx_L1_error)
|
20544
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "number",
|
20490
20545
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20491
|
-
sizeof(PyObject),
|
20546
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20492
20547
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20493
|
-
sizeof(PyObject),
|
20548
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20494
20549
|
#else
|
20495
|
-
sizeof(PyObject),
|
20550
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20496
20551
|
#endif
|
20497
|
-
|
20498
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
20552
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 850, __pyx_L1_error)
|
20553
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "integer",
|
20499
20554
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20500
|
-
sizeof(PyObject),
|
20555
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20501
20556
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20502
|
-
sizeof(PyObject),
|
20557
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20503
20558
|
#else
|
20504
|
-
sizeof(PyObject),
|
20559
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20505
20560
|
#endif
|
20506
|
-
|
20507
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
20561
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 852, __pyx_L1_error)
|
20562
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "signedinteger",
|
20508
20563
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20509
|
-
sizeof(PyObject),
|
20564
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20510
20565
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20511
|
-
sizeof(PyObject),
|
20566
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20512
20567
|
#else
|
20513
|
-
sizeof(PyObject),
|
20568
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20514
20569
|
#endif
|
20515
|
-
|
20516
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
20570
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 854, __pyx_L1_error)
|
20571
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "unsignedinteger",
|
20517
20572
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20518
|
-
sizeof(PyObject),
|
20573
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20519
20574
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20520
|
-
sizeof(PyObject),
|
20575
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20521
20576
|
#else
|
20522
|
-
sizeof(PyObject),
|
20577
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20523
20578
|
#endif
|
20524
|
-
|
20525
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
20579
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 856, __pyx_L1_error)
|
20580
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "inexact",
|
20526
20581
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20527
|
-
sizeof(PyObject),
|
20582
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20528
20583
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20529
|
-
sizeof(PyObject),
|
20584
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20530
20585
|
#else
|
20531
|
-
sizeof(PyObject),
|
20586
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20532
20587
|
#endif
|
20533
|
-
|
20534
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
20588
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 858, __pyx_L1_error)
|
20589
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "floating",
|
20535
20590
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20536
|
-
sizeof(PyObject),
|
20591
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20537
20592
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20538
|
-
sizeof(PyObject),
|
20593
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20539
20594
|
#else
|
20540
|
-
sizeof(PyObject),
|
20595
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20541
20596
|
#endif
|
20542
|
-
|
20543
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
20597
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 860, __pyx_L1_error)
|
20598
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "complexfloating",
|
20544
20599
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20545
|
-
sizeof(PyObject),
|
20600
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20546
20601
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20547
|
-
sizeof(PyObject),
|
20602
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20548
20603
|
#else
|
20549
|
-
sizeof(PyObject),
|
20604
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20550
20605
|
#endif
|
20551
|
-
|
20552
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
20606
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 862, __pyx_L1_error)
|
20607
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "flexible",
|
20553
20608
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20554
|
-
sizeof(PyObject),
|
20609
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20555
20610
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20556
|
-
sizeof(PyObject),
|
20611
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20557
20612
|
#else
|
20558
|
-
sizeof(PyObject),
|
20613
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20559
20614
|
#endif
|
20560
|
-
|
20561
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
20615
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 864, __pyx_L1_error)
|
20616
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "character",
|
20562
20617
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20563
|
-
sizeof(PyObject),
|
20618
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20564
20619
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20565
|
-
sizeof(PyObject),
|
20620
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20566
20621
|
#else
|
20567
|
-
sizeof(PyObject),
|
20622
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
20568
20623
|
#endif
|
20569
|
-
|
20570
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
20624
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 866, __pyx_L1_error)
|
20625
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "ufunc",
|
20571
20626
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20572
|
-
sizeof(PyUFuncObject),
|
20627
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
20573
20628
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20574
|
-
sizeof(PyUFuncObject),
|
20629
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
20575
20630
|
#else
|
20576
|
-
sizeof(PyUFuncObject),
|
20631
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
20577
20632
|
#endif
|
20578
|
-
|
20633
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 930, __pyx_L1_error)
|
20579
20634
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
20580
20635
|
__Pyx_RefNannyFinishContext();
|
20581
20636
|
return 0;
|
@@ -21424,28 +21479,28 @@ __Pyx_RefNannySetupContext("PyInit_path_tracking", 0);
|
|
21424
21479
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle_Enum, __pyx_t_5) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
21425
21480
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
21426
21481
|
|
21427
|
-
/* "edsger/path_tracking.pyx":
|
21428
|
-
*
|
21482
|
+
/* "edsger/path_tracking.pyx":24
|
21483
|
+
* # cython: initializedcheck=False
|
21429
21484
|
*
|
21430
21485
|
* import numpy as np # <<<<<<<<<<<<<<
|
21431
21486
|
* cimport numpy as cnp
|
21432
21487
|
*
|
21433
21488
|
*/
|
21434
|
-
__pyx_t_5 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
21489
|
+
__pyx_t_5 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 24, __pyx_L1_error)
|
21435
21490
|
__Pyx_GOTREF(__pyx_t_5);
|
21436
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_5) < 0) __PYX_ERR(0,
|
21491
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_5) < 0) __PYX_ERR(0, 24, __pyx_L1_error)
|
21437
21492
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
21438
21493
|
|
21439
|
-
/* "edsger/path_tracking.pyx":
|
21494
|
+
/* "edsger/path_tracking.pyx":28
|
21440
21495
|
*
|
21441
21496
|
*
|
21442
21497
|
* cpdef cnp.ndarray compute_path(cnp.uint32_t[::1] path_links, int vertex_idx): # <<<<<<<<<<<<<<
|
21443
21498
|
* """Compute path from predecessors or successors.
|
21444
21499
|
*
|
21445
21500
|
*/
|
21446
|
-
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6edsger_13path_tracking_1compute_path, 0, __pyx_mstate_global->__pyx_n_u_compute_path, NULL, __pyx_mstate_global->__pyx_n_u_edsger_path_tracking, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0])); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
21501
|
+
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6edsger_13path_tracking_1compute_path, 0, __pyx_mstate_global->__pyx_n_u_compute_path, NULL, __pyx_mstate_global->__pyx_n_u_edsger_path_tracking, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0])); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 28, __pyx_L1_error)
|
21447
21502
|
__Pyx_GOTREF(__pyx_t_5);
|
21448
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_compute_path, __pyx_t_5) < 0) __PYX_ERR(0,
|
21503
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_compute_path, __pyx_t_5) < 0) __PYX_ERR(0, 28, __pyx_L1_error)
|
21449
21504
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
21450
21505
|
|
21451
21506
|
/* "edsger/path_tracking.pyx":1
|
@@ -21764,7 +21819,7 @@ static int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate) {
|
|
21764
21819
|
PyObject* tuple_dedup_map = PyDict_New();
|
21765
21820
|
if (unlikely(!tuple_dedup_map)) return -1;
|
21766
21821
|
{
|
21767
|
-
const __Pyx_PyCode_New_function_description descr = {2, 0, 0, 2, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS),
|
21822
|
+
const __Pyx_PyCode_New_function_description descr = {2, 0, 0, 2, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 28, 49};
|
21768
21823
|
PyObject* const varnames[] = {__pyx_mstate->__pyx_n_u_path_links, __pyx_mstate->__pyx_n_u_vertex_idx};
|
21769
21824
|
__pyx_mstate_global->__pyx_codeobj_tab[0] = __Pyx_PyCode_New(descr, varnames, __pyx_mstate->__pyx_kp_u_src_edsger_path_tracking_pyx, __pyx_mstate->__pyx_n_u_compute_path, __pyx_k_q_BfA_Ql_1, tuple_dedup_map); if (unlikely(!__pyx_mstate_global->__pyx_codeobj_tab[0])) goto bad;
|
21770
21825
|
}
|
@@ -24635,6 +24690,55 @@ CYTHON_UNUSED static int __Pyx_VectorcallBuilder_AddArg_Check(PyObject *key, PyO
|
|
24635
24690
|
}
|
24636
24691
|
#endif
|
24637
24692
|
|
24693
|
+
/* BufferIndexError */
|
24694
|
+
static void __Pyx_RaiseBufferIndexError(int axis) {
|
24695
|
+
PyErr_Format(PyExc_IndexError,
|
24696
|
+
"Out of bounds on buffer access (axis %d)", axis);
|
24697
|
+
}
|
24698
|
+
|
24699
|
+
/* BufferIndexErrorNogil */
|
24700
|
+
static void __Pyx_RaiseBufferIndexErrorNogil(int axis) {
|
24701
|
+
PyGILState_STATE gilstate = PyGILState_Ensure();
|
24702
|
+
__Pyx_RaiseBufferIndexError(axis);
|
24703
|
+
PyGILState_Release(gilstate);
|
24704
|
+
}
|
24705
|
+
|
24706
|
+
/* WriteUnraisableException */
|
24707
|
+
static void __Pyx_WriteUnraisable(const char *name, int clineno,
|
24708
|
+
int lineno, const char *filename,
|
24709
|
+
int full_traceback, int nogil) {
|
24710
|
+
PyObject *old_exc, *old_val, *old_tb;
|
24711
|
+
PyObject *ctx;
|
24712
|
+
__Pyx_PyThreadState_declare
|
24713
|
+
PyGILState_STATE state;
|
24714
|
+
if (nogil)
|
24715
|
+
state = PyGILState_Ensure();
|
24716
|
+
else state = (PyGILState_STATE)0;
|
24717
|
+
CYTHON_UNUSED_VAR(clineno);
|
24718
|
+
CYTHON_UNUSED_VAR(lineno);
|
24719
|
+
CYTHON_UNUSED_VAR(filename);
|
24720
|
+
CYTHON_MAYBE_UNUSED_VAR(nogil);
|
24721
|
+
__Pyx_PyThreadState_assign
|
24722
|
+
__Pyx_ErrFetch(&old_exc, &old_val, &old_tb);
|
24723
|
+
if (full_traceback) {
|
24724
|
+
Py_XINCREF(old_exc);
|
24725
|
+
Py_XINCREF(old_val);
|
24726
|
+
Py_XINCREF(old_tb);
|
24727
|
+
__Pyx_ErrRestore(old_exc, old_val, old_tb);
|
24728
|
+
PyErr_PrintEx(0);
|
24729
|
+
}
|
24730
|
+
ctx = PyUnicode_FromString(name);
|
24731
|
+
__Pyx_ErrRestore(old_exc, old_val, old_tb);
|
24732
|
+
if (!ctx) {
|
24733
|
+
PyErr_WriteUnraisable(Py_None);
|
24734
|
+
} else {
|
24735
|
+
PyErr_WriteUnraisable(ctx);
|
24736
|
+
Py_DECREF(ctx);
|
24737
|
+
}
|
24738
|
+
if (nogil)
|
24739
|
+
PyGILState_Release(state);
|
24740
|
+
}
|
24741
|
+
|
24638
24742
|
/* CallTypeTraverse */
|
24639
24743
|
#if !CYTHON_USE_TYPE_SPECS || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX < 0x03090000)
|
24640
24744
|
#else
|
@@ -24755,6 +24859,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
24755
24859
|
changed = 1;
|
24756
24860
|
}
|
24757
24861
|
#endif // CYTHON_METH_FASTCALL
|
24862
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
24758
24863
|
else if (strcmp(memb->name, "__module__") == 0) {
|
24759
24864
|
PyObject *descr;
|
24760
24865
|
assert(memb->type == T_OBJECT);
|
@@ -24769,11 +24874,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
24769
24874
|
}
|
24770
24875
|
changed = 1;
|
24771
24876
|
}
|
24877
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
24772
24878
|
}
|
24773
24879
|
memb++;
|
24774
24880
|
}
|
24775
24881
|
}
|
24776
24882
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
24883
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
24777
24884
|
slot = spec->slots;
|
24778
24885
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
24779
24886
|
slot++;
|
@@ -24805,6 +24912,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
24805
24912
|
++getset;
|
24806
24913
|
}
|
24807
24914
|
}
|
24915
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
24808
24916
|
if (changed)
|
24809
24917
|
PyType_Modified(type);
|
24810
24918
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -24909,6 +25017,13 @@ try_unpack:
|
|
24909
25017
|
|
24910
25018
|
/* PyObjectCallMethod0 */
|
24911
25019
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
25020
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
25021
|
+
PyObject *args[1] = {obj};
|
25022
|
+
(void) __Pyx_PyObject_GetMethod;
|
25023
|
+
(void) __Pyx_PyObject_CallOneArg;
|
25024
|
+
(void) __Pyx_PyObject_CallNoArg;
|
25025
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
25026
|
+
#else
|
24912
25027
|
PyObject *method = NULL, *result = NULL;
|
24913
25028
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
24914
25029
|
if (likely(is_method)) {
|
@@ -24921,6 +25036,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
24921
25036
|
Py_DECREF(method);
|
24922
25037
|
bad:
|
24923
25038
|
return result;
|
25039
|
+
#endif
|
24924
25040
|
}
|
24925
25041
|
|
24926
25042
|
/* ValidateBasesTuple */
|
@@ -25350,15 +25466,15 @@ __PYX_GOOD:
|
|
25350
25466
|
}
|
25351
25467
|
|
25352
25468
|
/* TypeImport */
|
25353
|
-
#ifndef
|
25354
|
-
#define
|
25355
|
-
static PyTypeObject *
|
25356
|
-
size_t size, size_t alignment, enum
|
25469
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_4
|
25470
|
+
#define __PYX_HAVE_RT_ImportType_3_1_4
|
25471
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
|
25472
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
|
25357
25473
|
{
|
25358
25474
|
PyObject *result = 0;
|
25359
25475
|
Py_ssize_t basicsize;
|
25360
25476
|
Py_ssize_t itemsize;
|
25361
|
-
#
|
25477
|
+
#ifdef Py_LIMITED_API
|
25362
25478
|
PyObject *py_basicsize;
|
25363
25479
|
PyObject *py_itemsize;
|
25364
25480
|
#endif
|
@@ -25371,7 +25487,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
25371
25487
|
module_name, class_name);
|
25372
25488
|
goto bad;
|
25373
25489
|
}
|
25374
|
-
#
|
25490
|
+
#ifndef Py_LIMITED_API
|
25375
25491
|
basicsize = ((PyTypeObject *)result)->tp_basicsize;
|
25376
25492
|
itemsize = ((PyTypeObject *)result)->tp_itemsize;
|
25377
25493
|
#else
|
@@ -25409,7 +25525,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
25409
25525
|
module_name, class_name, size, basicsize+itemsize);
|
25410
25526
|
goto bad;
|
25411
25527
|
}
|
25412
|
-
if (check_size ==
|
25528
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
|
25413
25529
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
25414
25530
|
PyErr_Format(PyExc_ValueError,
|
25415
25531
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -25417,7 +25533,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
25417
25533
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
25418
25534
|
goto bad;
|
25419
25535
|
}
|
25420
|
-
else if (check_size ==
|
25536
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
|
25421
25537
|
if (PyErr_WarnFormat(NULL, 0,
|
25422
25538
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
25423
25539
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -25558,7 +25674,7 @@ bad:
|
|
25558
25674
|
}
|
25559
25675
|
|
25560
25676
|
/* CommonTypesMetaclass */
|
25561
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
25677
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
25562
25678
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
25563
25679
|
}
|
25564
25680
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|
@@ -25587,6 +25703,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
|
|
25587
25703
|
return -1;
|
25588
25704
|
}
|
25589
25705
|
mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
|
25706
|
+
Py_DECREF(bases);
|
25590
25707
|
if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
|
25591
25708
|
return -1;
|
25592
25709
|
}
|
@@ -29608,6 +29725,10 @@ __Pyx_PyType_GetFullyQualifiedName(PyTypeObject* tp)
|
|
29608
29725
|
PyCode_NewWithPosOnlyArgs
|
29609
29726
|
#endif
|
29610
29727
|
(a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
|
29728
|
+
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
|
29729
|
+
if (likely(result))
|
29730
|
+
result->_co_firsttraceable = 0;
|
29731
|
+
#endif
|
29611
29732
|
return result;
|
29612
29733
|
}
|
29613
29734
|
#elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
|