sequenzo 0.1.18__cp311-cp311-macosx_10_9_universal2.whl → 0.1.19__cp311-cp311-macosx_10_9_universal2.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.
Potentially problematic release.
This version of sequenzo might be problematic. Click here for more details.
- sequenzo/__init__.py +39 -7
- sequenzo/big_data/clara/utils/get_weighted_diss.c +155 -155
- sequenzo/big_data/clara/utils/get_weighted_diss.cpython-311-darwin.so +0 -0
- sequenzo/clustering/KMedoids.py +39 -0
- sequenzo/clustering/hierarchical_clustering.py +107 -5
- sequenzo/define_sequence_data.py +10 -1
- sequenzo/dissimilarity_measures/get_distance_matrix.py +1 -2
- sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.c +155 -155
- sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.cpython-311-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqconc.c +155 -155
- sequenzo/dissimilarity_measures/utils/seqconc.cpython-311-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqdss.c +155 -155
- sequenzo/dissimilarity_measures/utils/seqdss.cpython-311-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqdur.c +155 -155
- sequenzo/dissimilarity_measures/utils/seqdur.cpython-311-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqlength.c +155 -155
- sequenzo/dissimilarity_measures/utils/seqlength.cpython-311-darwin.so +0 -0
- sequenzo/multidomain/cat.py +0 -53
- sequenzo/multidomain/idcd.py +0 -1
- sequenzo/openmp_setup.py +233 -0
- sequenzo/visualization/plot_transition_matrix.py +21 -22
- {sequenzo-0.1.18.dist-info → sequenzo-0.1.19.dist-info}/METADATA +43 -10
- sequenzo-0.1.19.dist-info/RECORD +215 -0
- sequenzo/dissimilarity_measures/setup.py +0 -35
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Cholesky/LDLT.h +0 -688
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Cholesky/LLT.h +0 -558
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -99
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/CholmodSupport/CholmodSupport.h +0 -682
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -346
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -462
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -91
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -622
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -418
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -226
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -374
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -158
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -657
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -558
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -77
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -904
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -87
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -561
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/AlignedBox.h +0 -486
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/AngleAxis.h +0 -247
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/EulerAngles.h +0 -114
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Homogeneous.h +0 -501
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Hyperplane.h +0 -282
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -235
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -232
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Quaternion.h +0 -870
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Rotation2D.h +0 -199
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/RotationBase.h +0 -206
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Scaling.h +0 -188
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Transform.h +0 -1563
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Translation.h +0 -202
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/Umeyama.h +0 -166
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -168
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -110
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Householder/Householder.h +0 -176
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Householder/HouseholderSequence.h +0 -545
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -226
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -212
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -229
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -394
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -453
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -444
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -198
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -117
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/Jacobi/Jacobi.h +0 -483
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/KLUSupport/KLUSupport.h +0 -358
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/LU/Determinant.h +0 -117
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/LU/FullPivLU.h +0 -877
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/LU/InverseImpl.h +0 -432
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/LU/PartialPivLU.h +0 -624
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -83
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/LU/arch/InverseSize4.h +0 -351
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/MetisSupport/MetisSupport.h +0 -137
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/OrderingMethods/Amd.h +0 -435
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -1863
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -153
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -678
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/PardisoSupport/PardisoSupport.h +0 -545
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -674
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -97
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -635
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/QR/FullPivHouseholderQR.h +0 -713
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/QR/HouseholderQR.h +0 -434
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -68
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -335
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SVD/BDCSVD.h +0 -1366
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SVD/JacobiSVD.h +0 -812
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -91
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SVD/SVDBase.h +0 -376
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -414
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -697
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -174
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -378
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -274
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -352
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -67
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -270
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -571
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -206
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -370
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -722
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -150
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -342
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -138
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseDot.h +0 -98
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -29
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseMap.h +0 -305
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -1518
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -398
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -178
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -181
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -49
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseRef.h +0 -397
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -659
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -124
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -198
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -92
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -189
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -186
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseVector.h +0 -478
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/SparseView.h +0 -254
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -315
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU.h +0 -923
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -66
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -226
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -110
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -375
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -80
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -181
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -179
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -107
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -280
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -126
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -130
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -223
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -258
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -137
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -136
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -83
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SparseQR/SparseQR.h +0 -758
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/StlSupport/StdDeque.h +0 -116
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/StlSupport/StdList.h +0 -106
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/StlSupport/StdVector.h +0 -131
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/StlSupport/details.h +0 -84
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -1025
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -642
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/misc/Image.h +0 -82
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/misc/Kernel.h +0 -79
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/misc/RealSvd2x2.h +0 -55
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/misc/blas.h +0 -440
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/misc/lapack.h +0 -152
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/misc/lapacke.h +0 -16292
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/misc/lapacke_mangling.h +0 -17
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -358
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -696
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/BlockMethods.h +0 -1442
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -115
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -177
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/IndexedViewMethods.h +0 -262
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -152
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -95
- sequenzo/dissimilarity_measures/src/eigen/Eigen/src/plugins/ReshapedMethods.h +0 -149
- sequenzo/dissimilarity_measures/src/eigen/blas/BandTriangularSolver.h +0 -97
- sequenzo/dissimilarity_measures/src/eigen/blas/GeneralRank1Update.h +0 -44
- sequenzo/dissimilarity_measures/src/eigen/blas/PackedSelfadjointProduct.h +0 -53
- sequenzo/dissimilarity_measures/src/eigen/blas/PackedTriangularMatrixVector.h +0 -79
- sequenzo/dissimilarity_measures/src/eigen/blas/PackedTriangularSolverVector.h +0 -88
- sequenzo/dissimilarity_measures/src/eigen/blas/Rank2Update.h +0 -57
- sequenzo/dissimilarity_measures/src/eigen/blas/common.h +0 -175
- sequenzo/dissimilarity_measures/src/eigen/blas/f2c/datatypes.h +0 -24
- sequenzo/dissimilarity_measures/src/eigen/blas/level1_cplx_impl.h +0 -155
- sequenzo/dissimilarity_measures/src/eigen/blas/level1_impl.h +0 -144
- sequenzo/dissimilarity_measures/src/eigen/blas/level1_real_impl.h +0 -122
- sequenzo/dissimilarity_measures/src/eigen/blas/level2_cplx_impl.h +0 -360
- sequenzo/dissimilarity_measures/src/eigen/blas/level2_impl.h +0 -553
- sequenzo/dissimilarity_measures/src/eigen/blas/level2_real_impl.h +0 -306
- sequenzo/dissimilarity_measures/src/eigen/blas/level3_impl.h +0 -702
- sequenzo/dissimilarity_measures/src/eigen/debug/gdb/__init__.py +0 -1
- sequenzo/dissimilarity_measures/src/eigen/debug/gdb/printers.py +0 -314
- sequenzo/dissimilarity_measures/src/eigen/lapack/lapack_common.h +0 -29
- sequenzo/dissimilarity_measures/src/eigen/scripts/relicense.py +0 -69
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +0 -554
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +0 -329
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +0 -247
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +0 -1176
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +0 -1559
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +0 -1093
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +0 -518
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +0 -377
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +0 -1023
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +0 -73
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +0 -6
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +0 -1413
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +0 -575
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +0 -1650
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +0 -1679
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +0 -456
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +0 -1132
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +0 -544
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +0 -214
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +0 -347
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +0 -137
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +0 -6
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +0 -104
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +0 -389
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +0 -1048
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +0 -409
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +0 -236
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +0 -490
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +0 -236
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +0 -983
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +0 -703
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +0 -388
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +0 -669
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +0 -379
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +0 -237
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +0 -191
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +0 -488
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +0 -302
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +0 -33
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +0 -99
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +0 -44
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +0 -79
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +0 -603
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +0 -738
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +0 -247
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +0 -82
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +0 -263
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +0 -216
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +0 -98
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +0 -327
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +0 -311
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +0 -1102
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +0 -708
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +0 -291
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +0 -322
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +0 -998
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +0 -6
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +0 -966
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +0 -582
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +0 -454
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +0 -465
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +0 -528
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +0 -513
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +0 -471
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +0 -161
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +0 -346
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +0 -303
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +0 -264
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +0 -249
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +0 -629
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +0 -293
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +0 -236
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +0 -338
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +0 -669
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +0 -67
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +0 -249
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +0 -486
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +0 -236
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +0 -23
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +0 -40
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +0 -301
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +0 -48
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +0 -20
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +0 -537
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +0 -88
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/util/EmulateArray.h +0 -261
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +0 -158
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +0 -108
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +0 -730
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +0 -220
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h +0 -293
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/BVH/KdBVH.h +0 -223
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +0 -790
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h +0 -355
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h +0 -305
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h +0 -261
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +0 -449
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +0 -187
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +0 -511
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h +0 -335
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h +0 -436
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +0 -90
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/IterationController.h +0 -154
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h +0 -267
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h +0 -193
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +0 -305
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +0 -84
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +0 -202
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +0 -160
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +0 -188
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +0 -396
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +0 -441
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +0 -569
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +0 -373
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +0 -705
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +0 -368
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +0 -117
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +0 -95
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +0 -601
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +0 -657
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h +0 -66
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h +0 -70
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +0 -107
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +0 -79
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +0 -298
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +0 -91
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +0 -30
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +0 -99
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +0 -49
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +0 -130
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Polynomials/Companion.h +0 -280
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +0 -428
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +0 -143
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +0 -352
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h +0 -862
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +0 -212
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Skyline/SkylineProduct.h +0 -295
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Skyline/SkylineStorage.h +0 -259
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Skyline/SkylineUtil.h +0 -89
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +0 -122
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +0 -1079
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +0 -404
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h +0 -282
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +0 -247
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h +0 -349
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +0 -286
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +0 -68
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +0 -357
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +0 -66
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +0 -1959
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +0 -118
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +0 -67
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +0 -167
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +0 -58
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +0 -330
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +0 -58
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +0 -2045
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +0 -79
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +0 -46
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +0 -16
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +0 -46
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +0 -16
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +0 -369
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +0 -54
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +0 -34
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Splines/Spline.h +0 -507
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Splines/SplineFitting.h +0 -431
- sequenzo/dissimilarity_measures/src/eigen/unsupported/Eigen/src/Splines/SplineFwd.h +0 -93
- sequenzo-0.1.18.dist-info/RECORD +0 -544
- {sequenzo-0.1.18.dist-info → sequenzo-0.1.19.dist-info}/WHEEL +0 -0
- {sequenzo-0.1.18.dist-info → sequenzo-0.1.19.dist-info}/licenses/LICENSE +0 -0
- {sequenzo-0.1.18.dist-info → sequenzo-0.1.19.dist-info}/top_level.txt +0 -0
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
]
|
|
11
11
|
],
|
|
12
12
|
"depends": [
|
|
13
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
14
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
15
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
16
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
17
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
13
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/numpy/_core/include/numpy/arrayobject.h",
|
|
14
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/numpy/_core/include/numpy/arrayscalars.h",
|
|
15
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/numpy/_core/include/numpy/ndarrayobject.h",
|
|
16
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/numpy/_core/include/numpy/ndarraytypes.h",
|
|
17
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/numpy/_core/include/numpy/ufuncobject.h"
|
|
18
18
|
],
|
|
19
19
|
"extra_compile_args": [
|
|
20
20
|
"-Wall",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"-ffast-math"
|
|
28
28
|
],
|
|
29
29
|
"include_dirs": [
|
|
30
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
31
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
32
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-
|
|
30
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/pybind11/include",
|
|
31
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/pybind11/include",
|
|
32
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-qq1mcecs/lib/python3.11/site-packages/numpy/_core/include",
|
|
33
33
|
"sequenzo/dissimilarity_measures/src/",
|
|
34
|
-
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-via-sdist-
|
|
34
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-via-sdist-n_8qhhvy/sequenzo-0.1.19/sequenzo/dissimilarity_measures/src/xsimd/include",
|
|
35
35
|
"sequenzo/clustering/src/"
|
|
36
36
|
],
|
|
37
37
|
"name": "sequenzo.dissimilarity_measures.utils.seqdur",
|
|
@@ -1402,7 +1402,7 @@ static const char *__pyx_filename;
|
|
|
1402
1402
|
|
|
1403
1403
|
static const char* const __pyx_f[] = {
|
|
1404
1404
|
"sequenzo/dissimilarity_measures/utils/seqdur.pyx",
|
|
1405
|
-
"../../build-env-
|
|
1405
|
+
"../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
|
|
1406
1406
|
"cpython/type.pxd",
|
|
1407
1407
|
};
|
|
1408
1408
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1602,7 +1602,7 @@ typedef struct {
|
|
|
1602
1602
|
|
|
1603
1603
|
/* #### Code section: numeric_typedefs ### */
|
|
1604
1604
|
|
|
1605
|
-
/* "../../build-env-
|
|
1605
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
|
1606
1606
|
* # in Cython to enable them only on the right systems.
|
|
1607
1607
|
*
|
|
1608
1608
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1611,7 +1611,7 @@ typedef struct {
|
|
|
1611
1611
|
*/
|
|
1612
1612
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1613
1613
|
|
|
1614
|
-
/* "../../build-env-
|
|
1614
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1615
1615
|
*
|
|
1616
1616
|
* ctypedef npy_int8 int8_t
|
|
1617
1617
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1620,7 +1620,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1620
1620
|
*/
|
|
1621
1621
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1622
1622
|
|
|
1623
|
-
/* "../../build-env-
|
|
1623
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1624
1624
|
* ctypedef npy_int8 int8_t
|
|
1625
1625
|
* ctypedef npy_int16 int16_t
|
|
1626
1626
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1629,7 +1629,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1629
1629
|
*/
|
|
1630
1630
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1631
1631
|
|
|
1632
|
-
/* "../../build-env-
|
|
1632
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1633
1633
|
* ctypedef npy_int16 int16_t
|
|
1634
1634
|
* ctypedef npy_int32 int32_t
|
|
1635
1635
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1638,7 +1638,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1638
1638
|
*/
|
|
1639
1639
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1640
1640
|
|
|
1641
|
-
/* "../../build-env-
|
|
1641
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
|
1642
1642
|
* ctypedef npy_int64 int64_t
|
|
1643
1643
|
*
|
|
1644
1644
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1647,7 +1647,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1647
1647
|
*/
|
|
1648
1648
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1649
1649
|
|
|
1650
|
-
/* "../../build-env-
|
|
1650
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
|
1651
1651
|
*
|
|
1652
1652
|
* ctypedef npy_uint8 uint8_t
|
|
1653
1653
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1656,7 +1656,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1656
1656
|
*/
|
|
1657
1657
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1658
1658
|
|
|
1659
|
-
/* "../../build-env-
|
|
1659
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
|
1660
1660
|
* ctypedef npy_uint8 uint8_t
|
|
1661
1661
|
* ctypedef npy_uint16 uint16_t
|
|
1662
1662
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1665,7 +1665,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1665
1665
|
*/
|
|
1666
1666
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1667
1667
|
|
|
1668
|
-
/* "../../build-env-
|
|
1668
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
|
1669
1669
|
* ctypedef npy_uint16 uint16_t
|
|
1670
1670
|
* ctypedef npy_uint32 uint32_t
|
|
1671
1671
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1674,7 +1674,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1674
1674
|
*/
|
|
1675
1675
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1676
1676
|
|
|
1677
|
-
/* "../../build-env-
|
|
1677
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
|
1678
1678
|
* ctypedef npy_uint64 uint64_t
|
|
1679
1679
|
*
|
|
1680
1680
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1683,7 +1683,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1683
1683
|
*/
|
|
1684
1684
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1685
1685
|
|
|
1686
|
-
/* "../../build-env-
|
|
1686
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1687
1687
|
*
|
|
1688
1688
|
* ctypedef npy_float32 float32_t
|
|
1689
1689
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1692,7 +1692,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1692
1692
|
*/
|
|
1693
1693
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1694
1694
|
|
|
1695
|
-
/* "../../build-env-
|
|
1695
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1696
1696
|
* ctypedef double complex complex128_t
|
|
1697
1697
|
*
|
|
1698
1698
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1701,7 +1701,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1701
1701
|
*/
|
|
1702
1702
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1703
1703
|
|
|
1704
|
-
/* "../../build-env-
|
|
1704
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
|
1705
1705
|
*
|
|
1706
1706
|
* ctypedef npy_longlong longlong_t
|
|
1707
1707
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1710,7 +1710,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1710
1710
|
*/
|
|
1711
1711
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1712
1712
|
|
|
1713
|
-
/* "../../build-env-
|
|
1713
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
|
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-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
|
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-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
|
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-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
|
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-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1750
1750
|
* ctypedef npy_double float_t
|
|
1751
1751
|
* ctypedef npy_double double_t
|
|
1752
1752
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -3088,7 +3088,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3088
3088
|
#endif
|
|
3089
3089
|
/* #### Code section: module_code ### */
|
|
3090
3090
|
|
|
3091
|
-
/* "../../build-env-
|
|
3091
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
|
3092
3092
|
* cdef int type_num
|
|
3093
3093
|
*
|
|
3094
3094
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3099,7 +3099,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3099
3099
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
3100
3100
|
npy_intp __pyx_r;
|
|
3101
3101
|
|
|
3102
|
-
/* "../../build-env-
|
|
3102
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3103
3103
|
* @property
|
|
3104
3104
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
3105
3105
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3109,7 +3109,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3109
3109
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
3110
3110
|
goto __pyx_L0;
|
|
3111
3111
|
|
|
3112
|
-
/* "../../build-env-
|
|
3112
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
|
3113
3113
|
* cdef int type_num
|
|
3114
3114
|
*
|
|
3115
3115
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3122,7 +3122,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3122
3122
|
return __pyx_r;
|
|
3123
3123
|
}
|
|
3124
3124
|
|
|
3125
|
-
/* "../../build-env-
|
|
3125
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
|
3126
3126
|
* return PyDataType_ELSIZE(self)
|
|
3127
3127
|
*
|
|
3128
3128
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3133,7 +3133,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3133
3133
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
3134
3134
|
npy_intp __pyx_r;
|
|
3135
3135
|
|
|
3136
|
-
/* "../../build-env-
|
|
3136
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
|
3137
3137
|
* @property
|
|
3138
3138
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
3139
3139
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -3143,7 +3143,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3143
3143
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
3144
3144
|
goto __pyx_L0;
|
|
3145
3145
|
|
|
3146
|
-
/* "../../build-env-
|
|
3146
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
|
3147
3147
|
* return PyDataType_ELSIZE(self)
|
|
3148
3148
|
*
|
|
3149
3149
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3156,7 +3156,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3156
3156
|
return __pyx_r;
|
|
3157
3157
|
}
|
|
3158
3158
|
|
|
3159
|
-
/* "../../build-env-
|
|
3159
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
|
3160
3160
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3161
3161
|
* # for this using PyDataType_HASFIELDS.
|
|
3162
3162
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3170,7 +3170,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3170
3170
|
PyObject *__pyx_t_1;
|
|
3171
3171
|
__Pyx_RefNannySetupContext("fields", 0);
|
|
3172
3172
|
|
|
3173
|
-
/* "../../build-env-
|
|
3173
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
|
3174
3174
|
* @property
|
|
3175
3175
|
* cdef inline object fields(self):
|
|
3176
3176
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -3183,7 +3183,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3183
3183
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
3184
3184
|
goto __pyx_L0;
|
|
3185
3185
|
|
|
3186
|
-
/* "../../build-env-
|
|
3186
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
|
3187
3187
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3188
3188
|
* # for this using PyDataType_HASFIELDS.
|
|
3189
3189
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3198,7 +3198,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3198
3198
|
return __pyx_r;
|
|
3199
3199
|
}
|
|
3200
3200
|
|
|
3201
|
-
/* "../../build-env-
|
|
3201
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3202
3202
|
* return <object>PyDataType_FIELDS(self)
|
|
3203
3203
|
*
|
|
3204
3204
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3212,7 +3212,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3212
3212
|
PyObject *__pyx_t_1;
|
|
3213
3213
|
__Pyx_RefNannySetupContext("names", 0);
|
|
3214
3214
|
|
|
3215
|
-
/* "../../build-env-
|
|
3215
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
|
3216
3216
|
* @property
|
|
3217
3217
|
* cdef inline tuple names(self):
|
|
3218
3218
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -3225,7 +3225,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3225
3225
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
3226
3226
|
goto __pyx_L0;
|
|
3227
3227
|
|
|
3228
|
-
/* "../../build-env-
|
|
3228
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3229
3229
|
* return <object>PyDataType_FIELDS(self)
|
|
3230
3230
|
*
|
|
3231
3231
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3240,7 +3240,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3240
3240
|
return __pyx_r;
|
|
3241
3241
|
}
|
|
3242
3242
|
|
|
3243
|
-
/* "../../build-env-
|
|
3243
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
3244
3244
|
* # valid (the pointer can be NULL). Most users should access
|
|
3245
3245
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3246
3246
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3251,7 +3251,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3251
3251
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
3252
3252
|
PyArray_ArrayDescr *__pyx_r;
|
|
3253
3253
|
|
|
3254
|
-
/* "../../build-env-
|
|
3254
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
|
3255
3255
|
* @property
|
|
3256
3256
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
3257
3257
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -3261,7 +3261,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3261
3261
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
3262
3262
|
goto __pyx_L0;
|
|
3263
3263
|
|
|
3264
|
-
/* "../../build-env-
|
|
3264
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
3265
3265
|
* # valid (the pointer can be NULL). Most users should access
|
|
3266
3266
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3267
3267
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3274,7 +3274,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3274
3274
|
return __pyx_r;
|
|
3275
3275
|
}
|
|
3276
3276
|
|
|
3277
|
-
/* "../../build-env-
|
|
3277
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
|
3278
3278
|
* return PyDataType_SUBARRAY(self)
|
|
3279
3279
|
*
|
|
3280
3280
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3285,7 +3285,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3285
3285
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
3286
3286
|
npy_uint64 __pyx_r;
|
|
3287
3287
|
|
|
3288
|
-
/* "../../build-env-
|
|
3288
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3289
3289
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
3290
3290
|
* """The data types flags."""
|
|
3291
3291
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -3295,7 +3295,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3295
3295
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
3296
3296
|
goto __pyx_L0;
|
|
3297
3297
|
|
|
3298
|
-
/* "../../build-env-
|
|
3298
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
|
3299
3299
|
* return PyDataType_SUBARRAY(self)
|
|
3300
3300
|
*
|
|
3301
3301
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3308,7 +3308,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3308
3308
|
return __pyx_r;
|
|
3309
3309
|
}
|
|
3310
3310
|
|
|
3311
|
-
/* "../../build-env-
|
|
3311
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
|
3312
3312
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3313
3313
|
*
|
|
3314
3314
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3319,7 +3319,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3319
3319
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3320
3320
|
int __pyx_r;
|
|
3321
3321
|
|
|
3322
|
-
/* "../../build-env-
|
|
3322
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
|
3323
3323
|
* cdef inline int numiter(self) noexcept nogil:
|
|
3324
3324
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
3325
3325
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -3329,7 +3329,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3329
3329
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
3330
3330
|
goto __pyx_L0;
|
|
3331
3331
|
|
|
3332
|
-
/* "../../build-env-
|
|
3332
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
|
3333
3333
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3334
3334
|
*
|
|
3335
3335
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3342,7 +3342,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3342
3342
|
return __pyx_r;
|
|
3343
3343
|
}
|
|
3344
3344
|
|
|
3345
|
-
/* "../../build-env-
|
|
3345
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
3346
3346
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3347
3347
|
*
|
|
3348
3348
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3353,7 +3353,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3353
3353
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3354
3354
|
npy_intp __pyx_r;
|
|
3355
3355
|
|
|
3356
|
-
/* "../../build-env-
|
|
3356
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
|
3357
3357
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
3358
3358
|
* """The total broadcasted size."""
|
|
3359
3359
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3363,7 +3363,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3363
3363
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
3364
3364
|
goto __pyx_L0;
|
|
3365
3365
|
|
|
3366
|
-
/* "../../build-env-
|
|
3366
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
3367
3367
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3368
3368
|
*
|
|
3369
3369
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3376,7 +3376,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3376
3376
|
return __pyx_r;
|
|
3377
3377
|
}
|
|
3378
3378
|
|
|
3379
|
-
/* "../../build-env-
|
|
3379
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3380
3380
|
* return PyArray_MultiIter_SIZE(self)
|
|
3381
3381
|
*
|
|
3382
3382
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3387,7 +3387,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3387
3387
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3388
3388
|
npy_intp __pyx_r;
|
|
3389
3389
|
|
|
3390
|
-
/* "../../build-env-
|
|
3390
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
|
3391
3391
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
3392
3392
|
* """The current (1-d) index into the broadcasted result."""
|
|
3393
3393
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -3397,7 +3397,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3397
3397
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
3398
3398
|
goto __pyx_L0;
|
|
3399
3399
|
|
|
3400
|
-
/* "../../build-env-
|
|
3400
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3401
3401
|
* return PyArray_MultiIter_SIZE(self)
|
|
3402
3402
|
*
|
|
3403
3403
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3410,7 +3410,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3410
3410
|
return __pyx_r;
|
|
3411
3411
|
}
|
|
3412
3412
|
|
|
3413
|
-
/* "../../build-env-
|
|
3413
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
|
3414
3414
|
* return PyArray_MultiIter_INDEX(self)
|
|
3415
3415
|
*
|
|
3416
3416
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3421,7 +3421,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3421
3421
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3422
3422
|
int __pyx_r;
|
|
3423
3423
|
|
|
3424
|
-
/* "../../build-env-
|
|
3424
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
|
3425
3425
|
* cdef inline int nd(self) noexcept nogil:
|
|
3426
3426
|
* """The number of dimensions in the broadcasted result."""
|
|
3427
3427
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3431,7 +3431,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3431
3431
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
3432
3432
|
goto __pyx_L0;
|
|
3433
3433
|
|
|
3434
|
-
/* "../../build-env-
|
|
3434
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
|
3435
3435
|
* return PyArray_MultiIter_INDEX(self)
|
|
3436
3436
|
*
|
|
3437
3437
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3444,7 +3444,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3444
3444
|
return __pyx_r;
|
|
3445
3445
|
}
|
|
3446
3446
|
|
|
3447
|
-
/* "../../build-env-
|
|
3447
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3448
3448
|
* return PyArray_MultiIter_NDIM(self)
|
|
3449
3449
|
*
|
|
3450
3450
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3455,7 +3455,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3455
3455
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3456
3456
|
npy_intp *__pyx_r;
|
|
3457
3457
|
|
|
3458
|
-
/* "../../build-env-
|
|
3458
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
|
3459
3459
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
3460
3460
|
* """The shape of the broadcasted result."""
|
|
3461
3461
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3465,7 +3465,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3465
3465
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
3466
3466
|
goto __pyx_L0;
|
|
3467
3467
|
|
|
3468
|
-
/* "../../build-env-
|
|
3468
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3469
3469
|
* return PyArray_MultiIter_NDIM(self)
|
|
3470
3470
|
*
|
|
3471
3471
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3478,7 +3478,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3478
3478
|
return __pyx_r;
|
|
3479
3479
|
}
|
|
3480
3480
|
|
|
3481
|
-
/* "../../build-env-
|
|
3481
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
|
3482
3482
|
* return PyArray_MultiIter_DIMS(self)
|
|
3483
3483
|
*
|
|
3484
3484
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3489,7 +3489,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3489
3489
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3490
3490
|
void **__pyx_r;
|
|
3491
3491
|
|
|
3492
|
-
/* "../../build-env-
|
|
3492
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
|
3493
3493
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
3494
3494
|
* On return, the iterators are adjusted for broadcasting."""
|
|
3495
3495
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -3499,7 +3499,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3499
3499
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
3500
3500
|
goto __pyx_L0;
|
|
3501
3501
|
|
|
3502
|
-
/* "../../build-env-
|
|
3502
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
|
3503
3503
|
* return PyArray_MultiIter_DIMS(self)
|
|
3504
3504
|
*
|
|
3505
3505
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3512,7 +3512,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3512
3512
|
return __pyx_r;
|
|
3513
3513
|
}
|
|
3514
3514
|
|
|
3515
|
-
/* "../../build-env-
|
|
3515
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3516
3516
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3517
3517
|
*
|
|
3518
3518
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3523,7 +3523,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3523
3523
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3524
3524
|
PyObject *__pyx_r;
|
|
3525
3525
|
|
|
3526
|
-
/* "../../build-env-
|
|
3526
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
|
3527
3527
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3528
3528
|
* """
|
|
3529
3529
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3533,7 +3533,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3533
3533
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3534
3534
|
goto __pyx_L0;
|
|
3535
3535
|
|
|
3536
|
-
/* "../../build-env-
|
|
3536
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3537
3537
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3538
3538
|
*
|
|
3539
3539
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3546,7 +3546,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3546
3546
|
return __pyx_r;
|
|
3547
3547
|
}
|
|
3548
3548
|
|
|
3549
|
-
/* "../../build-env-
|
|
3549
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
|
3550
3550
|
* return PyArray_BASE(self)
|
|
3551
3551
|
*
|
|
3552
3552
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3560,7 +3560,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3560
3560
|
PyArray_Descr *__pyx_t_1;
|
|
3561
3561
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3562
3562
|
|
|
3563
|
-
/* "../../build-env-
|
|
3563
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
|
3564
3564
|
* """Returns an owned reference to the dtype of the array.
|
|
3565
3565
|
* """
|
|
3566
3566
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3573,7 +3573,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3573
3573
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3574
3574
|
goto __pyx_L0;
|
|
3575
3575
|
|
|
3576
|
-
/* "../../build-env-
|
|
3576
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
|
3577
3577
|
* return PyArray_BASE(self)
|
|
3578
3578
|
*
|
|
3579
3579
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3588,7 +3588,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3588
3588
|
return __pyx_r;
|
|
3589
3589
|
}
|
|
3590
3590
|
|
|
3591
|
-
/* "../../build-env-
|
|
3591
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
|
3592
3592
|
* return <dtype>PyArray_DESCR(self)
|
|
3593
3593
|
*
|
|
3594
3594
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3599,7 +3599,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3599
3599
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3600
3600
|
int __pyx_r;
|
|
3601
3601
|
|
|
3602
|
-
/* "../../build-env-
|
|
3602
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
|
3603
3603
|
* """Returns the number of dimensions in the array.
|
|
3604
3604
|
* """
|
|
3605
3605
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3609,7 +3609,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3609
3609
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3610
3610
|
goto __pyx_L0;
|
|
3611
3611
|
|
|
3612
|
-
/* "../../build-env-
|
|
3612
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
|
3613
3613
|
* return <dtype>PyArray_DESCR(self)
|
|
3614
3614
|
*
|
|
3615
3615
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3622,7 +3622,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3622
3622
|
return __pyx_r;
|
|
3623
3623
|
}
|
|
3624
3624
|
|
|
3625
|
-
/* "../../build-env-
|
|
3625
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
|
3626
3626
|
* return PyArray_NDIM(self)
|
|
3627
3627
|
*
|
|
3628
3628
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3633,7 +3633,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3633
3633
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3634
3634
|
npy_intp *__pyx_r;
|
|
3635
3635
|
|
|
3636
|
-
/* "../../build-env-
|
|
3636
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
|
3637
3637
|
* Can return NULL for 0-dimensional arrays.
|
|
3638
3638
|
* """
|
|
3639
3639
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3643,7 +3643,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3643
3643
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3644
3644
|
goto __pyx_L0;
|
|
3645
3645
|
|
|
3646
|
-
/* "../../build-env-
|
|
3646
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
|
3647
3647
|
* return PyArray_NDIM(self)
|
|
3648
3648
|
*
|
|
3649
3649
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3656,7 +3656,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3656
3656
|
return __pyx_r;
|
|
3657
3657
|
}
|
|
3658
3658
|
|
|
3659
|
-
/* "../../build-env-
|
|
3659
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
|
3660
3660
|
* return PyArray_DIMS(self)
|
|
3661
3661
|
*
|
|
3662
3662
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3667,7 +3667,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3667
3667
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3668
3668
|
npy_intp *__pyx_r;
|
|
3669
3669
|
|
|
3670
|
-
/* "../../build-env-
|
|
3670
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
|
3671
3671
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3672
3672
|
* """
|
|
3673
3673
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3677,7 +3677,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3677
3677
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3678
3678
|
goto __pyx_L0;
|
|
3679
3679
|
|
|
3680
|
-
/* "../../build-env-
|
|
3680
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
|
3681
3681
|
* return PyArray_DIMS(self)
|
|
3682
3682
|
*
|
|
3683
3683
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3690,7 +3690,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3690
3690
|
return __pyx_r;
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
|
-
/* "../../build-env-
|
|
3693
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
|
3694
3694
|
* return PyArray_STRIDES(self)
|
|
3695
3695
|
*
|
|
3696
3696
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3701,7 +3701,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3701
3701
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3702
3702
|
npy_intp __pyx_r;
|
|
3703
3703
|
|
|
3704
|
-
/* "../../build-env-
|
|
3704
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
|
3705
3705
|
* """Returns the total size (in number of elements) of the array.
|
|
3706
3706
|
* """
|
|
3707
3707
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3711,7 +3711,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3711
3711
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3712
3712
|
goto __pyx_L0;
|
|
3713
3713
|
|
|
3714
|
-
/* "../../build-env-
|
|
3714
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
|
3715
3715
|
* return PyArray_STRIDES(self)
|
|
3716
3716
|
*
|
|
3717
3717
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3724,7 +3724,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3724
3724
|
return __pyx_r;
|
|
3725
3725
|
}
|
|
3726
3726
|
|
|
3727
|
-
/* "../../build-env-
|
|
3727
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
|
3728
3728
|
* return PyArray_SIZE(self)
|
|
3729
3729
|
*
|
|
3730
3730
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3735,7 +3735,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3735
3735
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3736
3736
|
char *__pyx_r;
|
|
3737
3737
|
|
|
3738
|
-
/* "../../build-env-
|
|
3738
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
|
3739
3739
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3740
3740
|
* """
|
|
3741
3741
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3745,7 +3745,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3745
3745
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3746
3746
|
goto __pyx_L0;
|
|
3747
3747
|
|
|
3748
|
-
/* "../../build-env-
|
|
3748
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
|
3749
3749
|
* return PyArray_SIZE(self)
|
|
3750
3750
|
*
|
|
3751
3751
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3758,7 +3758,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3758
3758
|
return __pyx_r;
|
|
3759
3759
|
}
|
|
3760
3760
|
|
|
3761
|
-
/* "../../build-env-
|
|
3761
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3762
3762
|
* ctypedef long double complex clongdouble_t
|
|
3763
3763
|
*
|
|
3764
3764
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3775,7 +3775,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3775
3775
|
int __pyx_clineno = 0;
|
|
3776
3776
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3777
3777
|
|
|
3778
|
-
/* "../../build-env-
|
|
3778
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
|
3779
3779
|
*
|
|
3780
3780
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3781
3781
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3789,7 +3789,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3789
3789
|
__pyx_t_1 = 0;
|
|
3790
3790
|
goto __pyx_L0;
|
|
3791
3791
|
|
|
3792
|
-
/* "../../build-env-
|
|
3792
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3793
3793
|
* ctypedef long double complex clongdouble_t
|
|
3794
3794
|
*
|
|
3795
3795
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3808,7 +3808,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3808
3808
|
return __pyx_r;
|
|
3809
3809
|
}
|
|
3810
3810
|
|
|
3811
|
-
/* "../../build-env-
|
|
3811
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3812
3812
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3813
3813
|
*
|
|
3814
3814
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3825,7 +3825,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3825
3825
|
int __pyx_clineno = 0;
|
|
3826
3826
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3827
3827
|
|
|
3828
|
-
/* "../../build-env-
|
|
3828
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
|
3829
3829
|
*
|
|
3830
3830
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3831
3831
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3839,7 +3839,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3839
3839
|
__pyx_t_1 = 0;
|
|
3840
3840
|
goto __pyx_L0;
|
|
3841
3841
|
|
|
3842
|
-
/* "../../build-env-
|
|
3842
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3843
3843
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3844
3844
|
*
|
|
3845
3845
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3858,7 +3858,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3858
3858
|
return __pyx_r;
|
|
3859
3859
|
}
|
|
3860
3860
|
|
|
3861
|
-
/* "../../build-env-
|
|
3861
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3862
3862
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3863
3863
|
*
|
|
3864
3864
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3875,7 +3875,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3875
3875
|
int __pyx_clineno = 0;
|
|
3876
3876
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3877
3877
|
|
|
3878
|
-
/* "../../build-env-
|
|
3878
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
|
3879
3879
|
*
|
|
3880
3880
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3881
3881
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3889,7 +3889,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3889
3889
|
__pyx_t_1 = 0;
|
|
3890
3890
|
goto __pyx_L0;
|
|
3891
3891
|
|
|
3892
|
-
/* "../../build-env-
|
|
3892
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3893
3893
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3894
3894
|
*
|
|
3895
3895
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3908,7 +3908,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3908
3908
|
return __pyx_r;
|
|
3909
3909
|
}
|
|
3910
3910
|
|
|
3911
|
-
/* "../../build-env-
|
|
3911
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3912
3912
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3913
3913
|
*
|
|
3914
3914
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3925,7 +3925,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3925
3925
|
int __pyx_clineno = 0;
|
|
3926
3926
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
3927
3927
|
|
|
3928
|
-
/* "../../build-env-
|
|
3928
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
|
3929
3929
|
*
|
|
3930
3930
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3931
3931
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3939,7 +3939,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3939
3939
|
__pyx_t_1 = 0;
|
|
3940
3940
|
goto __pyx_L0;
|
|
3941
3941
|
|
|
3942
|
-
/* "../../build-env-
|
|
3942
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3943
3943
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3944
3944
|
*
|
|
3945
3945
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3958,7 +3958,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3958
3958
|
return __pyx_r;
|
|
3959
3959
|
}
|
|
3960
3960
|
|
|
3961
|
-
/* "../../build-env-
|
|
3961
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3962
3962
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3963
3963
|
*
|
|
3964
3964
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3975,7 +3975,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3975
3975
|
int __pyx_clineno = 0;
|
|
3976
3976
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
3977
3977
|
|
|
3978
|
-
/* "../../build-env-
|
|
3978
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3979
3979
|
*
|
|
3980
3980
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3981
3981
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -3989,7 +3989,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3989
3989
|
__pyx_t_1 = 0;
|
|
3990
3990
|
goto __pyx_L0;
|
|
3991
3991
|
|
|
3992
|
-
/* "../../build-env-
|
|
3992
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3993
3993
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3994
3994
|
*
|
|
3995
3995
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4008,7 +4008,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4008
4008
|
return __pyx_r;
|
|
4009
4009
|
}
|
|
4010
4010
|
|
|
4011
|
-
/* "../../build-env-
|
|
4011
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
|
4012
4012
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4013
4013
|
*
|
|
4014
4014
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4023,7 +4023,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4023
4023
|
PyObject *__pyx_t_2;
|
|
4024
4024
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
4025
4025
|
|
|
4026
|
-
/* "../../build-env-
|
|
4026
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
|
4027
4027
|
*
|
|
4028
4028
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4029
4029
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4033,7 +4033,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4033
4033
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
4034
4034
|
if (__pyx_t_1) {
|
|
4035
4035
|
|
|
4036
|
-
/* "../../build-env-
|
|
4036
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
|
4037
4037
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4038
4038
|
* if PyDataType_HASSUBARRAY(d):
|
|
4039
4039
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -4046,7 +4046,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4046
4046
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
4047
4047
|
goto __pyx_L0;
|
|
4048
4048
|
|
|
4049
|
-
/* "../../build-env-
|
|
4049
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
|
4050
4050
|
*
|
|
4051
4051
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4052
4052
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4055,7 +4055,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4055
4055
|
*/
|
|
4056
4056
|
}
|
|
4057
4057
|
|
|
4058
|
-
/* "../../build-env-
|
|
4058
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
|
4059
4059
|
* return <tuple>d.subarray.shape
|
|
4060
4060
|
* else:
|
|
4061
4061
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -4069,7 +4069,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4069
4069
|
goto __pyx_L0;
|
|
4070
4070
|
}
|
|
4071
4071
|
|
|
4072
|
-
/* "../../build-env-
|
|
4072
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
|
4073
4073
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4074
4074
|
*
|
|
4075
4075
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4084,7 +4084,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4084
4084
|
return __pyx_r;
|
|
4085
4085
|
}
|
|
4086
4086
|
|
|
4087
|
-
/* "../../build-env-
|
|
4087
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4088
4088
|
* int _import_umath() except -1
|
|
4089
4089
|
*
|
|
4090
4090
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4098,7 +4098,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4098
4098
|
const char *__pyx_filename = NULL;
|
|
4099
4099
|
int __pyx_clineno = 0;
|
|
4100
4100
|
|
|
4101
|
-
/* "../../build-env-
|
|
4101
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4102
4102
|
*
|
|
4103
4103
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4104
4104
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -4107,7 +4107,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4107
4107
|
*/
|
|
4108
4108
|
Py_INCREF(__pyx_v_base);
|
|
4109
4109
|
|
|
4110
|
-
/* "../../build-env-
|
|
4110
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4111
4111
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4112
4112
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
4113
4113
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -4116,7 +4116,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4116
4116
|
*/
|
|
4117
4117
|
__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)
|
|
4118
4118
|
|
|
4119
|
-
/* "../../build-env-
|
|
4119
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4120
4120
|
* int _import_umath() except -1
|
|
4121
4121
|
*
|
|
4122
4122
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4131,7 +4131,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4131
4131
|
__pyx_L0:;
|
|
4132
4132
|
}
|
|
4133
4133
|
|
|
4134
|
-
/* "../../build-env-
|
|
4134
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
|
4135
4135
|
* PyArray_SetBaseObject(arr, base)
|
|
4136
4136
|
*
|
|
4137
4137
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4146,7 +4146,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4146
4146
|
int __pyx_t_1;
|
|
4147
4147
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
4148
4148
|
|
|
4149
|
-
/* "../../build-env-
|
|
4149
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4150
4150
|
*
|
|
4151
4151
|
* cdef inline object get_array_base(ndarray arr):
|
|
4152
4152
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -4155,7 +4155,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4155
4155
|
*/
|
|
4156
4156
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
4157
4157
|
|
|
4158
|
-
/* "../../build-env-
|
|
4158
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
4159
4159
|
* cdef inline object get_array_base(ndarray arr):
|
|
4160
4160
|
* base = PyArray_BASE(arr)
|
|
4161
4161
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4165,7 +4165,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4165
4165
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
4166
4166
|
if (__pyx_t_1) {
|
|
4167
4167
|
|
|
4168
|
-
/* "../../build-env-
|
|
4168
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
4169
4169
|
* base = PyArray_BASE(arr)
|
|
4170
4170
|
* if base is NULL:
|
|
4171
4171
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -4176,7 +4176,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4176
4176
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
4177
4177
|
goto __pyx_L0;
|
|
4178
4178
|
|
|
4179
|
-
/* "../../build-env-
|
|
4179
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
4180
4180
|
* cdef inline object get_array_base(ndarray arr):
|
|
4181
4181
|
* base = PyArray_BASE(arr)
|
|
4182
4182
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4185,7 +4185,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4185
4185
|
*/
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
-
/* "../../build-env-
|
|
4188
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
4189
4189
|
* if base is NULL:
|
|
4190
4190
|
* return None
|
|
4191
4191
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -4197,7 +4197,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4197
4197
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
4198
4198
|
goto __pyx_L0;
|
|
4199
4199
|
|
|
4200
|
-
/* "../../build-env-
|
|
4200
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
|
4201
4201
|
* PyArray_SetBaseObject(arr, base)
|
|
4202
4202
|
*
|
|
4203
4203
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4212,7 +4212,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4212
4212
|
return __pyx_r;
|
|
4213
4213
|
}
|
|
4214
4214
|
|
|
4215
|
-
/* "../../build-env-
|
|
4215
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
4216
4216
|
* # Versions of the import_* functions which are more suitable for
|
|
4217
4217
|
* # Cython code.
|
|
4218
4218
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4239,7 +4239,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4239
4239
|
int __pyx_clineno = 0;
|
|
4240
4240
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
4241
4241
|
|
|
4242
|
-
/* "../../build-env-
|
|
4242
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
4243
4243
|
* # Cython code.
|
|
4244
4244
|
* cdef inline int import_array() except -1:
|
|
4245
4245
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4255,7 +4255,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4255
4255
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4256
4256
|
/*try:*/ {
|
|
4257
4257
|
|
|
4258
|
-
/* "../../build-env-
|
|
4258
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
|
4259
4259
|
* cdef inline int import_array() except -1:
|
|
4260
4260
|
* try:
|
|
4261
4261
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -4264,7 +4264,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4264
4264
|
*/
|
|
4265
4265
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1008, __pyx_L3_error)
|
|
4266
4266
|
|
|
4267
|
-
/* "../../build-env-
|
|
4267
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
4268
4268
|
* # Cython code.
|
|
4269
4269
|
* cdef inline int import_array() except -1:
|
|
4270
4270
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4278,7 +4278,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4278
4278
|
goto __pyx_L8_try_end;
|
|
4279
4279
|
__pyx_L3_error:;
|
|
4280
4280
|
|
|
4281
|
-
/* "../../build-env-
|
|
4281
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
|
4282
4282
|
* try:
|
|
4283
4283
|
* __pyx_import_array()
|
|
4284
4284
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4293,7 +4293,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4293
4293
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4294
4294
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4295
4295
|
|
|
4296
|
-
/* "../../build-env-
|
|
4296
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
4297
4297
|
* __pyx_import_array()
|
|
4298
4298
|
* except Exception:
|
|
4299
4299
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4318,7 +4318,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4318
4318
|
}
|
|
4319
4319
|
goto __pyx_L5_except_error;
|
|
4320
4320
|
|
|
4321
|
-
/* "../../build-env-
|
|
4321
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
4322
4322
|
* # Cython code.
|
|
4323
4323
|
* cdef inline int import_array() except -1:
|
|
4324
4324
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4334,7 +4334,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4334
4334
|
__pyx_L8_try_end:;
|
|
4335
4335
|
}
|
|
4336
4336
|
|
|
4337
|
-
/* "../../build-env-
|
|
4337
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
4338
4338
|
* # Versions of the import_* functions which are more suitable for
|
|
4339
4339
|
* # Cython code.
|
|
4340
4340
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4359,7 +4359,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4359
4359
|
return __pyx_r;
|
|
4360
4360
|
}
|
|
4361
4361
|
|
|
4362
|
-
/* "../../build-env-
|
|
4362
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
4363
4363
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4364
4364
|
*
|
|
4365
4365
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4386,7 +4386,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4386
4386
|
int __pyx_clineno = 0;
|
|
4387
4387
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
4388
4388
|
|
|
4389
|
-
/* "../../build-env-
|
|
4389
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
4390
4390
|
*
|
|
4391
4391
|
* cdef inline int import_umath() except -1:
|
|
4392
4392
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4402,7 +4402,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4402
4402
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4403
4403
|
/*try:*/ {
|
|
4404
4404
|
|
|
4405
|
-
/* "../../build-env-
|
|
4405
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4406
4406
|
* cdef inline int import_umath() except -1:
|
|
4407
4407
|
* try:
|
|
4408
4408
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4411,7 +4411,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4411
4411
|
*/
|
|
4412
4412
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1014, __pyx_L3_error)
|
|
4413
4413
|
|
|
4414
|
-
/* "../../build-env-
|
|
4414
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
4415
4415
|
*
|
|
4416
4416
|
* cdef inline int import_umath() except -1:
|
|
4417
4417
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4425,7 +4425,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4425
4425
|
goto __pyx_L8_try_end;
|
|
4426
4426
|
__pyx_L3_error:;
|
|
4427
4427
|
|
|
4428
|
-
/* "../../build-env-
|
|
4428
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
4429
4429
|
* try:
|
|
4430
4430
|
* _import_umath()
|
|
4431
4431
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4440,7 +4440,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4440
4440
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4441
4441
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4442
4442
|
|
|
4443
|
-
/* "../../build-env-
|
|
4443
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
4444
4444
|
* _import_umath()
|
|
4445
4445
|
* except Exception:
|
|
4446
4446
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4465,7 +4465,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4465
4465
|
}
|
|
4466
4466
|
goto __pyx_L5_except_error;
|
|
4467
4467
|
|
|
4468
|
-
/* "../../build-env-
|
|
4468
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
4469
4469
|
*
|
|
4470
4470
|
* cdef inline int import_umath() except -1:
|
|
4471
4471
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4481,7 +4481,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4481
4481
|
__pyx_L8_try_end:;
|
|
4482
4482
|
}
|
|
4483
4483
|
|
|
4484
|
-
/* "../../build-env-
|
|
4484
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
4485
4485
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4486
4486
|
*
|
|
4487
4487
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4506,7 +4506,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4506
4506
|
return __pyx_r;
|
|
4507
4507
|
}
|
|
4508
4508
|
|
|
4509
|
-
/* "../../build-env-
|
|
4509
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
4510
4510
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4511
4511
|
*
|
|
4512
4512
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4533,7 +4533,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4533
4533
|
int __pyx_clineno = 0;
|
|
4534
4534
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4535
4535
|
|
|
4536
|
-
/* "../../build-env-
|
|
4536
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
4537
4537
|
*
|
|
4538
4538
|
* cdef inline int import_ufunc() except -1:
|
|
4539
4539
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4549,7 +4549,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4549
4549
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4550
4550
|
/*try:*/ {
|
|
4551
4551
|
|
|
4552
|
-
/* "../../build-env-
|
|
4552
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
|
4553
4553
|
* cdef inline int import_ufunc() except -1:
|
|
4554
4554
|
* try:
|
|
4555
4555
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4558,7 +4558,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4558
4558
|
*/
|
|
4559
4559
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1020, __pyx_L3_error)
|
|
4560
4560
|
|
|
4561
|
-
/* "../../build-env-
|
|
4561
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
4562
4562
|
*
|
|
4563
4563
|
* cdef inline int import_ufunc() except -1:
|
|
4564
4564
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4572,7 +4572,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4572
4572
|
goto __pyx_L8_try_end;
|
|
4573
4573
|
__pyx_L3_error:;
|
|
4574
4574
|
|
|
4575
|
-
/* "../../build-env-
|
|
4575
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
|
4576
4576
|
* try:
|
|
4577
4577
|
* _import_umath()
|
|
4578
4578
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4587,7 +4587,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4587
4587
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4588
4588
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4589
4589
|
|
|
4590
|
-
/* "../../build-env-
|
|
4590
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
4591
4591
|
* _import_umath()
|
|
4592
4592
|
* except Exception:
|
|
4593
4593
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4612,7 +4612,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4612
4612
|
}
|
|
4613
4613
|
goto __pyx_L5_except_error;
|
|
4614
4614
|
|
|
4615
|
-
/* "../../build-env-
|
|
4615
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
4616
4616
|
*
|
|
4617
4617
|
* cdef inline int import_ufunc() except -1:
|
|
4618
4618
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4628,7 +4628,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4628
4628
|
__pyx_L8_try_end:;
|
|
4629
4629
|
}
|
|
4630
4630
|
|
|
4631
|
-
/* "../../build-env-
|
|
4631
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
4632
4632
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4633
4633
|
*
|
|
4634
4634
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4653,7 +4653,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4653
4653
|
return __pyx_r;
|
|
4654
4654
|
}
|
|
4655
4655
|
|
|
4656
|
-
/* "../../build-env-
|
|
4656
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
4657
4657
|
*
|
|
4658
4658
|
*
|
|
4659
4659
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4664,7 +4664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4664
4664
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4665
4665
|
int __pyx_r;
|
|
4666
4666
|
|
|
4667
|
-
/* "../../build-env-
|
|
4667
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
4668
4668
|
* bool
|
|
4669
4669
|
* """
|
|
4670
4670
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4674,7 +4674,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4674
4674
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4675
4675
|
goto __pyx_L0;
|
|
4676
4676
|
|
|
4677
|
-
/* "../../build-env-
|
|
4677
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
4678
4678
|
*
|
|
4679
4679
|
*
|
|
4680
4680
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4687,7 +4687,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4687
4687
|
return __pyx_r;
|
|
4688
4688
|
}
|
|
4689
4689
|
|
|
4690
|
-
/* "../../build-env-
|
|
4690
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
4691
4691
|
*
|
|
4692
4692
|
*
|
|
4693
4693
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4698,7 +4698,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4698
4698
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4699
4699
|
int __pyx_r;
|
|
4700
4700
|
|
|
4701
|
-
/* "../../build-env-
|
|
4701
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
4702
4702
|
* bool
|
|
4703
4703
|
* """
|
|
4704
4704
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4708,7 +4708,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4708
4708
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4709
4709
|
goto __pyx_L0;
|
|
4710
4710
|
|
|
4711
|
-
/* "../../build-env-
|
|
4711
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
4712
4712
|
*
|
|
4713
4713
|
*
|
|
4714
4714
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4721,7 +4721,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4721
4721
|
return __pyx_r;
|
|
4722
4722
|
}
|
|
4723
4723
|
|
|
4724
|
-
/* "../../build-env-
|
|
4724
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
4725
4725
|
*
|
|
4726
4726
|
*
|
|
4727
4727
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4732,7 +4732,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4732
4732
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4733
4733
|
npy_datetime __pyx_r;
|
|
4734
4734
|
|
|
4735
|
-
/* "../../build-env-
|
|
4735
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
|
4736
4736
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4737
4737
|
* """
|
|
4738
4738
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4742,7 +4742,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4742
4742
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4743
4743
|
goto __pyx_L0;
|
|
4744
4744
|
|
|
4745
|
-
/* "../../build-env-
|
|
4745
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
4746
4746
|
*
|
|
4747
4747
|
*
|
|
4748
4748
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4755,7 +4755,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4755
4755
|
return __pyx_r;
|
|
4756
4756
|
}
|
|
4757
4757
|
|
|
4758
|
-
/* "../../build-env-
|
|
4758
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
4759
4759
|
*
|
|
4760
4760
|
*
|
|
4761
4761
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4766,7 +4766,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4766
4766
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4767
4767
|
npy_timedelta __pyx_r;
|
|
4768
4768
|
|
|
4769
|
-
/* "../../build-env-
|
|
4769
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
|
4770
4770
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4771
4771
|
* """
|
|
4772
4772
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4776,7 +4776,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4776
4776
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4777
4777
|
goto __pyx_L0;
|
|
4778
4778
|
|
|
4779
|
-
/* "../../build-env-
|
|
4779
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
4780
4780
|
*
|
|
4781
4781
|
*
|
|
4782
4782
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4789,7 +4789,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4789
4789
|
return __pyx_r;
|
|
4790
4790
|
}
|
|
4791
4791
|
|
|
4792
|
-
/* "../../build-env-
|
|
4792
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
4793
4793
|
*
|
|
4794
4794
|
*
|
|
4795
4795
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4800,7 +4800,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4800
4800
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4801
4801
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4802
4802
|
|
|
4803
|
-
/* "../../build-env-
|
|
4803
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
|
4804
4804
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4805
4805
|
* """
|
|
4806
4806
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4810,7 +4810,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4810
4810
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4811
4811
|
goto __pyx_L0;
|
|
4812
4812
|
|
|
4813
|
-
/* "../../build-env-
|
|
4813
|
+
/* "../../build-env-qq1mcecs/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
4814
4814
|
*
|
|
4815
4815
|
*
|
|
4816
4816
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|