edsger 0.1.4__cp311-cp311-macosx_11_0_arm64.whl → 0.1.6__cp311-cp311-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/bellman_ford.c +35284 -0
- edsger/bellman_ford.cpython-311-darwin.so +0 -0
- edsger/bellman_ford.pyx +551 -0
- edsger/bfs.c +33575 -0
- edsger/bfs.cpython-311-darwin.so +0 -0
- edsger/bfs.pyx +243 -0
- edsger/commons.c +286 -278
- edsger/commons.cpython-311-darwin.so +0 -0
- edsger/commons.pyx +7 -0
- edsger/dijkstra.c +2433 -1857
- edsger/dijkstra.cpython-311-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 +423 -302
- edsger/path_tracking.cpython-311-darwin.so +0 -0
- edsger/path_tracking.pyx +7 -0
- edsger/pq_4ary_dec_0b.c +1175 -1016
- edsger/pq_4ary_dec_0b.cpython-311-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.pyx +7 -0
- edsger/spiess_florian.c +1410 -1140
- edsger/spiess_florian.cpython-311-darwin.so +0 -0
- edsger/spiess_florian.pyx +7 -0
- edsger/star.c +1240 -767
- edsger/star.cpython-311-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/commons.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
|
@@ -1381,7 +1385,7 @@ static const char *__pyx_filename;
|
|
1381
1385
|
|
1382
1386
|
static const char* const __pyx_f[] = {
|
1383
1387
|
"src/edsger/commons.pyx",
|
1384
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1388
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
|
1385
1389
|
"cpython/type.pxd",
|
1386
1390
|
};
|
1387
1391
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1543,7 +1547,7 @@ static const char* const __pyx_f[] = {
|
|
1543
1547
|
|
1544
1548
|
/* #### Code section: numeric_typedefs ### */
|
1545
1549
|
|
1546
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1550
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
1547
1551
|
* # in Cython to enable them only on the right systems.
|
1548
1552
|
*
|
1549
1553
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1552,7 +1556,7 @@ static const char* const __pyx_f[] = {
|
|
1552
1556
|
*/
|
1553
1557
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1554
1558
|
|
1555
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1559
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
1556
1560
|
*
|
1557
1561
|
* ctypedef npy_int8 int8_t
|
1558
1562
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1561,7 +1565,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1561
1565
|
*/
|
1562
1566
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1563
1567
|
|
1564
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1568
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
1565
1569
|
* ctypedef npy_int8 int8_t
|
1566
1570
|
* ctypedef npy_int16 int16_t
|
1567
1571
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1570,7 +1574,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1570
1574
|
*/
|
1571
1575
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1572
1576
|
|
1573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1577
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
1574
1578
|
* ctypedef npy_int16 int16_t
|
1575
1579
|
* ctypedef npy_int32 int32_t
|
1576
1580
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1579,7 +1583,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1579
1583
|
*/
|
1580
1584
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1581
1585
|
|
1582
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1583
1587
|
* ctypedef npy_int64 int64_t
|
1584
1588
|
*
|
1585
1589
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1588,7 +1592,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1588
1592
|
*/
|
1589
1593
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1590
1594
|
|
1591
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1595
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
1592
1596
|
*
|
1593
1597
|
* ctypedef npy_uint8 uint8_t
|
1594
1598
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1597,7 +1601,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1597
1601
|
*/
|
1598
1602
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1599
1603
|
|
1600
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1604
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
1601
1605
|
* ctypedef npy_uint8 uint8_t
|
1602
1606
|
* ctypedef npy_uint16 uint16_t
|
1603
1607
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1606,7 +1610,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1606
1610
|
*/
|
1607
1611
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1608
1612
|
|
1609
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1613
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
1610
1614
|
* ctypedef npy_uint16 uint16_t
|
1611
1615
|
* ctypedef npy_uint32 uint32_t
|
1612
1616
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1615,7 +1619,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1615
1619
|
*/
|
1616
1620
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1617
1621
|
|
1618
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1622
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1619
1623
|
* ctypedef npy_uint64 uint64_t
|
1620
1624
|
*
|
1621
1625
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1624,7 +1628,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1624
1628
|
*/
|
1625
1629
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1626
1630
|
|
1627
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1631
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
1628
1632
|
*
|
1629
1633
|
* ctypedef npy_float32 float32_t
|
1630
1634
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1633,7 +1637,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1633
1637
|
*/
|
1634
1638
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1635
1639
|
|
1636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1640
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
1637
1641
|
* ctypedef double complex complex128_t
|
1638
1642
|
*
|
1639
1643
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1642,7 +1646,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1642
1646
|
*/
|
1643
1647
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1644
1648
|
|
1645
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
1646
1650
|
*
|
1647
1651
|
* ctypedef npy_longlong longlong_t
|
1648
1652
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1651,7 +1655,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1651
1655
|
*/
|
1652
1656
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1653
1657
|
|
1654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1658
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
1655
1659
|
* ctypedef npy_ulonglong ulonglong_t
|
1656
1660
|
*
|
1657
1661
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1660,7 +1664,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1660
1664
|
*/
|
1661
1665
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1662
1666
|
|
1663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
1664
1668
|
*
|
1665
1669
|
* ctypedef npy_intp intp_t
|
1666
1670
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1669,7 +1673,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1669
1673
|
*/
|
1670
1674
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1671
1675
|
|
1672
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
1673
1677
|
* ctypedef npy_uintp uintp_t
|
1674
1678
|
*
|
1675
1679
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1678,7 +1682,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1678
1682
|
*/
|
1679
1683
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1680
1684
|
|
1681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1685
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
1682
1686
|
*
|
1683
1687
|
* ctypedef npy_double float_t
|
1684
1688
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1687,7 +1691,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1687
1691
|
*/
|
1688
1692
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1689
1693
|
|
1690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1691
1695
|
* ctypedef npy_double float_t
|
1692
1696
|
* ctypedef npy_double double_t
|
1693
1697
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1970,22 +1974,22 @@ static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObj
|
|
1970
1974
|
static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause);
|
1971
1975
|
|
1972
1976
|
/* TypeImport.proto */
|
1973
|
-
#ifndef
|
1974
|
-
#define
|
1977
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
|
1978
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_4
|
1975
1979
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
1976
1980
|
#include <stdalign.h>
|
1977
1981
|
#endif
|
1978
1982
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
1979
|
-
#define
|
1983
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
|
1980
1984
|
#else
|
1981
|
-
#define
|
1985
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
|
1982
1986
|
#endif
|
1983
|
-
enum
|
1984
|
-
|
1985
|
-
|
1986
|
-
|
1987
|
+
enum __Pyx_ImportType_CheckSize_3_1_4 {
|
1988
|
+
__Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
|
1989
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
|
1990
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
|
1987
1991
|
};
|
1988
|
-
static PyTypeObject *
|
1992
|
+
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);
|
1989
1993
|
#endif
|
1990
1994
|
|
1991
1995
|
/* IncludeStringH.proto */
|
@@ -2633,7 +2637,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2633
2637
|
#endif
|
2634
2638
|
/* #### Code section: module_code ### */
|
2635
2639
|
|
2636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2640
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2637
2641
|
* cdef int type_num
|
2638
2642
|
*
|
2639
2643
|
* @property # <<<<<<<<<<<<<<
|
@@ -2644,7 +2648,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2644
2648
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
2645
2649
|
npy_intp __pyx_r;
|
2646
2650
|
|
2647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
2648
2652
|
* @property
|
2649
2653
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
2650
2654
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -2654,7 +2658,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2654
2658
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
2655
2659
|
goto __pyx_L0;
|
2656
2660
|
|
2657
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2661
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2658
2662
|
* cdef int type_num
|
2659
2663
|
*
|
2660
2664
|
* @property # <<<<<<<<<<<<<<
|
@@ -2667,7 +2671,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2667
2671
|
return __pyx_r;
|
2668
2672
|
}
|
2669
2673
|
|
2670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2674
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2671
2675
|
* return PyDataType_ELSIZE(self)
|
2672
2676
|
*
|
2673
2677
|
* @property # <<<<<<<<<<<<<<
|
@@ -2678,7 +2682,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2678
2682
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
2679
2683
|
npy_intp __pyx_r;
|
2680
2684
|
|
2681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2685
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
2682
2686
|
* @property
|
2683
2687
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
2684
2688
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -2688,7 +2692,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2688
2692
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
2689
2693
|
goto __pyx_L0;
|
2690
2694
|
|
2691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2695
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2692
2696
|
* return PyDataType_ELSIZE(self)
|
2693
2697
|
*
|
2694
2698
|
* @property # <<<<<<<<<<<<<<
|
@@ -2701,7 +2705,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2701
2705
|
return __pyx_r;
|
2702
2706
|
}
|
2703
2707
|
|
2704
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2708
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2705
2709
|
* # Use fields/names with care as they may be NULL. You must check
|
2706
2710
|
* # for this using PyDataType_HASFIELDS.
|
2707
2711
|
* @property # <<<<<<<<<<<<<<
|
@@ -2715,7 +2719,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2715
2719
|
PyObject *__pyx_t_1;
|
2716
2720
|
__Pyx_RefNannySetupContext("fields", 0);
|
2717
2721
|
|
2718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
2719
2723
|
* @property
|
2720
2724
|
* cdef inline object fields(self):
|
2721
2725
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -2728,7 +2732,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2728
2732
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
2729
2733
|
goto __pyx_L0;
|
2730
2734
|
|
2731
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2735
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2732
2736
|
* # Use fields/names with care as they may be NULL. You must check
|
2733
2737
|
* # for this using PyDataType_HASFIELDS.
|
2734
2738
|
* @property # <<<<<<<<<<<<<<
|
@@ -2743,7 +2747,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2743
2747
|
return __pyx_r;
|
2744
2748
|
}
|
2745
2749
|
|
2746
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2750
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2747
2751
|
* return <object>PyDataType_FIELDS(self)
|
2748
2752
|
*
|
2749
2753
|
* @property # <<<<<<<<<<<<<<
|
@@ -2757,7 +2761,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2757
2761
|
PyObject *__pyx_t_1;
|
2758
2762
|
__Pyx_RefNannySetupContext("names", 0);
|
2759
2763
|
|
2760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
2761
2765
|
* @property
|
2762
2766
|
* cdef inline tuple names(self):
|
2763
2767
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -2770,7 +2774,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2770
2774
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
2771
2775
|
goto __pyx_L0;
|
2772
2776
|
|
2773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2777
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2774
2778
|
* return <object>PyDataType_FIELDS(self)
|
2775
2779
|
*
|
2776
2780
|
* @property # <<<<<<<<<<<<<<
|
@@ -2785,7 +2789,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2785
2789
|
return __pyx_r;
|
2786
2790
|
}
|
2787
2791
|
|
2788
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2792
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2789
2793
|
* # valid (the pointer can be NULL). Most users should access
|
2790
2794
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2791
2795
|
* @property # <<<<<<<<<<<<<<
|
@@ -2796,7 +2800,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2796
2800
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
2797
2801
|
PyArray_ArrayDescr *__pyx_r;
|
2798
2802
|
|
2799
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2803
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
2800
2804
|
* @property
|
2801
2805
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
2802
2806
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -2806,7 +2810,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2806
2810
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
2807
2811
|
goto __pyx_L0;
|
2808
2812
|
|
2809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2813
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2810
2814
|
* # valid (the pointer can be NULL). Most users should access
|
2811
2815
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2812
2816
|
* @property # <<<<<<<<<<<<<<
|
@@ -2819,7 +2823,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2819
2823
|
return __pyx_r;
|
2820
2824
|
}
|
2821
2825
|
|
2822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2826
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2823
2827
|
* return PyDataType_SUBARRAY(self)
|
2824
2828
|
*
|
2825
2829
|
* @property # <<<<<<<<<<<<<<
|
@@ -2830,7 +2834,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2830
2834
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
2831
2835
|
npy_uint64 __pyx_r;
|
2832
2836
|
|
2833
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2837
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
2834
2838
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
2835
2839
|
* """The data types flags."""
|
2836
2840
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -2840,7 +2844,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2840
2844
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
2841
2845
|
goto __pyx_L0;
|
2842
2846
|
|
2843
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2847
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2844
2848
|
* return PyDataType_SUBARRAY(self)
|
2845
2849
|
*
|
2846
2850
|
* @property # <<<<<<<<<<<<<<
|
@@ -2853,7 +2857,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2853
2857
|
return __pyx_r;
|
2854
2858
|
}
|
2855
2859
|
|
2856
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2860
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2857
2861
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2858
2862
|
*
|
2859
2863
|
* @property # <<<<<<<<<<<<<<
|
@@ -2864,7 +2868,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2864
2868
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
2865
2869
|
int __pyx_r;
|
2866
2870
|
|
2867
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2871
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
2868
2872
|
* cdef inline int numiter(self) noexcept nogil:
|
2869
2873
|
* """The number of arrays that need to be broadcast to the same shape."""
|
2870
2874
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -2874,7 +2878,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2874
2878
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
2875
2879
|
goto __pyx_L0;
|
2876
2880
|
|
2877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2881
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2878
2882
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2879
2883
|
*
|
2880
2884
|
* @property # <<<<<<<<<<<<<<
|
@@ -2887,7 +2891,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2887
2891
|
return __pyx_r;
|
2888
2892
|
}
|
2889
2893
|
|
2890
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2894
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2891
2895
|
* return PyArray_MultiIter_NUMITER(self)
|
2892
2896
|
*
|
2893
2897
|
* @property # <<<<<<<<<<<<<<
|
@@ -2898,7 +2902,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2898
2902
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
2899
2903
|
npy_intp __pyx_r;
|
2900
2904
|
|
2901
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2905
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
2902
2906
|
* cdef inline npy_intp size(self) noexcept nogil:
|
2903
2907
|
* """The total broadcasted size."""
|
2904
2908
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -2908,7 +2912,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2908
2912
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
2909
2913
|
goto __pyx_L0;
|
2910
2914
|
|
2911
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2915
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2912
2916
|
* return PyArray_MultiIter_NUMITER(self)
|
2913
2917
|
*
|
2914
2918
|
* @property # <<<<<<<<<<<<<<
|
@@ -2921,7 +2925,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2921
2925
|
return __pyx_r;
|
2922
2926
|
}
|
2923
2927
|
|
2924
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2928
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2925
2929
|
* return PyArray_MultiIter_SIZE(self)
|
2926
2930
|
*
|
2927
2931
|
* @property # <<<<<<<<<<<<<<
|
@@ -2932,7 +2936,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2932
2936
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
2933
2937
|
npy_intp __pyx_r;
|
2934
2938
|
|
2935
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2939
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
2936
2940
|
* cdef inline npy_intp index(self) noexcept nogil:
|
2937
2941
|
* """The current (1-d) index into the broadcasted result."""
|
2938
2942
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -2942,7 +2946,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2942
2946
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
2943
2947
|
goto __pyx_L0;
|
2944
2948
|
|
2945
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2949
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2946
2950
|
* return PyArray_MultiIter_SIZE(self)
|
2947
2951
|
*
|
2948
2952
|
* @property # <<<<<<<<<<<<<<
|
@@ -2955,7 +2959,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2955
2959
|
return __pyx_r;
|
2956
2960
|
}
|
2957
2961
|
|
2958
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2962
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2959
2963
|
* return PyArray_MultiIter_INDEX(self)
|
2960
2964
|
*
|
2961
2965
|
* @property # <<<<<<<<<<<<<<
|
@@ -2966,7 +2970,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2966
2970
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
2967
2971
|
int __pyx_r;
|
2968
2972
|
|
2969
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
2970
2974
|
* cdef inline int nd(self) noexcept nogil:
|
2971
2975
|
* """The number of dimensions in the broadcasted result."""
|
2972
2976
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -2976,7 +2980,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2976
2980
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
2977
2981
|
goto __pyx_L0;
|
2978
2982
|
|
2979
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2983
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2980
2984
|
* return PyArray_MultiIter_INDEX(self)
|
2981
2985
|
*
|
2982
2986
|
* @property # <<<<<<<<<<<<<<
|
@@ -2989,7 +2993,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2989
2993
|
return __pyx_r;
|
2990
2994
|
}
|
2991
2995
|
|
2992
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2996
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
2993
2997
|
* return PyArray_MultiIter_NDIM(self)
|
2994
2998
|
*
|
2995
2999
|
* @property # <<<<<<<<<<<<<<
|
@@ -3000,7 +3004,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
3000
3004
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
3001
3005
|
npy_intp *__pyx_r;
|
3002
3006
|
|
3003
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
3004
3008
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
3005
3009
|
* """The shape of the broadcasted result."""
|
3006
3010
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3010,7 +3014,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3010
3014
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
3011
3015
|
goto __pyx_L0;
|
3012
3016
|
|
3013
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3017
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
3014
3018
|
* return PyArray_MultiIter_NDIM(self)
|
3015
3019
|
*
|
3016
3020
|
* @property # <<<<<<<<<<<<<<
|
@@ -3023,7 +3027,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3023
3027
|
return __pyx_r;
|
3024
3028
|
}
|
3025
3029
|
|
3026
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3030
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3027
3031
|
* return PyArray_MultiIter_DIMS(self)
|
3028
3032
|
*
|
3029
3033
|
* @property # <<<<<<<<<<<<<<
|
@@ -3034,7 +3038,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3034
3038
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
3035
3039
|
void **__pyx_r;
|
3036
3040
|
|
3037
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3041
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
3038
3042
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
3039
3043
|
* On return, the iterators are adjusted for broadcasting."""
|
3040
3044
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -3044,7 +3048,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3044
3048
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
3045
3049
|
goto __pyx_L0;
|
3046
3050
|
|
3047
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3051
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3048
3052
|
* return PyArray_MultiIter_DIMS(self)
|
3049
3053
|
*
|
3050
3054
|
* @property # <<<<<<<<<<<<<<
|
@@ -3057,7 +3061,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3057
3061
|
return __pyx_r;
|
3058
3062
|
}
|
3059
3063
|
|
3060
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3064
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3061
3065
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3062
3066
|
*
|
3063
3067
|
* @property # <<<<<<<<<<<<<<
|
@@ -3068,7 +3072,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3068
3072
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
3069
3073
|
PyObject *__pyx_r;
|
3070
3074
|
|
3071
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3075
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
3072
3076
|
* """Returns a borrowed reference to the object owning the data/memory.
|
3073
3077
|
* """
|
3074
3078
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -3078,7 +3082,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3078
3082
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
3079
3083
|
goto __pyx_L0;
|
3080
3084
|
|
3081
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3085
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3082
3086
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3083
3087
|
*
|
3084
3088
|
* @property # <<<<<<<<<<<<<<
|
@@ -3091,7 +3095,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3091
3095
|
return __pyx_r;
|
3092
3096
|
}
|
3093
3097
|
|
3094
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3098
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3095
3099
|
* return PyArray_BASE(self)
|
3096
3100
|
*
|
3097
3101
|
* @property # <<<<<<<<<<<<<<
|
@@ -3105,7 +3109,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3105
3109
|
PyArray_Descr *__pyx_t_1;
|
3106
3110
|
__Pyx_RefNannySetupContext("descr", 0);
|
3107
3111
|
|
3108
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3112
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
3109
3113
|
* """Returns an owned reference to the dtype of the array.
|
3110
3114
|
* """
|
3111
3115
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -3118,7 +3122,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3118
3122
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
3119
3123
|
goto __pyx_L0;
|
3120
3124
|
|
3121
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3125
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3122
3126
|
* return PyArray_BASE(self)
|
3123
3127
|
*
|
3124
3128
|
* @property # <<<<<<<<<<<<<<
|
@@ -3133,7 +3137,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3133
3137
|
return __pyx_r;
|
3134
3138
|
}
|
3135
3139
|
|
3136
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3140
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3137
3141
|
* return <dtype>PyArray_DESCR(self)
|
3138
3142
|
*
|
3139
3143
|
* @property # <<<<<<<<<<<<<<
|
@@ -3144,7 +3148,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3144
3148
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
3145
3149
|
int __pyx_r;
|
3146
3150
|
|
3147
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3151
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
3148
3152
|
* """Returns the number of dimensions in the array.
|
3149
3153
|
* """
|
3150
3154
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -3154,7 +3158,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3154
3158
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
3155
3159
|
goto __pyx_L0;
|
3156
3160
|
|
3157
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3161
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3158
3162
|
* return <dtype>PyArray_DESCR(self)
|
3159
3163
|
*
|
3160
3164
|
* @property # <<<<<<<<<<<<<<
|
@@ -3167,7 +3171,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3167
3171
|
return __pyx_r;
|
3168
3172
|
}
|
3169
3173
|
|
3170
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3174
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3171
3175
|
* return PyArray_NDIM(self)
|
3172
3176
|
*
|
3173
3177
|
* @property # <<<<<<<<<<<<<<
|
@@ -3178,7 +3182,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3178
3182
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
3179
3183
|
npy_intp *__pyx_r;
|
3180
3184
|
|
3181
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3185
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
3182
3186
|
* Can return NULL for 0-dimensional arrays.
|
3183
3187
|
* """
|
3184
3188
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3188,7 +3192,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3188
3192
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
3189
3193
|
goto __pyx_L0;
|
3190
3194
|
|
3191
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3195
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3192
3196
|
* return PyArray_NDIM(self)
|
3193
3197
|
*
|
3194
3198
|
* @property # <<<<<<<<<<<<<<
|
@@ -3201,7 +3205,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3201
3205
|
return __pyx_r;
|
3202
3206
|
}
|
3203
3207
|
|
3204
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3208
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3205
3209
|
* return PyArray_DIMS(self)
|
3206
3210
|
*
|
3207
3211
|
* @property # <<<<<<<<<<<<<<
|
@@ -3212,7 +3216,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3212
3216
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
3213
3217
|
npy_intp *__pyx_r;
|
3214
3218
|
|
3215
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3219
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
3216
3220
|
* The number of elements matches the number of dimensions of the array (ndim).
|
3217
3221
|
* """
|
3218
3222
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -3222,7 +3226,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3222
3226
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
3223
3227
|
goto __pyx_L0;
|
3224
3228
|
|
3225
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3229
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3226
3230
|
* return PyArray_DIMS(self)
|
3227
3231
|
*
|
3228
3232
|
* @property # <<<<<<<<<<<<<<
|
@@ -3235,7 +3239,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3235
3239
|
return __pyx_r;
|
3236
3240
|
}
|
3237
3241
|
|
3238
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3242
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3239
3243
|
* return PyArray_STRIDES(self)
|
3240
3244
|
*
|
3241
3245
|
* @property # <<<<<<<<<<<<<<
|
@@ -3246,7 +3250,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3246
3250
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
3247
3251
|
npy_intp __pyx_r;
|
3248
3252
|
|
3249
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3253
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
3250
3254
|
* """Returns the total size (in number of elements) of the array.
|
3251
3255
|
* """
|
3252
3256
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -3256,7 +3260,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3256
3260
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
3257
3261
|
goto __pyx_L0;
|
3258
3262
|
|
3259
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3263
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3260
3264
|
* return PyArray_STRIDES(self)
|
3261
3265
|
*
|
3262
3266
|
* @property # <<<<<<<<<<<<<<
|
@@ -3269,7 +3273,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3269
3273
|
return __pyx_r;
|
3270
3274
|
}
|
3271
3275
|
|
3272
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3276
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3273
3277
|
* return PyArray_SIZE(self)
|
3274
3278
|
*
|
3275
3279
|
* @property # <<<<<<<<<<<<<<
|
@@ -3280,7 +3284,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3280
3284
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
3281
3285
|
char *__pyx_r;
|
3282
3286
|
|
3283
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3287
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
3284
3288
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
3285
3289
|
* """
|
3286
3290
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -3290,7 +3294,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3290
3294
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
3291
3295
|
goto __pyx_L0;
|
3292
3296
|
|
3293
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3297
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3294
3298
|
* return PyArray_SIZE(self)
|
3295
3299
|
*
|
3296
3300
|
* @property # <<<<<<<<<<<<<<
|
@@ -3303,7 +3307,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3303
3307
|
return __pyx_r;
|
3304
3308
|
}
|
3305
3309
|
|
3306
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3310
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3307
3311
|
* ctypedef long double complex clongdouble_t
|
3308
3312
|
*
|
3309
3313
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3320,7 +3324,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3320
3324
|
int __pyx_clineno = 0;
|
3321
3325
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
3322
3326
|
|
3323
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3327
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
3324
3328
|
*
|
3325
3329
|
* cdef inline object PyArray_MultiIterNew1(a):
|
3326
3330
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -3334,7 +3338,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3334
3338
|
__pyx_t_1 = 0;
|
3335
3339
|
goto __pyx_L0;
|
3336
3340
|
|
3337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3341
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3338
3342
|
* ctypedef long double complex clongdouble_t
|
3339
3343
|
*
|
3340
3344
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3353,7 +3357,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3353
3357
|
return __pyx_r;
|
3354
3358
|
}
|
3355
3359
|
|
3356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3360
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3357
3361
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3358
3362
|
*
|
3359
3363
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3370,7 +3374,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3370
3374
|
int __pyx_clineno = 0;
|
3371
3375
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
3372
3376
|
|
3373
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3377
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
3374
3378
|
*
|
3375
3379
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
3376
3380
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -3384,7 +3388,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3384
3388
|
__pyx_t_1 = 0;
|
3385
3389
|
goto __pyx_L0;
|
3386
3390
|
|
3387
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3391
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3388
3392
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3389
3393
|
*
|
3390
3394
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3403,7 +3407,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3403
3407
|
return __pyx_r;
|
3404
3408
|
}
|
3405
3409
|
|
3406
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3410
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3407
3411
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3408
3412
|
*
|
3409
3413
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3420,7 +3424,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3420
3424
|
int __pyx_clineno = 0;
|
3421
3425
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
3422
3426
|
|
3423
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3427
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
3424
3428
|
*
|
3425
3429
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
3426
3430
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -3434,7 +3438,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3434
3438
|
__pyx_t_1 = 0;
|
3435
3439
|
goto __pyx_L0;
|
3436
3440
|
|
3437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3441
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3438
3442
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3439
3443
|
*
|
3440
3444
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3453,7 +3457,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3453
3457
|
return __pyx_r;
|
3454
3458
|
}
|
3455
3459
|
|
3456
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3460
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3457
3461
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3458
3462
|
*
|
3459
3463
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3470,7 +3474,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3470
3474
|
int __pyx_clineno = 0;
|
3471
3475
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
3472
3476
|
|
3473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
3474
3478
|
*
|
3475
3479
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
3476
3480
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -3484,7 +3488,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3484
3488
|
__pyx_t_1 = 0;
|
3485
3489
|
goto __pyx_L0;
|
3486
3490
|
|
3487
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3491
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3488
3492
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3489
3493
|
*
|
3490
3494
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3503,7 +3507,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3503
3507
|
return __pyx_r;
|
3504
3508
|
}
|
3505
3509
|
|
3506
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3510
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3507
3511
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3508
3512
|
*
|
3509
3513
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3520,7 +3524,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3520
3524
|
int __pyx_clineno = 0;
|
3521
3525
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
3522
3526
|
|
3523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3527
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
3524
3528
|
*
|
3525
3529
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
3526
3530
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -3534,7 +3538,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3534
3538
|
__pyx_t_1 = 0;
|
3535
3539
|
goto __pyx_L0;
|
3536
3540
|
|
3537
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3541
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3538
3542
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3539
3543
|
*
|
3540
3544
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3553,7 +3557,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3553
3557
|
return __pyx_r;
|
3554
3558
|
}
|
3555
3559
|
|
3556
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3560
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3557
3561
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3558
3562
|
*
|
3559
3563
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3568,7 +3572,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3568
3572
|
PyObject *__pyx_t_2;
|
3569
3573
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
3570
3574
|
|
3571
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3575
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3572
3576
|
*
|
3573
3577
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3574
3578
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3578,7 +3582,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3578
3582
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
3579
3583
|
if (__pyx_t_1) {
|
3580
3584
|
|
3581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3585
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
3582
3586
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3583
3587
|
* if PyDataType_HASSUBARRAY(d):
|
3584
3588
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -3591,7 +3595,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3591
3595
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
3592
3596
|
goto __pyx_L0;
|
3593
3597
|
|
3594
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3598
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3595
3599
|
*
|
3596
3600
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3597
3601
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3600,7 +3604,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3600
3604
|
*/
|
3601
3605
|
}
|
3602
3606
|
|
3603
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
3604
3608
|
* return <tuple>d.subarray.shape
|
3605
3609
|
* else:
|
3606
3610
|
* return () # <<<<<<<<<<<<<<
|
@@ -3614,7 +3618,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3614
3618
|
goto __pyx_L0;
|
3615
3619
|
}
|
3616
3620
|
|
3617
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3618
3622
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3619
3623
|
*
|
3620
3624
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3629,7 +3633,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3629
3633
|
return __pyx_r;
|
3630
3634
|
}
|
3631
3635
|
|
3632
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3633
3637
|
* int _import_umath() except -1
|
3634
3638
|
*
|
3635
3639
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3643,7 +3647,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3643
3647
|
const char *__pyx_filename = NULL;
|
3644
3648
|
int __pyx_clineno = 0;
|
3645
3649
|
|
3646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3650
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
3647
3651
|
*
|
3648
3652
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3649
3653
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -3652,7 +3656,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3652
3656
|
*/
|
3653
3657
|
Py_INCREF(__pyx_v_base);
|
3654
3658
|
|
3655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3659
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
3656
3660
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3657
3661
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
3658
3662
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -3661,7 +3665,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3661
3665
|
*/
|
3662
3666
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 996, __pyx_L1_error)
|
3663
3667
|
|
3664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3668
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3665
3669
|
* int _import_umath() except -1
|
3666
3670
|
*
|
3667
3671
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3676,7 +3680,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3676
3680
|
__pyx_L0:;
|
3677
3681
|
}
|
3678
3682
|
|
3679
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3683
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3680
3684
|
* PyArray_SetBaseObject(arr, base)
|
3681
3685
|
*
|
3682
3686
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3691,7 +3695,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3691
3695
|
int __pyx_t_1;
|
3692
3696
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
3693
3697
|
|
3694
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3698
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
3695
3699
|
*
|
3696
3700
|
* cdef inline object get_array_base(ndarray arr):
|
3697
3701
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -3700,7 +3704,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3700
3704
|
*/
|
3701
3705
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
3702
3706
|
|
3703
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3707
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3704
3708
|
* cdef inline object get_array_base(ndarray arr):
|
3705
3709
|
* base = PyArray_BASE(arr)
|
3706
3710
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3710,7 +3714,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3710
3714
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
3711
3715
|
if (__pyx_t_1) {
|
3712
3716
|
|
3713
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
3714
3718
|
* base = PyArray_BASE(arr)
|
3715
3719
|
* if base is NULL:
|
3716
3720
|
* return None # <<<<<<<<<<<<<<
|
@@ -3721,7 +3725,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3721
3725
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
3722
3726
|
goto __pyx_L0;
|
3723
3727
|
|
3724
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3728
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3725
3729
|
* cdef inline object get_array_base(ndarray arr):
|
3726
3730
|
* base = PyArray_BASE(arr)
|
3727
3731
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3730,7 +3734,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3730
3734
|
*/
|
3731
3735
|
}
|
3732
3736
|
|
3733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3737
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
3734
3738
|
* if base is NULL:
|
3735
3739
|
* return None
|
3736
3740
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -3742,7 +3746,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3742
3746
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
3743
3747
|
goto __pyx_L0;
|
3744
3748
|
|
3745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3749
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3746
3750
|
* PyArray_SetBaseObject(arr, base)
|
3747
3751
|
*
|
3748
3752
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3757,7 +3761,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3757
3761
|
return __pyx_r;
|
3758
3762
|
}
|
3759
3763
|
|
3760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3761
3765
|
* # Versions of the import_* functions which are more suitable for
|
3762
3766
|
* # Cython code.
|
3763
3767
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3784,7 +3788,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3784
3788
|
int __pyx_clineno = 0;
|
3785
3789
|
__Pyx_RefNannySetupContext("import_array", 0);
|
3786
3790
|
|
3787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3791
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3788
3792
|
* # Cython code.
|
3789
3793
|
* cdef inline int import_array() except -1:
|
3790
3794
|
* try: # <<<<<<<<<<<<<<
|
@@ -3800,7 +3804,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3800
3804
|
__Pyx_XGOTREF(__pyx_t_3);
|
3801
3805
|
/*try:*/ {
|
3802
3806
|
|
3803
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3807
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
3804
3808
|
* cdef inline int import_array() except -1:
|
3805
3809
|
* try:
|
3806
3810
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -3809,7 +3813,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3809
3813
|
*/
|
3810
3814
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1008, __pyx_L3_error)
|
3811
3815
|
|
3812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3813
3817
|
* # Cython code.
|
3814
3818
|
* cdef inline int import_array() except -1:
|
3815
3819
|
* try: # <<<<<<<<<<<<<<
|
@@ -3823,7 +3827,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3823
3827
|
goto __pyx_L8_try_end;
|
3824
3828
|
__pyx_L3_error:;
|
3825
3829
|
|
3826
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3830
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
3827
3831
|
* try:
|
3828
3832
|
* __pyx_import_array()
|
3829
3833
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3838,7 +3842,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3838
3842
|
__Pyx_XGOTREF(__pyx_t_6);
|
3839
3843
|
__Pyx_XGOTREF(__pyx_t_7);
|
3840
3844
|
|
3841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3845
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
3842
3846
|
* __pyx_import_array()
|
3843
3847
|
* except Exception:
|
3844
3848
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -3863,7 +3867,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3863
3867
|
}
|
3864
3868
|
goto __pyx_L5_except_error;
|
3865
3869
|
|
3866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3870
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3867
3871
|
* # Cython code.
|
3868
3872
|
* cdef inline int import_array() except -1:
|
3869
3873
|
* try: # <<<<<<<<<<<<<<
|
@@ -3879,7 +3883,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3879
3883
|
__pyx_L8_try_end:;
|
3880
3884
|
}
|
3881
3885
|
|
3882
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3886
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3883
3887
|
* # Versions of the import_* functions which are more suitable for
|
3884
3888
|
* # Cython code.
|
3885
3889
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3904,7 +3908,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3904
3908
|
return __pyx_r;
|
3905
3909
|
}
|
3906
3910
|
|
3907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
3908
3912
|
* raise ImportError("numpy._core.multiarray failed to import")
|
3909
3913
|
*
|
3910
3914
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -3931,7 +3935,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3931
3935
|
int __pyx_clineno = 0;
|
3932
3936
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
3933
3937
|
|
3934
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3938
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3935
3939
|
*
|
3936
3940
|
* cdef inline int import_umath() except -1:
|
3937
3941
|
* try: # <<<<<<<<<<<<<<
|
@@ -3947,7 +3951,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3947
3951
|
__Pyx_XGOTREF(__pyx_t_3);
|
3948
3952
|
/*try:*/ {
|
3949
3953
|
|
3950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3954
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
3951
3955
|
* cdef inline int import_umath() except -1:
|
3952
3956
|
* try:
|
3953
3957
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -3956,7 +3960,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3956
3960
|
*/
|
3957
3961
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1014, __pyx_L3_error)
|
3958
3962
|
|
3959
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3960
3964
|
*
|
3961
3965
|
* cdef inline int import_umath() except -1:
|
3962
3966
|
* try: # <<<<<<<<<<<<<<
|
@@ -3970,7 +3974,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3970
3974
|
goto __pyx_L8_try_end;
|
3971
3975
|
__pyx_L3_error:;
|
3972
3976
|
|
3973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3977
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
3974
3978
|
* try:
|
3975
3979
|
* _import_umath()
|
3976
3980
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3985,7 +3989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3985
3989
|
__Pyx_XGOTREF(__pyx_t_6);
|
3986
3990
|
__Pyx_XGOTREF(__pyx_t_7);
|
3987
3991
|
|
3988
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
3989
3993
|
* _import_umath()
|
3990
3994
|
* except Exception:
|
3991
3995
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4010,7 +4014,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4010
4014
|
}
|
4011
4015
|
goto __pyx_L5_except_error;
|
4012
4016
|
|
4013
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4017
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
4014
4018
|
*
|
4015
4019
|
* cdef inline int import_umath() except -1:
|
4016
4020
|
* try: # <<<<<<<<<<<<<<
|
@@ -4026,7 +4030,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4026
4030
|
__pyx_L8_try_end:;
|
4027
4031
|
}
|
4028
4032
|
|
4029
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4033
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
4030
4034
|
* raise ImportError("numpy._core.multiarray failed to import")
|
4031
4035
|
*
|
4032
4036
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -4051,7 +4055,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4051
4055
|
return __pyx_r;
|
4052
4056
|
}
|
4053
4057
|
|
4054
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4058
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4055
4059
|
* raise ImportError("numpy._core.umath failed to import")
|
4056
4060
|
*
|
4057
4061
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4078,7 +4082,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4078
4082
|
int __pyx_clineno = 0;
|
4079
4083
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
4080
4084
|
|
4081
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4085
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4082
4086
|
*
|
4083
4087
|
* cdef inline int import_ufunc() except -1:
|
4084
4088
|
* try: # <<<<<<<<<<<<<<
|
@@ -4094,7 +4098,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4094
4098
|
__Pyx_XGOTREF(__pyx_t_3);
|
4095
4099
|
/*try:*/ {
|
4096
4100
|
|
4097
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4101
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
4098
4102
|
* cdef inline int import_ufunc() except -1:
|
4099
4103
|
* try:
|
4100
4104
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -4103,7 +4107,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4103
4107
|
*/
|
4104
4108
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1020, __pyx_L3_error)
|
4105
4109
|
|
4106
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4110
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4107
4111
|
*
|
4108
4112
|
* cdef inline int import_ufunc() except -1:
|
4109
4113
|
* try: # <<<<<<<<<<<<<<
|
@@ -4117,7 +4121,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4117
4121
|
goto __pyx_L8_try_end;
|
4118
4122
|
__pyx_L3_error:;
|
4119
4123
|
|
4120
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4124
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
4121
4125
|
* try:
|
4122
4126
|
* _import_umath()
|
4123
4127
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4132,7 +4136,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4132
4136
|
__Pyx_XGOTREF(__pyx_t_6);
|
4133
4137
|
__Pyx_XGOTREF(__pyx_t_7);
|
4134
4138
|
|
4135
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4139
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
4136
4140
|
* _import_umath()
|
4137
4141
|
* except Exception:
|
4138
4142
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4157,7 +4161,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4157
4161
|
}
|
4158
4162
|
goto __pyx_L5_except_error;
|
4159
4163
|
|
4160
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4164
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4161
4165
|
*
|
4162
4166
|
* cdef inline int import_ufunc() except -1:
|
4163
4167
|
* try: # <<<<<<<<<<<<<<
|
@@ -4173,7 +4177,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4173
4177
|
__pyx_L8_try_end:;
|
4174
4178
|
}
|
4175
4179
|
|
4176
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4180
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4177
4181
|
* raise ImportError("numpy._core.umath failed to import")
|
4178
4182
|
*
|
4179
4183
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4198,7 +4202,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4198
4202
|
return __pyx_r;
|
4199
4203
|
}
|
4200
4204
|
|
4201
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4205
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4202
4206
|
*
|
4203
4207
|
*
|
4204
4208
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4209,7 +4213,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4209
4213
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
4210
4214
|
int __pyx_r;
|
4211
4215
|
|
4212
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4216
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
4213
4217
|
* bool
|
4214
4218
|
* """
|
4215
4219
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4219,7 +4223,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4219
4223
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
4220
4224
|
goto __pyx_L0;
|
4221
4225
|
|
4222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4226
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4223
4227
|
*
|
4224
4228
|
*
|
4225
4229
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4232,7 +4236,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4232
4236
|
return __pyx_r;
|
4233
4237
|
}
|
4234
4238
|
|
4235
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4239
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4236
4240
|
*
|
4237
4241
|
*
|
4238
4242
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4243,7 +4247,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4243
4247
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
4244
4248
|
int __pyx_r;
|
4245
4249
|
|
4246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4250
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
4247
4251
|
* bool
|
4248
4252
|
* """
|
4249
4253
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4253,7 +4257,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4253
4257
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
4254
4258
|
goto __pyx_L0;
|
4255
4259
|
|
4256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4260
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4257
4261
|
*
|
4258
4262
|
*
|
4259
4263
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4266,7 +4270,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4266
4270
|
return __pyx_r;
|
4267
4271
|
}
|
4268
4272
|
|
4269
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4273
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4270
4274
|
*
|
4271
4275
|
*
|
4272
4276
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4277,7 +4281,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4277
4281
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
4278
4282
|
npy_datetime __pyx_r;
|
4279
4283
|
|
4280
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4284
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
4281
4285
|
* also needed. That can be found using `get_datetime64_unit`.
|
4282
4286
|
* """
|
4283
4287
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4287,7 +4291,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4287
4291
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
4288
4292
|
goto __pyx_L0;
|
4289
4293
|
|
4290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4294
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4291
4295
|
*
|
4292
4296
|
*
|
4293
4297
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4300,7 +4304,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4300
4304
|
return __pyx_r;
|
4301
4305
|
}
|
4302
4306
|
|
4303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4307
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4304
4308
|
*
|
4305
4309
|
*
|
4306
4310
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4311,7 +4315,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4311
4315
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
4312
4316
|
npy_timedelta __pyx_r;
|
4313
4317
|
|
4314
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4318
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
4315
4319
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
4316
4320
|
* """
|
4317
4321
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4321,7 +4325,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4321
4325
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
4322
4326
|
goto __pyx_L0;
|
4323
4327
|
|
4324
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4328
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4325
4329
|
*
|
4326
4330
|
*
|
4327
4331
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4334,7 +4338,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4334
4338
|
return __pyx_r;
|
4335
4339
|
}
|
4336
4340
|
|
4337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4341
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4338
4342
|
*
|
4339
4343
|
*
|
4340
4344
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4345,7 +4349,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4345
4349
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
4346
4350
|
NPY_DATETIMEUNIT __pyx_r;
|
4347
4351
|
|
4348
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4352
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
4349
4353
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
4350
4354
|
* """
|
4351
4355
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -4355,7 +4359,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
4355
4359
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
4356
4360
|
goto __pyx_L0;
|
4357
4361
|
|
4358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4362
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-sh8nzp6u/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4359
4363
|
*
|
4360
4364
|
*
|
4361
4365
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4444,153 +4448,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
4444
4448
|
/*--- Type import code ---*/
|
4445
4449
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
4446
4450
|
__Pyx_GOTREF(__pyx_t_1);
|
4447
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
4451
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_4(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
4448
4452
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4449
|
-
sizeof(PyTypeObject),
|
4453
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyTypeObject),
|
4450
4454
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4451
4455
|
0, 0,
|
4452
4456
|
#else
|
4453
|
-
sizeof(PyHeapTypeObject),
|
4457
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyHeapTypeObject),
|
4454
4458
|
#endif
|
4455
|
-
|
4459
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
4456
4460
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
4457
4461
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 228, __pyx_L1_error)
|
4458
4462
|
__Pyx_GOTREF(__pyx_t_1);
|
4459
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
4463
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "dtype",
|
4460
4464
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4461
|
-
sizeof(PyArray_Descr),
|
4465
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
4462
4466
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4463
|
-
sizeof(PyArray_Descr),
|
4467
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
4464
4468
|
#else
|
4465
|
-
sizeof(PyArray_Descr),
|
4469
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
4466
4470
|
#endif
|
4467
|
-
|
4468
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
4471
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 228, __pyx_L1_error)
|
4472
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "flatiter",
|
4469
4473
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4470
|
-
sizeof(PyArrayIterObject),
|
4474
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
4471
4475
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4472
|
-
sizeof(PyArrayIterObject),
|
4476
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
4473
4477
|
#else
|
4474
|
-
sizeof(PyArrayIterObject),
|
4478
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
4475
4479
|
#endif
|
4476
|
-
|
4477
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
4480
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 273, __pyx_L1_error)
|
4481
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "broadcast",
|
4478
4482
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4479
|
-
sizeof(PyArrayMultiIterObject),
|
4483
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
4480
4484
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4481
|
-
sizeof(PyArrayMultiIterObject),
|
4485
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
4482
4486
|
#else
|
4483
|
-
sizeof(PyArrayMultiIterObject),
|
4487
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
4484
4488
|
#endif
|
4485
|
-
|
4486
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
4489
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 277, __pyx_L1_error)
|
4490
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "ndarray",
|
4487
4491
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4488
|
-
sizeof(PyArrayObject),
|
4492
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
4489
4493
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4490
|
-
sizeof(PyArrayObject),
|
4494
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
4491
4495
|
#else
|
4492
|
-
sizeof(PyArrayObject),
|
4496
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
4493
4497
|
#endif
|
4494
|
-
|
4495
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
4498
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 316, __pyx_L1_error)
|
4499
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "generic",
|
4496
4500
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4497
|
-
sizeof(PyObject),
|
4501
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4498
4502
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4499
|
-
sizeof(PyObject),
|
4503
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4500
4504
|
#else
|
4501
|
-
sizeof(PyObject),
|
4505
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4502
4506
|
#endif
|
4503
|
-
|
4504
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
4507
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(1, 825, __pyx_L1_error)
|
4508
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "number",
|
4505
4509
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4506
|
-
sizeof(PyObject),
|
4510
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4507
4511
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4508
|
-
sizeof(PyObject),
|
4512
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4509
4513
|
#else
|
4510
|
-
sizeof(PyObject),
|
4514
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4511
4515
|
#endif
|
4512
|
-
|
4513
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
4516
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(1, 827, __pyx_L1_error)
|
4517
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "integer",
|
4514
4518
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4515
|
-
sizeof(PyObject),
|
4519
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4516
4520
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4517
|
-
sizeof(PyObject),
|
4521
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4518
4522
|
#else
|
4519
|
-
sizeof(PyObject),
|
4523
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4520
4524
|
#endif
|
4521
|
-
|
4522
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
4525
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(1, 829, __pyx_L1_error)
|
4526
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "signedinteger",
|
4523
4527
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4524
|
-
sizeof(PyObject),
|
4528
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4525
4529
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4526
|
-
sizeof(PyObject),
|
4530
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4527
4531
|
#else
|
4528
|
-
sizeof(PyObject),
|
4532
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4529
4533
|
#endif
|
4530
|
-
|
4531
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
4534
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 831, __pyx_L1_error)
|
4535
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "unsignedinteger",
|
4532
4536
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4533
|
-
sizeof(PyObject),
|
4537
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4534
4538
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4535
|
-
sizeof(PyObject),
|
4539
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4536
4540
|
#else
|
4537
|
-
sizeof(PyObject),
|
4541
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4538
4542
|
#endif
|
4539
|
-
|
4540
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
4543
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 833, __pyx_L1_error)
|
4544
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "inexact",
|
4541
4545
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4542
|
-
sizeof(PyObject),
|
4546
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4543
4547
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4544
|
-
sizeof(PyObject),
|
4548
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4545
4549
|
#else
|
4546
|
-
sizeof(PyObject),
|
4550
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4547
4551
|
#endif
|
4548
|
-
|
4549
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
4552
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 835, __pyx_L1_error)
|
4553
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "floating",
|
4550
4554
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4551
|
-
sizeof(PyObject),
|
4555
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4552
4556
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4553
|
-
sizeof(PyObject),
|
4557
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4554
4558
|
#else
|
4555
|
-
sizeof(PyObject),
|
4559
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4556
4560
|
#endif
|
4557
|
-
|
4558
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
4561
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(1, 837, __pyx_L1_error)
|
4562
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "complexfloating",
|
4559
4563
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4560
|
-
sizeof(PyObject),
|
4564
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4561
4565
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4562
|
-
sizeof(PyObject),
|
4566
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4563
4567
|
#else
|
4564
|
-
sizeof(PyObject),
|
4568
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4565
4569
|
#endif
|
4566
|
-
|
4567
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
4570
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 839, __pyx_L1_error)
|
4571
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "flexible",
|
4568
4572
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4569
|
-
sizeof(PyObject),
|
4573
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4570
4574
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4571
|
-
sizeof(PyObject),
|
4575
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4572
4576
|
#else
|
4573
|
-
sizeof(PyObject),
|
4577
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4574
4578
|
#endif
|
4575
|
-
|
4576
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
4579
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 841, __pyx_L1_error)
|
4580
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "character",
|
4577
4581
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4578
|
-
sizeof(PyObject),
|
4582
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4579
4583
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4580
|
-
sizeof(PyObject),
|
4584
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4581
4585
|
#else
|
4582
|
-
sizeof(PyObject),
|
4586
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
4583
4587
|
#endif
|
4584
|
-
|
4585
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
4588
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(1, 843, __pyx_L1_error)
|
4589
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "ufunc",
|
4586
4590
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4587
|
-
sizeof(PyUFuncObject),
|
4591
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
4588
4592
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4589
|
-
sizeof(PyUFuncObject),
|
4593
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
4590
4594
|
#else
|
4591
|
-
sizeof(PyUFuncObject),
|
4595
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
4592
4596
|
#endif
|
4593
|
-
|
4597
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 907, __pyx_L1_error)
|
4594
4598
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
4595
4599
|
__Pyx_RefNannyFinishContext();
|
4596
4600
|
return 0;
|
@@ -4906,34 +4910,34 @@ __Pyx_RefNannySetupContext("PyInit_commons", 0);
|
|
4906
4910
|
(void)__Pyx_modinit_function_import_code(__pyx_mstate);
|
4907
4911
|
/*--- Execution code ---*/
|
4908
4912
|
|
4909
|
-
/* "edsger/commons.pyx":
|
4910
|
-
*
|
4913
|
+
/* "edsger/commons.pyx":12
|
4914
|
+
* # cython: initializedcheck=False
|
4911
4915
|
*
|
4912
4916
|
* import numpy as np # <<<<<<<<<<<<<<
|
4913
4917
|
*
|
4914
4918
|
* DTYPE_PY = np.float64
|
4915
4919
|
*/
|
4916
|
-
__pyx_t_2 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
4920
|
+
__pyx_t_2 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 12, __pyx_L1_error)
|
4917
4921
|
__Pyx_GOTREF(__pyx_t_2);
|
4918
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_2) < 0) __PYX_ERR(0,
|
4922
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_2) < 0) __PYX_ERR(0, 12, __pyx_L1_error)
|
4919
4923
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
4920
4924
|
|
4921
|
-
/* "edsger/commons.pyx":
|
4925
|
+
/* "edsger/commons.pyx":14
|
4922
4926
|
* import numpy as np
|
4923
4927
|
*
|
4924
4928
|
* DTYPE_PY = np.float64 # <<<<<<<<<<<<<<
|
4925
4929
|
* DTYPE_INF = <DTYPE_t>np.finfo(dtype=DTYPE_PY).max
|
4926
4930
|
* DTYPE_INF_PY = DTYPE_INF
|
4927
4931
|
*/
|
4928
|
-
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_2)) __PYX_ERR(0,
|
4932
|
+
__Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 14, __pyx_L1_error)
|
4929
4933
|
__Pyx_GOTREF(__pyx_t_2);
|
4930
|
-
__pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_float64); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
4934
|
+
__pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_2, __pyx_mstate_global->__pyx_n_u_float64); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 14, __pyx_L1_error)
|
4931
4935
|
__Pyx_GOTREF(__pyx_t_3);
|
4932
4936
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
4933
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_DTYPE_PY, __pyx_t_3) < 0) __PYX_ERR(0,
|
4937
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_DTYPE_PY, __pyx_t_3) < 0) __PYX_ERR(0, 14, __pyx_L1_error)
|
4934
4938
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
4935
4939
|
|
4936
|
-
/* "edsger/commons.pyx":
|
4940
|
+
/* "edsger/commons.pyx":15
|
4937
4941
|
*
|
4938
4942
|
* DTYPE_PY = np.float64
|
4939
4943
|
* DTYPE_INF = <DTYPE_t>np.finfo(dtype=DTYPE_PY).max # <<<<<<<<<<<<<<
|
@@ -4941,47 +4945,47 @@ __Pyx_RefNannySetupContext("PyInit_commons", 0);
|
|
4941
4945
|
*
|
4942
4946
|
*/
|
4943
4947
|
__pyx_t_2 = NULL;
|
4944
|
-
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
4948
|
+
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 15, __pyx_L1_error)
|
4945
4949
|
__Pyx_GOTREF(__pyx_t_4);
|
4946
|
-
__pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_finfo); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
4950
|
+
__pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_finfo); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 15, __pyx_L1_error)
|
4947
4951
|
__Pyx_GOTREF(__pyx_t_5);
|
4948
4952
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
4949
|
-
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_DTYPE_PY); if (unlikely(!__pyx_t_4)) __PYX_ERR(0,
|
4953
|
+
__Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_DTYPE_PY); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 15, __pyx_L1_error)
|
4950
4954
|
__Pyx_GOTREF(__pyx_t_4);
|
4951
4955
|
__pyx_t_6 = 1;
|
4952
4956
|
{
|
4953
4957
|
PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_2, NULL};
|
4954
|
-
__pyx_t_7 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0,
|
4958
|
+
__pyx_t_7 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 15, __pyx_L1_error)
|
4955
4959
|
__Pyx_GOTREF(__pyx_t_7);
|
4956
|
-
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_4, __pyx_t_7, __pyx_callargs+1, 0) < 0) __PYX_ERR(0,
|
4960
|
+
if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_4, __pyx_t_7, __pyx_callargs+1, 0) < 0) __PYX_ERR(0, 15, __pyx_L1_error)
|
4957
4961
|
__pyx_t_3 = __Pyx_Object_Vectorcall_CallFromBuilder(__pyx_t_5, __pyx_callargs+__pyx_t_6, (1-__pyx_t_6) | (__pyx_t_6*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_7);
|
4958
4962
|
__Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;
|
4959
4963
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
4960
4964
|
__Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
|
4961
4965
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
4962
|
-
if (unlikely(!__pyx_t_3)) __PYX_ERR(0,
|
4966
|
+
if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 15, __pyx_L1_error)
|
4963
4967
|
__Pyx_GOTREF(__pyx_t_3);
|
4964
4968
|
}
|
4965
|
-
__pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_max); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
4969
|
+
__pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_max); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 15, __pyx_L1_error)
|
4966
4970
|
__Pyx_GOTREF(__pyx_t_5);
|
4967
4971
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
4968
|
-
__pyx_t_8 = __Pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_8 == ((npy_float64)-1)) && PyErr_Occurred())) __PYX_ERR(0,
|
4972
|
+
__pyx_t_8 = __Pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_8 == ((npy_float64)-1)) && PyErr_Occurred())) __PYX_ERR(0, 15, __pyx_L1_error)
|
4969
4973
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
4970
4974
|
__pyx_v_6edsger_7commons_DTYPE_INF = ((__pyx_t_6edsger_7commons_DTYPE_t)__pyx_t_8);
|
4971
4975
|
|
4972
|
-
/* "edsger/commons.pyx":
|
4976
|
+
/* "edsger/commons.pyx":16
|
4973
4977
|
* DTYPE_PY = np.float64
|
4974
4978
|
* DTYPE_INF = <DTYPE_t>np.finfo(dtype=DTYPE_PY).max
|
4975
4979
|
* DTYPE_INF_PY = DTYPE_INF # <<<<<<<<<<<<<<
|
4976
4980
|
*
|
4977
4981
|
* # Spiess & Florian
|
4978
4982
|
*/
|
4979
|
-
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_DTYPE_INF); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
4983
|
+
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_DTYPE_INF); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 16, __pyx_L1_error)
|
4980
4984
|
__Pyx_GOTREF(__pyx_t_5);
|
4981
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_DTYPE_INF_PY, __pyx_t_5) < 0) __PYX_ERR(0,
|
4985
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_DTYPE_INF_PY, __pyx_t_5) < 0) __PYX_ERR(0, 16, __pyx_L1_error)
|
4982
4986
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
4983
4987
|
|
4984
|
-
/* "edsger/commons.pyx":
|
4988
|
+
/* "edsger/commons.pyx":24
|
4985
4989
|
* # this must be a very large number depending on the precision on the computation
|
4986
4990
|
* # INF_FREQ << DTYPE_INF
|
4987
4991
|
* INF_FREQ = 1.0e+20 # <<<<<<<<<<<<<<
|
@@ -4990,40 +4994,44 @@ __Pyx_RefNannySetupContext("PyInit_commons", 0);
|
|
4990
4994
|
*/
|
4991
4995
|
__pyx_v_6edsger_7commons_INF_FREQ = 1.0e+20;
|
4992
4996
|
|
4993
|
-
/* "edsger/commons.pyx":
|
4997
|
+
/* "edsger/commons.pyx":25
|
4994
4998
|
* # INF_FREQ << DTYPE_INF
|
4995
4999
|
* INF_FREQ = 1.0e+20
|
4996
5000
|
* INF_FREQ_PY = INF_FREQ # <<<<<<<<<<<<<<
|
4997
5001
|
*
|
4998
5002
|
* # smallest frequency
|
4999
5003
|
*/
|
5000
|
-
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_INF_FREQ); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
5004
|
+
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_INF_FREQ); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 25, __pyx_L1_error)
|
5001
5005
|
__Pyx_GOTREF(__pyx_t_5);
|
5002
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_INF_FREQ_PY, __pyx_t_5) < 0) __PYX_ERR(0,
|
5006
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_INF_FREQ_PY, __pyx_t_5) < 0) __PYX_ERR(0, 25, __pyx_L1_error)
|
5003
5007
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
5004
5008
|
|
5005
|
-
/* "edsger/commons.pyx":
|
5009
|
+
/* "edsger/commons.pyx":30
|
5006
5010
|
* # WARNING: this must be small but not too small
|
5007
5011
|
* # 1 / MIN_FREQ << DTYPE_INF
|
5008
5012
|
* MIN_FREQ = 1.0 / INF_FREQ # <<<<<<<<<<<<<<
|
5009
5013
|
* MIN_FREQ_PY = MIN_FREQ
|
5010
5014
|
*
|
5011
5015
|
*/
|
5016
|
+
if (unlikely(__pyx_v_6edsger_7commons_INF_FREQ == 0)) {
|
5017
|
+
PyErr_SetString(PyExc_ZeroDivisionError, "float division");
|
5018
|
+
__PYX_ERR(0, 30, __pyx_L1_error)
|
5019
|
+
}
|
5012
5020
|
__pyx_v_6edsger_7commons_MIN_FREQ = (((__pyx_t_6edsger_7commons_DTYPE_t)1.0) / __pyx_v_6edsger_7commons_INF_FREQ);
|
5013
5021
|
|
5014
|
-
/* "edsger/commons.pyx":
|
5022
|
+
/* "edsger/commons.pyx":31
|
5015
5023
|
* # 1 / MIN_FREQ << DTYPE_INF
|
5016
5024
|
* MIN_FREQ = 1.0 / INF_FREQ
|
5017
5025
|
* MIN_FREQ_PY = MIN_FREQ # <<<<<<<<<<<<<<
|
5018
5026
|
*
|
5019
5027
|
* # a very small time interval
|
5020
5028
|
*/
|
5021
|
-
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_MIN_FREQ); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
5029
|
+
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_MIN_FREQ); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 31, __pyx_L1_error)
|
5022
5030
|
__Pyx_GOTREF(__pyx_t_5);
|
5023
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_MIN_FREQ_PY, __pyx_t_5) < 0) __PYX_ERR(0,
|
5031
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_MIN_FREQ_PY, __pyx_t_5) < 0) __PYX_ERR(0, 31, __pyx_L1_error)
|
5024
5032
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
5025
5033
|
|
5026
|
-
/* "edsger/commons.pyx":
|
5034
|
+
/* "edsger/commons.pyx":34
|
5027
5035
|
*
|
5028
5036
|
* # a very small time interval
|
5029
5037
|
* A_VERY_SMALL_TIME_INTERVAL = 1.0e+08 * MIN_FREQ # <<<<<<<<<<<<<<
|
@@ -5032,16 +5040,16 @@ __Pyx_RefNannySetupContext("PyInit_commons", 0);
|
|
5032
5040
|
*/
|
5033
5041
|
__pyx_v_6edsger_7commons_A_VERY_SMALL_TIME_INTERVAL = (1.0e+08 * __pyx_v_6edsger_7commons_MIN_FREQ);
|
5034
5042
|
|
5035
|
-
/* "edsger/commons.pyx":
|
5043
|
+
/* "edsger/commons.pyx":35
|
5036
5044
|
* # a very small time interval
|
5037
5045
|
* A_VERY_SMALL_TIME_INTERVAL = 1.0e+08 * MIN_FREQ
|
5038
5046
|
* A_VERY_SMALL_TIME_INTERVAL_PY = A_VERY_SMALL_TIME_INTERVAL # <<<<<<<<<<<<<<
|
5039
5047
|
*
|
5040
5048
|
*
|
5041
5049
|
*/
|
5042
|
-
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_A_VERY_SMALL_TIME_INTERVAL); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,
|
5050
|
+
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_6edsger_7commons_A_VERY_SMALL_TIME_INTERVAL); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 35, __pyx_L1_error)
|
5043
5051
|
__Pyx_GOTREF(__pyx_t_5);
|
5044
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_A_VERY_SMALL_TIME_INTERVAL_PY, __pyx_t_5) < 0) __PYX_ERR(0,
|
5052
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_A_VERY_SMALL_TIME_INTERVAL_PY, __pyx_t_5) < 0) __PYX_ERR(0, 35, __pyx_L1_error)
|
5045
5053
|
__Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
|
5046
5054
|
|
5047
5055
|
/* "edsger/commons.pyx":1
|
@@ -5915,15 +5923,15 @@ bad:
|
|
5915
5923
|
}
|
5916
5924
|
|
5917
5925
|
/* TypeImport */
|
5918
|
-
#ifndef
|
5919
|
-
#define
|
5920
|
-
static PyTypeObject *
|
5921
|
-
size_t size, size_t alignment, enum
|
5926
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_4
|
5927
|
+
#define __PYX_HAVE_RT_ImportType_3_1_4
|
5928
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
|
5929
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
|
5922
5930
|
{
|
5923
5931
|
PyObject *result = 0;
|
5924
5932
|
Py_ssize_t basicsize;
|
5925
5933
|
Py_ssize_t itemsize;
|
5926
|
-
#
|
5934
|
+
#ifdef Py_LIMITED_API
|
5927
5935
|
PyObject *py_basicsize;
|
5928
5936
|
PyObject *py_itemsize;
|
5929
5937
|
#endif
|
@@ -5936,7 +5944,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
5936
5944
|
module_name, class_name);
|
5937
5945
|
goto bad;
|
5938
5946
|
}
|
5939
|
-
#
|
5947
|
+
#ifndef Py_LIMITED_API
|
5940
5948
|
basicsize = ((PyTypeObject *)result)->tp_basicsize;
|
5941
5949
|
itemsize = ((PyTypeObject *)result)->tp_itemsize;
|
5942
5950
|
#else
|
@@ -5974,7 +5982,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
5974
5982
|
module_name, class_name, size, basicsize+itemsize);
|
5975
5983
|
goto bad;
|
5976
5984
|
}
|
5977
|
-
if (check_size ==
|
5985
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
|
5978
5986
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
5979
5987
|
PyErr_Format(PyExc_ValueError,
|
5980
5988
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -5982,7 +5990,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
5982
5990
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
5983
5991
|
goto bad;
|
5984
5992
|
}
|
5985
|
-
else if (check_size ==
|
5993
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
|
5986
5994
|
if (PyErr_WarnFormat(NULL, 0,
|
5987
5995
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
5988
5996
|
"Expected %zd from C header, got %zd from PyObject",
|