eqc-models 0.14.3__py3-none-any.whl → 0.14.4__py3-none-any.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.
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/polyeval.c +122 -122
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/classifierbase.py +11 -9
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/classifierqboost.py +12 -5
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/classifierqsvm.py +30 -14
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/clustering.py +39 -23
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/clusteringbase.py +11 -5
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/decomposition.py +30 -14
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/forecast.py +24 -23
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/forecastbase.py +1 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/regressor.py +15 -7
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/regressorbase.py +14 -10
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/reservoir.py +20 -19
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.4.dist-info}/METADATA +1 -1
- eqc_models-0.14.4.dist-info/RECORD +70 -0
- eqc_models-0.14.3.dist-info/RECORD +0 -70
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/compile_extensions.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/algorithms/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/algorithms/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/algorithms/penaltymultiplier.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/allocation/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/allocation/allocation.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/allocation/portbase.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/allocation/portmomentum.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/assignment/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/assignment/qap.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/assignment/resource.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/assignment/setpartition.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/binaries.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/constraints.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/operators.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/polyeval.pyx +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/polynomial.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/quadratic.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/base/results.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/combinatorics/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/combinatorics/setcover.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/combinatorics/setpartition.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/decoding.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/hypergraph.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/maxcut.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/maxkcut.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/partition.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/rcshortestpath.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/graph/shortestpath.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/cvqboost_hamiltonian.pyx +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.c +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.h +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/process/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/process/mpc.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/sequence/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/sequence/tsp.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/solvers/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/solvers/eqcdirect.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/solvers/mip.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/solvers/qciclient.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/solvers/responselog.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/utilities/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/utilities/fileio.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/utilities/general.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/utilities/polynomial.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.4.data}/platlib/eqc_models/utilities/qplib.py +0 -0
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.4.dist-info}/WHEEL +0 -0
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.4.dist-info}/licenses/LICENSE.txt +0 -0
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.4.dist-info}/top_level.txt +0 -0
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
{
|
|
5
5
|
"distutils": {
|
|
6
6
|
"depends": [
|
|
7
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
8
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
9
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
10
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
11
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
7
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
|
|
8
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
|
|
9
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
|
|
10
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
|
|
11
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h"
|
|
12
12
|
],
|
|
13
13
|
"extra_compile_args": [
|
|
14
14
|
"-O3",
|
|
15
15
|
"-ffast-math"
|
|
16
16
|
],
|
|
17
17
|
"include_dirs": [
|
|
18
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
18
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/core/include"
|
|
19
19
|
],
|
|
20
20
|
"name": "eqc_models.base.polyeval",
|
|
21
21
|
"sources": [
|
|
@@ -1384,7 +1384,7 @@ static const char *__pyx_filename;
|
|
|
1384
1384
|
|
|
1385
1385
|
static const char* const __pyx_f[] = {
|
|
1386
1386
|
"eqc_models/base/polyeval.pyx",
|
|
1387
|
-
"../../build-env-
|
|
1387
|
+
"../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
|
|
1388
1388
|
"cpython/type.pxd",
|
|
1389
1389
|
};
|
|
1390
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1584,7 +1584,7 @@ typedef struct {
|
|
|
1584
1584
|
|
|
1585
1585
|
/* #### Code section: numeric_typedefs ### */
|
|
1586
1586
|
|
|
1587
|
-
/* "../../build-env-
|
|
1587
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1588
1588
|
* # in Cython to enable them only on the right systems.
|
|
1589
1589
|
*
|
|
1590
1590
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1593,7 +1593,7 @@ typedef struct {
|
|
|
1593
1593
|
*/
|
|
1594
1594
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1595
1595
|
|
|
1596
|
-
/* "../../build-env-
|
|
1596
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1597
1597
|
*
|
|
1598
1598
|
* ctypedef npy_int8 int8_t
|
|
1599
1599
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1602,7 +1602,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1602
1602
|
*/
|
|
1603
1603
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1604
1604
|
|
|
1605
|
-
/* "../../build-env-
|
|
1605
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1606
1606
|
* ctypedef npy_int8 int8_t
|
|
1607
1607
|
* ctypedef npy_int16 int16_t
|
|
1608
1608
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1611,7 +1611,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1611
1611
|
*/
|
|
1612
1612
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1613
1613
|
|
|
1614
|
-
/* "../../build-env-
|
|
1614
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1615
1615
|
* ctypedef npy_int16 int16_t
|
|
1616
1616
|
* ctypedef npy_int32 int32_t
|
|
1617
1617
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1620,7 +1620,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1620
1620
|
*/
|
|
1621
1621
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1622
1622
|
|
|
1623
|
-
/* "../../build-env-
|
|
1623
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1624
1624
|
* #ctypedef npy_int128 int128_t
|
|
1625
1625
|
*
|
|
1626
1626
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1629,7 +1629,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1629
1629
|
*/
|
|
1630
1630
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1631
1631
|
|
|
1632
|
-
/* "../../build-env-
|
|
1632
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1633
1633
|
*
|
|
1634
1634
|
* ctypedef npy_uint8 uint8_t
|
|
1635
1635
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1638,7 +1638,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1638
1638
|
*/
|
|
1639
1639
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1640
1640
|
|
|
1641
|
-
/* "../../build-env-
|
|
1641
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1642
1642
|
* ctypedef npy_uint8 uint8_t
|
|
1643
1643
|
* ctypedef npy_uint16 uint16_t
|
|
1644
1644
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1647,7 +1647,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1647
1647
|
*/
|
|
1648
1648
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1649
1649
|
|
|
1650
|
-
/* "../../build-env-
|
|
1650
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1651
1651
|
* ctypedef npy_uint16 uint16_t
|
|
1652
1652
|
* ctypedef npy_uint32 uint32_t
|
|
1653
1653
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1656,7 +1656,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1656
1656
|
*/
|
|
1657
1657
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1658
1658
|
|
|
1659
|
-
/* "../../build-env-
|
|
1659
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1660
1660
|
* #ctypedef npy_uint128 uint128_t
|
|
1661
1661
|
*
|
|
1662
1662
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1665,7 +1665,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1665
1665
|
*/
|
|
1666
1666
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1667
1667
|
|
|
1668
|
-
/* "../../build-env-
|
|
1668
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1669
1669
|
*
|
|
1670
1670
|
* ctypedef npy_float32 float32_t
|
|
1671
1671
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1674,7 +1674,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1674
1674
|
*/
|
|
1675
1675
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1676
1676
|
|
|
1677
|
-
/* "../../build-env-
|
|
1677
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1678
1678
|
* # The int types are mapped a bit surprising --
|
|
1679
1679
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1680
1680
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1683,7 +1683,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1683
1683
|
*/
|
|
1684
1684
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1685
1685
|
|
|
1686
|
-
/* "../../build-env-
|
|
1686
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1687
1687
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1688
1688
|
* ctypedef npy_long int_t
|
|
1689
1689
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1692,7 +1692,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1692
1692
|
*/
|
|
1693
1693
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1694
1694
|
|
|
1695
|
-
/* "../../build-env-
|
|
1695
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1696
1696
|
* ctypedef npy_longlong longlong_t
|
|
1697
1697
|
*
|
|
1698
1698
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1701,7 +1701,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1701
1701
|
*/
|
|
1702
1702
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1703
1703
|
|
|
1704
|
-
/* "../../build-env-
|
|
1704
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1705
1705
|
*
|
|
1706
1706
|
* ctypedef npy_ulong uint_t
|
|
1707
1707
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1710,7 +1710,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1710
1710
|
*/
|
|
1711
1711
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1712
1712
|
|
|
1713
|
-
/* "../../build-env-
|
|
1713
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1714
1714
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1715
1715
|
*
|
|
1716
1716
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1719,7 +1719,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1719
1719
|
*/
|
|
1720
1720
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1721
1721
|
|
|
1722
|
-
/* "../../build-env-
|
|
1722
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1723
1723
|
*
|
|
1724
1724
|
* ctypedef npy_intp intp_t
|
|
1725
1725
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1728,7 +1728,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1728
1728
|
*/
|
|
1729
1729
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1730
1730
|
|
|
1731
|
-
/* "../../build-env-
|
|
1731
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1732
1732
|
* ctypedef npy_uintp uintp_t
|
|
1733
1733
|
*
|
|
1734
1734
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1737,7 +1737,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1737
1737
|
*/
|
|
1738
1738
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1739
1739
|
|
|
1740
|
-
/* "../../build-env-
|
|
1740
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1741
1741
|
*
|
|
1742
1742
|
* ctypedef npy_double float_t
|
|
1743
1743
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1746,7 +1746,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1746
1746
|
*/
|
|
1747
1747
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1748
1748
|
|
|
1749
|
-
/* "../../build-env-
|
|
1749
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1750
1750
|
* ctypedef npy_double float_t
|
|
1751
1751
|
* ctypedef npy_double double_t
|
|
1752
1752
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1801,7 +1801,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1801
1801
|
|
|
1802
1802
|
/*--- Type declarations ---*/
|
|
1803
1803
|
|
|
1804
|
-
/* "../../build-env-
|
|
1804
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1805
1805
|
* ctypedef npy_longdouble longdouble_t
|
|
1806
1806
|
*
|
|
1807
1807
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1810,7 +1810,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1810
1810
|
*/
|
|
1811
1811
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1812
1812
|
|
|
1813
|
-
/* "../../build-env-
|
|
1813
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1814
1814
|
*
|
|
1815
1815
|
* ctypedef npy_cfloat cfloat_t
|
|
1816
1816
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1819,7 +1819,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1819
1819
|
*/
|
|
1820
1820
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1821
1821
|
|
|
1822
|
-
/* "../../build-env-
|
|
1822
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1823
1823
|
* ctypedef npy_cfloat cfloat_t
|
|
1824
1824
|
* ctypedef npy_cdouble cdouble_t
|
|
1825
1825
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1828,7 +1828,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1828
1828
|
*/
|
|
1829
1829
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1830
1830
|
|
|
1831
|
-
/* "../../build-env-
|
|
1831
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1832
1832
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1833
1833
|
*
|
|
1834
1834
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -3038,7 +3038,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3038
3038
|
#endif
|
|
3039
3039
|
/* #### Code section: module_code ### */
|
|
3040
3040
|
|
|
3041
|
-
/* "../../build-env-
|
|
3041
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3042
3042
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3043
3043
|
*
|
|
3044
3044
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3049,7 +3049,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3049
3049
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3050
3050
|
PyObject *__pyx_r;
|
|
3051
3051
|
|
|
3052
|
-
/* "../../build-env-
|
|
3052
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
|
|
3053
3053
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3054
3054
|
* """
|
|
3055
3055
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3059,7 +3059,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3059
3059
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3060
3060
|
goto __pyx_L0;
|
|
3061
3061
|
|
|
3062
|
-
/* "../../build-env-
|
|
3062
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3063
3063
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3064
3064
|
*
|
|
3065
3065
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3072,7 +3072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3072
3072
|
return __pyx_r;
|
|
3073
3073
|
}
|
|
3074
3074
|
|
|
3075
|
-
/* "../../build-env-
|
|
3075
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3076
3076
|
* return PyArray_BASE(self)
|
|
3077
3077
|
*
|
|
3078
3078
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3086,7 +3086,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3086
3086
|
PyArray_Descr *__pyx_t_1;
|
|
3087
3087
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3088
3088
|
|
|
3089
|
-
/* "../../build-env-
|
|
3089
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
|
|
3090
3090
|
* """Returns an owned reference to the dtype of the array.
|
|
3091
3091
|
* """
|
|
3092
3092
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3099,7 +3099,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3099
3099
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3100
3100
|
goto __pyx_L0;
|
|
3101
3101
|
|
|
3102
|
-
/* "../../build-env-
|
|
3102
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3103
3103
|
* return PyArray_BASE(self)
|
|
3104
3104
|
*
|
|
3105
3105
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3114,7 +3114,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3114
3114
|
return __pyx_r;
|
|
3115
3115
|
}
|
|
3116
3116
|
|
|
3117
|
-
/* "../../build-env-
|
|
3117
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3118
3118
|
* return <dtype>PyArray_DESCR(self)
|
|
3119
3119
|
*
|
|
3120
3120
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3125,7 +3125,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3125
3125
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3126
3126
|
int __pyx_r;
|
|
3127
3127
|
|
|
3128
|
-
/* "../../build-env-
|
|
3128
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
|
|
3129
3129
|
* """Returns the number of dimensions in the array.
|
|
3130
3130
|
* """
|
|
3131
3131
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3135,7 +3135,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3135
3135
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3136
3136
|
goto __pyx_L0;
|
|
3137
3137
|
|
|
3138
|
-
/* "../../build-env-
|
|
3138
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3139
3139
|
* return <dtype>PyArray_DESCR(self)
|
|
3140
3140
|
*
|
|
3141
3141
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3148,7 +3148,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3148
3148
|
return __pyx_r;
|
|
3149
3149
|
}
|
|
3150
3150
|
|
|
3151
|
-
/* "../../build-env-
|
|
3151
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3152
3152
|
* return PyArray_NDIM(self)
|
|
3153
3153
|
*
|
|
3154
3154
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3159,7 +3159,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3159
3159
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3160
3160
|
npy_intp *__pyx_r;
|
|
3161
3161
|
|
|
3162
|
-
/* "../../build-env-
|
|
3162
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
|
|
3163
3163
|
* Can return NULL for 0-dimensional arrays.
|
|
3164
3164
|
* """
|
|
3165
3165
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3169,7 +3169,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3169
3169
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3170
3170
|
goto __pyx_L0;
|
|
3171
3171
|
|
|
3172
|
-
/* "../../build-env-
|
|
3172
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3173
3173
|
* return PyArray_NDIM(self)
|
|
3174
3174
|
*
|
|
3175
3175
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3182,7 +3182,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3182
3182
|
return __pyx_r;
|
|
3183
3183
|
}
|
|
3184
3184
|
|
|
3185
|
-
/* "../../build-env-
|
|
3185
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3186
3186
|
* return PyArray_DIMS(self)
|
|
3187
3187
|
*
|
|
3188
3188
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3193,7 +3193,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3193
3193
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3194
3194
|
npy_intp *__pyx_r;
|
|
3195
3195
|
|
|
3196
|
-
/* "../../build-env-
|
|
3196
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
|
|
3197
3197
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3198
3198
|
* """
|
|
3199
3199
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3203,7 +3203,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3203
3203
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3204
3204
|
goto __pyx_L0;
|
|
3205
3205
|
|
|
3206
|
-
/* "../../build-env-
|
|
3206
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3207
3207
|
* return PyArray_DIMS(self)
|
|
3208
3208
|
*
|
|
3209
3209
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3216,7 +3216,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3216
3216
|
return __pyx_r;
|
|
3217
3217
|
}
|
|
3218
3218
|
|
|
3219
|
-
/* "../../build-env-
|
|
3219
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3220
3220
|
* return PyArray_STRIDES(self)
|
|
3221
3221
|
*
|
|
3222
3222
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3227,7 +3227,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3227
3227
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3228
3228
|
npy_intp __pyx_r;
|
|
3229
3229
|
|
|
3230
|
-
/* "../../build-env-
|
|
3230
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
|
|
3231
3231
|
* """Returns the total size (in number of elements) of the array.
|
|
3232
3232
|
* """
|
|
3233
3233
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3237,7 +3237,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3237
3237
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3238
3238
|
goto __pyx_L0;
|
|
3239
3239
|
|
|
3240
|
-
/* "../../build-env-
|
|
3240
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3241
3241
|
* return PyArray_STRIDES(self)
|
|
3242
3242
|
*
|
|
3243
3243
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3250,7 +3250,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3250
3250
|
return __pyx_r;
|
|
3251
3251
|
}
|
|
3252
3252
|
|
|
3253
|
-
/* "../../build-env-
|
|
3253
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3254
3254
|
* return PyArray_SIZE(self)
|
|
3255
3255
|
*
|
|
3256
3256
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3261,7 +3261,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3261
3261
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3262
3262
|
char *__pyx_r;
|
|
3263
3263
|
|
|
3264
|
-
/* "../../build-env-
|
|
3264
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
|
3265
3265
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3266
3266
|
* """
|
|
3267
3267
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3271,7 +3271,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3271
3271
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3272
3272
|
goto __pyx_L0;
|
|
3273
3273
|
|
|
3274
|
-
/* "../../build-env-
|
|
3274
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3275
3275
|
* return PyArray_SIZE(self)
|
|
3276
3276
|
*
|
|
3277
3277
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3284,7 +3284,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3284
3284
|
return __pyx_r;
|
|
3285
3285
|
}
|
|
3286
3286
|
|
|
3287
|
-
/* "../../build-env-
|
|
3287
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3288
3288
|
* ctypedef npy_cdouble complex_t
|
|
3289
3289
|
*
|
|
3290
3290
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3301,7 +3301,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3301
3301
|
int __pyx_clineno = 0;
|
|
3302
3302
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3303
3303
|
|
|
3304
|
-
/* "../../build-env-
|
|
3304
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
|
|
3305
3305
|
*
|
|
3306
3306
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3307
3307
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3315,7 +3315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3315
3315
|
__pyx_t_1 = 0;
|
|
3316
3316
|
goto __pyx_L0;
|
|
3317
3317
|
|
|
3318
|
-
/* "../../build-env-
|
|
3318
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3319
3319
|
* ctypedef npy_cdouble complex_t
|
|
3320
3320
|
*
|
|
3321
3321
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3334,7 +3334,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3334
3334
|
return __pyx_r;
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
|
-
/* "../../build-env-
|
|
3337
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3338
3338
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3339
3339
|
*
|
|
3340
3340
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3351,7 +3351,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3351
3351
|
int __pyx_clineno = 0;
|
|
3352
3352
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3353
3353
|
|
|
3354
|
-
/* "../../build-env-
|
|
3354
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
3355
3355
|
*
|
|
3356
3356
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3357
3357
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3365,7 +3365,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3365
3365
|
__pyx_t_1 = 0;
|
|
3366
3366
|
goto __pyx_L0;
|
|
3367
3367
|
|
|
3368
|
-
/* "../../build-env-
|
|
3368
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3369
3369
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3370
3370
|
*
|
|
3371
3371
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3384,7 +3384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3384
3384
|
return __pyx_r;
|
|
3385
3385
|
}
|
|
3386
3386
|
|
|
3387
|
-
/* "../../build-env-
|
|
3387
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3388
3388
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3389
3389
|
*
|
|
3390
3390
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3401,7 +3401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3401
3401
|
int __pyx_clineno = 0;
|
|
3402
3402
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3403
3403
|
|
|
3404
|
-
/* "../../build-env-
|
|
3404
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
3405
3405
|
*
|
|
3406
3406
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3407
3407
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3415,7 +3415,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3415
3415
|
__pyx_t_1 = 0;
|
|
3416
3416
|
goto __pyx_L0;
|
|
3417
3417
|
|
|
3418
|
-
/* "../../build-env-
|
|
3418
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3419
3419
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3420
3420
|
*
|
|
3421
3421
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3434,7 +3434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3434
3434
|
return __pyx_r;
|
|
3435
3435
|
}
|
|
3436
3436
|
|
|
3437
|
-
/* "../../build-env-
|
|
3437
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3438
3438
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3439
3439
|
*
|
|
3440
3440
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3451,7 +3451,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3451
3451
|
int __pyx_clineno = 0;
|
|
3452
3452
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
3453
3453
|
|
|
3454
|
-
/* "../../build-env-
|
|
3454
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
3455
3455
|
*
|
|
3456
3456
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3457
3457
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3465,7 +3465,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3465
3465
|
__pyx_t_1 = 0;
|
|
3466
3466
|
goto __pyx_L0;
|
|
3467
3467
|
|
|
3468
|
-
/* "../../build-env-
|
|
3468
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3469
3469
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3470
3470
|
*
|
|
3471
3471
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3484,7 +3484,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3484
3484
|
return __pyx_r;
|
|
3485
3485
|
}
|
|
3486
3486
|
|
|
3487
|
-
/* "../../build-env-
|
|
3487
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3488
3488
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3489
3489
|
*
|
|
3490
3490
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3501,7 +3501,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3501
3501
|
int __pyx_clineno = 0;
|
|
3502
3502
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
3503
3503
|
|
|
3504
|
-
/* "../../build-env-
|
|
3504
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
3505
3505
|
*
|
|
3506
3506
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3507
3507
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -3515,7 +3515,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3515
3515
|
__pyx_t_1 = 0;
|
|
3516
3516
|
goto __pyx_L0;
|
|
3517
3517
|
|
|
3518
|
-
/* "../../build-env-
|
|
3518
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3519
3519
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3520
3520
|
*
|
|
3521
3521
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3534,7 +3534,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3534
3534
|
return __pyx_r;
|
|
3535
3535
|
}
|
|
3536
3536
|
|
|
3537
|
-
/* "../../build-env-
|
|
3537
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3538
3538
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3539
3539
|
*
|
|
3540
3540
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3548,7 +3548,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3548
3548
|
int __pyx_t_1;
|
|
3549
3549
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
3550
3550
|
|
|
3551
|
-
/* "../../build-env-
|
|
3551
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3552
3552
|
*
|
|
3553
3553
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3554
3554
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3558,7 +3558,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3558
3558
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
3559
3559
|
if (__pyx_t_1) {
|
|
3560
3560
|
|
|
3561
|
-
/* "../../build-env-
|
|
3561
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
3562
3562
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3563
3563
|
* if PyDataType_HASSUBARRAY(d):
|
|
3564
3564
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -3570,7 +3570,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3570
3570
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
3571
3571
|
goto __pyx_L0;
|
|
3572
3572
|
|
|
3573
|
-
/* "../../build-env-
|
|
3573
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3574
3574
|
*
|
|
3575
3575
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3576
3576
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3579,7 +3579,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3579
3579
|
*/
|
|
3580
3580
|
}
|
|
3581
3581
|
|
|
3582
|
-
/* "../../build-env-
|
|
3582
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
3583
3583
|
* return <tuple>d.subarray.shape
|
|
3584
3584
|
* else:
|
|
3585
3585
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -3593,7 +3593,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3593
3593
|
goto __pyx_L0;
|
|
3594
3594
|
}
|
|
3595
3595
|
|
|
3596
|
-
/* "../../build-env-
|
|
3596
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3597
3597
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3598
3598
|
*
|
|
3599
3599
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3608,7 +3608,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3608
3608
|
return __pyx_r;
|
|
3609
3609
|
}
|
|
3610
3610
|
|
|
3611
|
-
/* "../../build-env-
|
|
3611
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3612
3612
|
* int _import_umath() except -1
|
|
3613
3613
|
*
|
|
3614
3614
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3622,7 +3622,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3622
3622
|
const char *__pyx_filename = NULL;
|
|
3623
3623
|
int __pyx_clineno = 0;
|
|
3624
3624
|
|
|
3625
|
-
/* "../../build-env-
|
|
3625
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
|
|
3626
3626
|
*
|
|
3627
3627
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3628
3628
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -3631,7 +3631,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3631
3631
|
*/
|
|
3632
3632
|
Py_INCREF(__pyx_v_base);
|
|
3633
3633
|
|
|
3634
|
-
/* "../../build-env-
|
|
3634
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
|
|
3635
3635
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3636
3636
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
3637
3637
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -3640,7 +3640,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3640
3640
|
*/
|
|
3641
3641
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 970, __pyx_L1_error)
|
|
3642
3642
|
|
|
3643
|
-
/* "../../build-env-
|
|
3643
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3644
3644
|
* int _import_umath() except -1
|
|
3645
3645
|
*
|
|
3646
3646
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3655,7 +3655,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3655
3655
|
__pyx_L0:;
|
|
3656
3656
|
}
|
|
3657
3657
|
|
|
3658
|
-
/* "../../build-env-
|
|
3658
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3659
3659
|
* PyArray_SetBaseObject(arr, base)
|
|
3660
3660
|
*
|
|
3661
3661
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3670,7 +3670,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3670
3670
|
int __pyx_t_1;
|
|
3671
3671
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
3672
3672
|
|
|
3673
|
-
/* "../../build-env-
|
|
3673
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
3674
3674
|
*
|
|
3675
3675
|
* cdef inline object get_array_base(ndarray arr):
|
|
3676
3676
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -3679,7 +3679,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3679
3679
|
*/
|
|
3680
3680
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
3681
3681
|
|
|
3682
|
-
/* "../../build-env-
|
|
3682
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3683
3683
|
* cdef inline object get_array_base(ndarray arr):
|
|
3684
3684
|
* base = PyArray_BASE(arr)
|
|
3685
3685
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3689,7 +3689,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3689
3689
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
3690
3690
|
if (__pyx_t_1) {
|
|
3691
3691
|
|
|
3692
|
-
/* "../../build-env-
|
|
3692
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
3693
3693
|
* base = PyArray_BASE(arr)
|
|
3694
3694
|
* if base is NULL:
|
|
3695
3695
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -3700,7 +3700,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3700
3700
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
3701
3701
|
goto __pyx_L0;
|
|
3702
3702
|
|
|
3703
|
-
/* "../../build-env-
|
|
3703
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3704
3704
|
* cdef inline object get_array_base(ndarray arr):
|
|
3705
3705
|
* base = PyArray_BASE(arr)
|
|
3706
3706
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3709,7 +3709,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3709
3709
|
*/
|
|
3710
3710
|
}
|
|
3711
3711
|
|
|
3712
|
-
/* "../../build-env-
|
|
3712
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
3713
3713
|
* if base is NULL:
|
|
3714
3714
|
* return None
|
|
3715
3715
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -3721,7 +3721,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3721
3721
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
3722
3722
|
goto __pyx_L0;
|
|
3723
3723
|
|
|
3724
|
-
/* "../../build-env-
|
|
3724
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3725
3725
|
* PyArray_SetBaseObject(arr, base)
|
|
3726
3726
|
*
|
|
3727
3727
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3736,7 +3736,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3736
3736
|
return __pyx_r;
|
|
3737
3737
|
}
|
|
3738
3738
|
|
|
3739
|
-
/* "../../build-env-
|
|
3739
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3740
3740
|
* # Versions of the import_* functions which are more suitable for
|
|
3741
3741
|
* # Cython code.
|
|
3742
3742
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3763,7 +3763,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3763
3763
|
int __pyx_clineno = 0;
|
|
3764
3764
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
3765
3765
|
|
|
3766
|
-
/* "../../build-env-
|
|
3766
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3767
3767
|
* # Cython code.
|
|
3768
3768
|
* cdef inline int import_array() except -1:
|
|
3769
3769
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3779,7 +3779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3779
3779
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3780
3780
|
/*try:*/ {
|
|
3781
3781
|
|
|
3782
|
-
/* "../../build-env-
|
|
3782
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
|
|
3783
3783
|
* cdef inline int import_array() except -1:
|
|
3784
3784
|
* try:
|
|
3785
3785
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -3788,7 +3788,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3788
3788
|
*/
|
|
3789
3789
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 982, __pyx_L3_error)
|
|
3790
3790
|
|
|
3791
|
-
/* "../../build-env-
|
|
3791
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3792
3792
|
* # Cython code.
|
|
3793
3793
|
* cdef inline int import_array() except -1:
|
|
3794
3794
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3802,7 +3802,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3802
3802
|
goto __pyx_L8_try_end;
|
|
3803
3803
|
__pyx_L3_error:;
|
|
3804
3804
|
|
|
3805
|
-
/* "../../build-env-
|
|
3805
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
3806
3806
|
* try:
|
|
3807
3807
|
* __pyx_import_array()
|
|
3808
3808
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3817,7 +3817,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3817
3817
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3818
3818
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3819
3819
|
|
|
3820
|
-
/* "../../build-env-
|
|
3820
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
3821
3821
|
* __pyx_import_array()
|
|
3822
3822
|
* except Exception:
|
|
3823
3823
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3842,7 +3842,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3842
3842
|
}
|
|
3843
3843
|
goto __pyx_L5_except_error;
|
|
3844
3844
|
|
|
3845
|
-
/* "../../build-env-
|
|
3845
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3846
3846
|
* # Cython code.
|
|
3847
3847
|
* cdef inline int import_array() except -1:
|
|
3848
3848
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3858,7 +3858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3858
3858
|
__pyx_L8_try_end:;
|
|
3859
3859
|
}
|
|
3860
3860
|
|
|
3861
|
-
/* "../../build-env-
|
|
3861
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3862
3862
|
* # Versions of the import_* functions which are more suitable for
|
|
3863
3863
|
* # Cython code.
|
|
3864
3864
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3883,7 +3883,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3883
3883
|
return __pyx_r;
|
|
3884
3884
|
}
|
|
3885
3885
|
|
|
3886
|
-
/* "../../build-env-
|
|
3886
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
3887
3887
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
3888
3888
|
*
|
|
3889
3889
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3910,7 +3910,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3910
3910
|
int __pyx_clineno = 0;
|
|
3911
3911
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
3912
3912
|
|
|
3913
|
-
/* "../../build-env-
|
|
3913
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3914
3914
|
*
|
|
3915
3915
|
* cdef inline int import_umath() except -1:
|
|
3916
3916
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3926,7 +3926,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3926
3926
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3927
3927
|
/*try:*/ {
|
|
3928
3928
|
|
|
3929
|
-
/* "../../build-env-
|
|
3929
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
|
|
3930
3930
|
* cdef inline int import_umath() except -1:
|
|
3931
3931
|
* try:
|
|
3932
3932
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -3935,7 +3935,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3935
3935
|
*/
|
|
3936
3936
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 988, __pyx_L3_error)
|
|
3937
3937
|
|
|
3938
|
-
/* "../../build-env-
|
|
3938
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3939
3939
|
*
|
|
3940
3940
|
* cdef inline int import_umath() except -1:
|
|
3941
3941
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3949,7 +3949,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3949
3949
|
goto __pyx_L8_try_end;
|
|
3950
3950
|
__pyx_L3_error:;
|
|
3951
3951
|
|
|
3952
|
-
/* "../../build-env-
|
|
3952
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
3953
3953
|
* try:
|
|
3954
3954
|
* _import_umath()
|
|
3955
3955
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3964,7 +3964,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3964
3964
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3965
3965
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3966
3966
|
|
|
3967
|
-
/* "../../build-env-
|
|
3967
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
3968
3968
|
* _import_umath()
|
|
3969
3969
|
* except Exception:
|
|
3970
3970
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3989,7 +3989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3989
3989
|
}
|
|
3990
3990
|
goto __pyx_L5_except_error;
|
|
3991
3991
|
|
|
3992
|
-
/* "../../build-env-
|
|
3992
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3993
3993
|
*
|
|
3994
3994
|
* cdef inline int import_umath() except -1:
|
|
3995
3995
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4005,7 +4005,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4005
4005
|
__pyx_L8_try_end:;
|
|
4006
4006
|
}
|
|
4007
4007
|
|
|
4008
|
-
/* "../../build-env-
|
|
4008
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
4009
4009
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
4010
4010
|
*
|
|
4011
4011
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4030,7 +4030,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4030
4030
|
return __pyx_r;
|
|
4031
4031
|
}
|
|
4032
4032
|
|
|
4033
|
-
/* "../../build-env-
|
|
4033
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4034
4034
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4035
4035
|
*
|
|
4036
4036
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4057,7 +4057,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4057
4057
|
int __pyx_clineno = 0;
|
|
4058
4058
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4059
4059
|
|
|
4060
|
-
/* "../../build-env-
|
|
4060
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4061
4061
|
*
|
|
4062
4062
|
* cdef inline int import_ufunc() except -1:
|
|
4063
4063
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4073,7 +4073,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4073
4073
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4074
4074
|
/*try:*/ {
|
|
4075
4075
|
|
|
4076
|
-
/* "../../build-env-
|
|
4076
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4077
4077
|
* cdef inline int import_ufunc() except -1:
|
|
4078
4078
|
* try:
|
|
4079
4079
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4082,7 +4082,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4082
4082
|
*/
|
|
4083
4083
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 994, __pyx_L3_error)
|
|
4084
4084
|
|
|
4085
|
-
/* "../../build-env-
|
|
4085
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4086
4086
|
*
|
|
4087
4087
|
* cdef inline int import_ufunc() except -1:
|
|
4088
4088
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4096,7 +4096,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4096
4096
|
goto __pyx_L8_try_end;
|
|
4097
4097
|
__pyx_L3_error:;
|
|
4098
4098
|
|
|
4099
|
-
/* "../../build-env-
|
|
4099
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4100
4100
|
* try:
|
|
4101
4101
|
* _import_umath()
|
|
4102
4102
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4111,7 +4111,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4111
4111
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4112
4112
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4113
4113
|
|
|
4114
|
-
/* "../../build-env-
|
|
4114
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4115
4115
|
* _import_umath()
|
|
4116
4116
|
* except Exception:
|
|
4117
4117
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4136,7 +4136,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4136
4136
|
}
|
|
4137
4137
|
goto __pyx_L5_except_error;
|
|
4138
4138
|
|
|
4139
|
-
/* "../../build-env-
|
|
4139
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4140
4140
|
*
|
|
4141
4141
|
* cdef inline int import_ufunc() except -1:
|
|
4142
4142
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4152,7 +4152,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4152
4152
|
__pyx_L8_try_end:;
|
|
4153
4153
|
}
|
|
4154
4154
|
|
|
4155
|
-
/* "../../build-env-
|
|
4155
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4156
4156
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4157
4157
|
*
|
|
4158
4158
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4177,7 +4177,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4177
4177
|
return __pyx_r;
|
|
4178
4178
|
}
|
|
4179
4179
|
|
|
4180
|
-
/* "../../build-env-
|
|
4180
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4181
4181
|
*
|
|
4182
4182
|
*
|
|
4183
4183
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4188,7 +4188,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4188
4188
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4189
4189
|
int __pyx_r;
|
|
4190
4190
|
|
|
4191
|
-
/* "../../build-env-
|
|
4191
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
4192
4192
|
* bool
|
|
4193
4193
|
* """
|
|
4194
4194
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4198,7 +4198,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4198
4198
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4199
4199
|
goto __pyx_L0;
|
|
4200
4200
|
|
|
4201
|
-
/* "../../build-env-
|
|
4201
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4202
4202
|
*
|
|
4203
4203
|
*
|
|
4204
4204
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4211,7 +4211,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4211
4211
|
return __pyx_r;
|
|
4212
4212
|
}
|
|
4213
4213
|
|
|
4214
|
-
/* "../../build-env-
|
|
4214
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4215
4215
|
*
|
|
4216
4216
|
*
|
|
4217
4217
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4222,7 +4222,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4222
4222
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4223
4223
|
int __pyx_r;
|
|
4224
4224
|
|
|
4225
|
-
/* "../../build-env-
|
|
4225
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4226
4226
|
* bool
|
|
4227
4227
|
* """
|
|
4228
4228
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4232,7 +4232,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4232
4232
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4233
4233
|
goto __pyx_L0;
|
|
4234
4234
|
|
|
4235
|
-
/* "../../build-env-
|
|
4235
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4236
4236
|
*
|
|
4237
4237
|
*
|
|
4238
4238
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4245,7 +4245,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4245
4245
|
return __pyx_r;
|
|
4246
4246
|
}
|
|
4247
4247
|
|
|
4248
|
-
/* "../../build-env-
|
|
4248
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4249
4249
|
*
|
|
4250
4250
|
*
|
|
4251
4251
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4256,7 +4256,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4256
4256
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4257
4257
|
npy_datetime __pyx_r;
|
|
4258
4258
|
|
|
4259
|
-
/* "../../build-env-
|
|
4259
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4260
4260
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4261
4261
|
* """
|
|
4262
4262
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4266,7 +4266,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4266
4266
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4267
4267
|
goto __pyx_L0;
|
|
4268
4268
|
|
|
4269
|
-
/* "../../build-env-
|
|
4269
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4270
4270
|
*
|
|
4271
4271
|
*
|
|
4272
4272
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4279,7 +4279,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4279
4279
|
return __pyx_r;
|
|
4280
4280
|
}
|
|
4281
4281
|
|
|
4282
|
-
/* "../../build-env-
|
|
4282
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4283
4283
|
*
|
|
4284
4284
|
*
|
|
4285
4285
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4290,7 +4290,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4290
4290
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4291
4291
|
npy_timedelta __pyx_r;
|
|
4292
4292
|
|
|
4293
|
-
/* "../../build-env-
|
|
4293
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
4294
4294
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4295
4295
|
* """
|
|
4296
4296
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4300,7 +4300,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4300
4300
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4301
4301
|
goto __pyx_L0;
|
|
4302
4302
|
|
|
4303
|
-
/* "../../build-env-
|
|
4303
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4304
4304
|
*
|
|
4305
4305
|
*
|
|
4306
4306
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4313,7 +4313,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4313
4313
|
return __pyx_r;
|
|
4314
4314
|
}
|
|
4315
4315
|
|
|
4316
|
-
/* "../../build-env-
|
|
4316
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4317
4317
|
*
|
|
4318
4318
|
*
|
|
4319
4319
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4324,7 +4324,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4324
4324
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4325
4325
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4326
4326
|
|
|
4327
|
-
/* "../../build-env-
|
|
4327
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
4328
4328
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4329
4329
|
* """
|
|
4330
4330
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4332,7 +4332,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4332
4332
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4333
4333
|
goto __pyx_L0;
|
|
4334
4334
|
|
|
4335
|
-
/* "../../build-env-
|
|
4335
|
+
/* "../../build-env-ptwc5p_l/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4336
4336
|
*
|
|
4337
4337
|
*
|
|
4338
4338
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|