sequenzo 0.1.18__cp39-cp39-macosx_10_9_universal2.whl → 0.1.19__cp39-cp39-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 +157 -157
- sequenzo/big_data/clara/utils/get_weighted_diss.cpython-39-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 +157 -157
- sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.cpython-39-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqconc.c +157 -157
- sequenzo/dissimilarity_measures/utils/seqconc.cpython-39-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqdss.c +157 -157
- sequenzo/dissimilarity_measures/utils/seqdss.cpython-39-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqdur.c +157 -157
- sequenzo/dissimilarity_measures/utils/seqdur.cpython-39-darwin.so +0 -0
- sequenzo/dissimilarity_measures/utils/seqlength.c +157 -157
- sequenzo/dissimilarity_measures/utils/seqlength.cpython-39-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-tl0ru671/lib/python3.9/site-packages/numpy/_core/include/numpy/arrayobject.h",
|
|
14
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-tl0ru671/lib/python3.9/site-packages/numpy/_core/include/numpy/arrayscalars.h",
|
|
15
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-tl0ru671/lib/python3.9/site-packages/numpy/_core/include/numpy/ndarrayobject.h",
|
|
16
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-tl0ru671/lib/python3.9/site-packages/numpy/_core/include/numpy/ndarraytypes.h",
|
|
17
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-tl0ru671/lib/python3.9/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-tl0ru671/lib/python3.9/site-packages/pybind11/include",
|
|
31
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-tl0ru671/lib/python3.9/site-packages/pybind11/include",
|
|
32
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-tl0ru671/lib/python3.9/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-tkddpxua/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-tl0ru671/lib/python3.9/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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
|
1642
1642
|
* #ctypedef npy_int128 int128_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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
|
1678
1678
|
* #ctypedef npy_uint128 uint128_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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
|
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-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
|
1750
1750
|
* ctypedef npy_double float_t
|
|
1751
1751
|
* ctypedef npy_double double_t
|
|
1752
1752
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1795,7 +1795,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
|
1795
1795
|
|
|
1796
1796
|
/*--- Type declarations ---*/
|
|
1797
1797
|
|
|
1798
|
-
/* "../../build-env-
|
|
1798
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
1799
1799
|
*
|
|
1800
1800
|
* # Iterator API added in v1.6
|
|
1801
1801
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
|
@@ -1804,7 +1804,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
|
1804
1804
|
*/
|
|
1805
1805
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
|
1806
1806
|
|
|
1807
|
-
/* "../../build-env-
|
|
1807
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
|
1808
1808
|
* # Iterator API added in v1.6
|
|
1809
1809
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
|
1810
1810
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
|
@@ -3106,7 +3106,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3106
3106
|
#endif
|
|
3107
3107
|
/* #### Code section: module_code ### */
|
|
3108
3108
|
|
|
3109
|
-
/* "../../build-env-
|
|
3109
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
|
3110
3110
|
* cdef int type_num
|
|
3111
3111
|
*
|
|
3112
3112
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3117,7 +3117,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3117
3117
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
3118
3118
|
npy_intp __pyx_r;
|
|
3119
3119
|
|
|
3120
|
-
/* "../../build-env-
|
|
3120
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
|
3121
3121
|
* @property
|
|
3122
3122
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
3123
3123
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3127,7 +3127,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3127
3127
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
3128
3128
|
goto __pyx_L0;
|
|
3129
3129
|
|
|
3130
|
-
/* "../../build-env-
|
|
3130
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
|
3131
3131
|
* cdef int type_num
|
|
3132
3132
|
*
|
|
3133
3133
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3140,7 +3140,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3140
3140
|
return __pyx_r;
|
|
3141
3141
|
}
|
|
3142
3142
|
|
|
3143
|
-
/* "../../build-env-
|
|
3143
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3144
3144
|
* return PyDataType_ELSIZE(self)
|
|
3145
3145
|
*
|
|
3146
3146
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3151,7 +3151,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3151
3151
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
3152
3152
|
npy_intp __pyx_r;
|
|
3153
3153
|
|
|
3154
|
-
/* "../../build-env-
|
|
3154
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
|
3155
3155
|
* @property
|
|
3156
3156
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
3157
3157
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -3161,7 +3161,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3161
3161
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
3162
3162
|
goto __pyx_L0;
|
|
3163
3163
|
|
|
3164
|
-
/* "../../build-env-
|
|
3164
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3165
3165
|
* return PyDataType_ELSIZE(self)
|
|
3166
3166
|
*
|
|
3167
3167
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3174,7 +3174,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3174
3174
|
return __pyx_r;
|
|
3175
3175
|
}
|
|
3176
3176
|
|
|
3177
|
-
/* "../../build-env-
|
|
3177
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
|
3178
3178
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3179
3179
|
* # for this using PyDataType_HASFIELDS.
|
|
3180
3180
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3188,7 +3188,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3188
3188
|
PyObject *__pyx_t_1;
|
|
3189
3189
|
__Pyx_RefNannySetupContext("fields", 0);
|
|
3190
3190
|
|
|
3191
|
-
/* "../../build-env-
|
|
3191
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
|
3192
3192
|
* @property
|
|
3193
3193
|
* cdef inline object fields(self):
|
|
3194
3194
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -3201,7 +3201,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3201
3201
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
3202
3202
|
goto __pyx_L0;
|
|
3203
3203
|
|
|
3204
|
-
/* "../../build-env-
|
|
3204
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
|
3205
3205
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3206
3206
|
* # for this using PyDataType_HASFIELDS.
|
|
3207
3207
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3216,7 +3216,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3216
3216
|
return __pyx_r;
|
|
3217
3217
|
}
|
|
3218
3218
|
|
|
3219
|
-
/* "../../build-env-
|
|
3219
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3220
3220
|
* return <object>PyDataType_FIELDS(self)
|
|
3221
3221
|
*
|
|
3222
3222
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3230,7 +3230,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3230
3230
|
PyObject *__pyx_t_1;
|
|
3231
3231
|
__Pyx_RefNannySetupContext("names", 0);
|
|
3232
3232
|
|
|
3233
|
-
/* "../../build-env-
|
|
3233
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
|
3234
3234
|
* @property
|
|
3235
3235
|
* cdef inline tuple names(self):
|
|
3236
3236
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -3243,7 +3243,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3243
3243
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
3244
3244
|
goto __pyx_L0;
|
|
3245
3245
|
|
|
3246
|
-
/* "../../build-env-
|
|
3246
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3247
3247
|
* return <object>PyDataType_FIELDS(self)
|
|
3248
3248
|
*
|
|
3249
3249
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3258,7 +3258,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3258
3258
|
return __pyx_r;
|
|
3259
3259
|
}
|
|
3260
3260
|
|
|
3261
|
-
/* "../../build-env-
|
|
3261
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
|
3262
3262
|
* # valid (the pointer can be NULL). Most users should access
|
|
3263
3263
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3264
3264
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3269,7 +3269,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3269
3269
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
3270
3270
|
PyArray_ArrayDescr *__pyx_r;
|
|
3271
3271
|
|
|
3272
|
-
/* "../../build-env-
|
|
3272
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
|
3273
3273
|
* @property
|
|
3274
3274
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
3275
3275
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -3279,7 +3279,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3279
3279
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
3280
3280
|
goto __pyx_L0;
|
|
3281
3281
|
|
|
3282
|
-
/* "../../build-env-
|
|
3282
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
|
3283
3283
|
* # valid (the pointer can be NULL). Most users should access
|
|
3284
3284
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3285
3285
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3292,7 +3292,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3292
3292
|
return __pyx_r;
|
|
3293
3293
|
}
|
|
3294
3294
|
|
|
3295
|
-
/* "../../build-env-
|
|
3295
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
|
3296
3296
|
* return PyDataType_SUBARRAY(self)
|
|
3297
3297
|
*
|
|
3298
3298
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3303,7 +3303,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3303
3303
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
3304
3304
|
npy_uint64 __pyx_r;
|
|
3305
3305
|
|
|
3306
|
-
/* "../../build-env-
|
|
3306
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
|
3307
3307
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
3308
3308
|
* """The data types flags."""
|
|
3309
3309
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -3313,7 +3313,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3313
3313
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
3314
3314
|
goto __pyx_L0;
|
|
3315
3315
|
|
|
3316
|
-
/* "../../build-env-
|
|
3316
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
|
3317
3317
|
* return PyDataType_SUBARRAY(self)
|
|
3318
3318
|
*
|
|
3319
3319
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3326,7 +3326,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3326
3326
|
return __pyx_r;
|
|
3327
3327
|
}
|
|
3328
3328
|
|
|
3329
|
-
/* "../../build-env-
|
|
3329
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3330
3330
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3331
3331
|
*
|
|
3332
3332
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3337,7 +3337,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3337
3337
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3338
3338
|
int __pyx_r;
|
|
3339
3339
|
|
|
3340
|
-
/* "../../build-env-
|
|
3340
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
|
3341
3341
|
* cdef inline int numiter(self) noexcept nogil:
|
|
3342
3342
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
3343
3343
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -3347,7 +3347,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3347
3347
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
3348
3348
|
goto __pyx_L0;
|
|
3349
3349
|
|
|
3350
|
-
/* "../../build-env-
|
|
3350
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3351
3351
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3352
3352
|
*
|
|
3353
3353
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3360,7 +3360,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3360
3360
|
return __pyx_r;
|
|
3361
3361
|
}
|
|
3362
3362
|
|
|
3363
|
-
/* "../../build-env-
|
|
3363
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
|
3364
3364
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3365
3365
|
*
|
|
3366
3366
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3371,7 +3371,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3371
3371
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3372
3372
|
npy_intp __pyx_r;
|
|
3373
3373
|
|
|
3374
|
-
/* "../../build-env-
|
|
3374
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
|
3375
3375
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
3376
3376
|
* """The total broadcasted size."""
|
|
3377
3377
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3381,7 +3381,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3381
3381
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
3382
3382
|
goto __pyx_L0;
|
|
3383
3383
|
|
|
3384
|
-
/* "../../build-env-
|
|
3384
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
|
3385
3385
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3386
3386
|
*
|
|
3387
3387
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3394,7 +3394,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3394
3394
|
return __pyx_r;
|
|
3395
3395
|
}
|
|
3396
3396
|
|
|
3397
|
-
/* "../../build-env-
|
|
3397
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
|
3398
3398
|
* return PyArray_MultiIter_SIZE(self)
|
|
3399
3399
|
*
|
|
3400
3400
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3405,7 +3405,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3405
3405
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3406
3406
|
npy_intp __pyx_r;
|
|
3407
3407
|
|
|
3408
|
-
/* "../../build-env-
|
|
3408
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
|
3409
3409
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
3410
3410
|
* """The current (1-d) index into the broadcasted result."""
|
|
3411
3411
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -3415,7 +3415,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3415
3415
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
3416
3416
|
goto __pyx_L0;
|
|
3417
3417
|
|
|
3418
|
-
/* "../../build-env-
|
|
3418
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
|
3419
3419
|
* return PyArray_MultiIter_SIZE(self)
|
|
3420
3420
|
*
|
|
3421
3421
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3428,7 +3428,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3428
3428
|
return __pyx_r;
|
|
3429
3429
|
}
|
|
3430
3430
|
|
|
3431
|
-
/* "../../build-env-
|
|
3431
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
|
3432
3432
|
* return PyArray_MultiIter_INDEX(self)
|
|
3433
3433
|
*
|
|
3434
3434
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3439,7 +3439,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3439
3439
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3440
3440
|
int __pyx_r;
|
|
3441
3441
|
|
|
3442
|
-
/* "../../build-env-
|
|
3442
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
|
3443
3443
|
* cdef inline int nd(self) noexcept nogil:
|
|
3444
3444
|
* """The number of dimensions in the broadcasted result."""
|
|
3445
3445
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3449,7 +3449,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3449
3449
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
3450
3450
|
goto __pyx_L0;
|
|
3451
3451
|
|
|
3452
|
-
/* "../../build-env-
|
|
3452
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
|
3453
3453
|
* return PyArray_MultiIter_INDEX(self)
|
|
3454
3454
|
*
|
|
3455
3455
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3462,7 +3462,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3462
3462
|
return __pyx_r;
|
|
3463
3463
|
}
|
|
3464
3464
|
|
|
3465
|
-
/* "../../build-env-
|
|
3465
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
|
3466
3466
|
* return PyArray_MultiIter_NDIM(self)
|
|
3467
3467
|
*
|
|
3468
3468
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3473,7 +3473,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3473
3473
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3474
3474
|
npy_intp *__pyx_r;
|
|
3475
3475
|
|
|
3476
|
-
/* "../../build-env-
|
|
3476
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
|
3477
3477
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
3478
3478
|
* """The shape of the broadcasted result."""
|
|
3479
3479
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3483,7 +3483,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3483
3483
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
3484
3484
|
goto __pyx_L0;
|
|
3485
3485
|
|
|
3486
|
-
/* "../../build-env-
|
|
3486
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
|
3487
3487
|
* return PyArray_MultiIter_NDIM(self)
|
|
3488
3488
|
*
|
|
3489
3489
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3496,7 +3496,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3496
3496
|
return __pyx_r;
|
|
3497
3497
|
}
|
|
3498
3498
|
|
|
3499
|
-
/* "../../build-env-
|
|
3499
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
|
3500
3500
|
* return PyArray_MultiIter_DIMS(self)
|
|
3501
3501
|
*
|
|
3502
3502
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3507,7 +3507,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3507
3507
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3508
3508
|
void **__pyx_r;
|
|
3509
3509
|
|
|
3510
|
-
/* "../../build-env-
|
|
3510
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
|
3511
3511
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
3512
3512
|
* On return, the iterators are adjusted for broadcasting."""
|
|
3513
3513
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -3517,7 +3517,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3517
3517
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
3518
3518
|
goto __pyx_L0;
|
|
3519
3519
|
|
|
3520
|
-
/* "../../build-env-
|
|
3520
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
|
3521
3521
|
* return PyArray_MultiIter_DIMS(self)
|
|
3522
3522
|
*
|
|
3523
3523
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3530,7 +3530,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3530
3530
|
return __pyx_r;
|
|
3531
3531
|
}
|
|
3532
3532
|
|
|
3533
|
-
/* "../../build-env-
|
|
3533
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
|
3534
3534
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3535
3535
|
*
|
|
3536
3536
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3541,7 +3541,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3541
3541
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3542
3542
|
PyObject *__pyx_r;
|
|
3543
3543
|
|
|
3544
|
-
/* "../../build-env-
|
|
3544
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
|
3545
3545
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3546
3546
|
* """
|
|
3547
3547
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3551,7 +3551,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3551
3551
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3552
3552
|
goto __pyx_L0;
|
|
3553
3553
|
|
|
3554
|
-
/* "../../build-env-
|
|
3554
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
|
3555
3555
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3556
3556
|
*
|
|
3557
3557
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3564,7 +3564,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3564
3564
|
return __pyx_r;
|
|
3565
3565
|
}
|
|
3566
3566
|
|
|
3567
|
-
/* "../../build-env-
|
|
3567
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
|
3568
3568
|
* return PyArray_BASE(self)
|
|
3569
3569
|
*
|
|
3570
3570
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3578,7 +3578,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3578
3578
|
PyArray_Descr *__pyx_t_1;
|
|
3579
3579
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3580
3580
|
|
|
3581
|
-
/* "../../build-env-
|
|
3581
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
|
3582
3582
|
* """Returns an owned reference to the dtype of the array.
|
|
3583
3583
|
* """
|
|
3584
3584
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3591,7 +3591,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3591
3591
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3592
3592
|
goto __pyx_L0;
|
|
3593
3593
|
|
|
3594
|
-
/* "../../build-env-
|
|
3594
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
|
3595
3595
|
* return PyArray_BASE(self)
|
|
3596
3596
|
*
|
|
3597
3597
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3606,7 +3606,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3606
3606
|
return __pyx_r;
|
|
3607
3607
|
}
|
|
3608
3608
|
|
|
3609
|
-
/* "../../build-env-
|
|
3609
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
|
3610
3610
|
* return <dtype>PyArray_DESCR(self)
|
|
3611
3611
|
*
|
|
3612
3612
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3617,7 +3617,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3617
3617
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3618
3618
|
int __pyx_r;
|
|
3619
3619
|
|
|
3620
|
-
/* "../../build-env-
|
|
3620
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
|
3621
3621
|
* """Returns the number of dimensions in the array.
|
|
3622
3622
|
* """
|
|
3623
3623
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3627,7 +3627,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3627
3627
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3628
3628
|
goto __pyx_L0;
|
|
3629
3629
|
|
|
3630
|
-
/* "../../build-env-
|
|
3630
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
|
3631
3631
|
* return <dtype>PyArray_DESCR(self)
|
|
3632
3632
|
*
|
|
3633
3633
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3640,7 +3640,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3640
3640
|
return __pyx_r;
|
|
3641
3641
|
}
|
|
3642
3642
|
|
|
3643
|
-
/* "../../build-env-
|
|
3643
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
|
3644
3644
|
* return PyArray_NDIM(self)
|
|
3645
3645
|
*
|
|
3646
3646
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3651,7 +3651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3651
3651
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3652
3652
|
npy_intp *__pyx_r;
|
|
3653
3653
|
|
|
3654
|
-
/* "../../build-env-
|
|
3654
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
|
3655
3655
|
* Can return NULL for 0-dimensional arrays.
|
|
3656
3656
|
* """
|
|
3657
3657
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3661,7 +3661,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3661
3661
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3662
3662
|
goto __pyx_L0;
|
|
3663
3663
|
|
|
3664
|
-
/* "../../build-env-
|
|
3664
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
|
3665
3665
|
* return PyArray_NDIM(self)
|
|
3666
3666
|
*
|
|
3667
3667
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3674,7 +3674,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3674
3674
|
return __pyx_r;
|
|
3675
3675
|
}
|
|
3676
3676
|
|
|
3677
|
-
/* "../../build-env-
|
|
3677
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
|
3678
3678
|
* return PyArray_DIMS(self)
|
|
3679
3679
|
*
|
|
3680
3680
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3685,7 +3685,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3685
3685
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3686
3686
|
npy_intp *__pyx_r;
|
|
3687
3687
|
|
|
3688
|
-
/* "../../build-env-
|
|
3688
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
|
3689
3689
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3690
3690
|
* """
|
|
3691
3691
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3695,7 +3695,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3695
3695
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3696
3696
|
goto __pyx_L0;
|
|
3697
3697
|
|
|
3698
|
-
/* "../../build-env-
|
|
3698
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
|
3699
3699
|
* return PyArray_DIMS(self)
|
|
3700
3700
|
*
|
|
3701
3701
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3708,7 +3708,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3708
3708
|
return __pyx_r;
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
|
-
/* "../../build-env-
|
|
3711
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
|
3712
3712
|
* return PyArray_STRIDES(self)
|
|
3713
3713
|
*
|
|
3714
3714
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3719,7 +3719,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3719
3719
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3720
3720
|
npy_intp __pyx_r;
|
|
3721
3721
|
|
|
3722
|
-
/* "../../build-env-
|
|
3722
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
|
3723
3723
|
* """Returns the total size (in number of elements) of the array.
|
|
3724
3724
|
* """
|
|
3725
3725
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3729,7 +3729,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3729
3729
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3730
3730
|
goto __pyx_L0;
|
|
3731
3731
|
|
|
3732
|
-
/* "../../build-env-
|
|
3732
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
|
3733
3733
|
* return PyArray_STRIDES(self)
|
|
3734
3734
|
*
|
|
3735
3735
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3742,7 +3742,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3742
3742
|
return __pyx_r;
|
|
3743
3743
|
}
|
|
3744
3744
|
|
|
3745
|
-
/* "../../build-env-
|
|
3745
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
|
3746
3746
|
* return PyArray_SIZE(self)
|
|
3747
3747
|
*
|
|
3748
3748
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3753,7 +3753,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3753
3753
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3754
3754
|
char *__pyx_r;
|
|
3755
3755
|
|
|
3756
|
-
/* "../../build-env-
|
|
3756
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
|
3757
3757
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3758
3758
|
* """
|
|
3759
3759
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3763,7 +3763,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3763
3763
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3764
3764
|
goto __pyx_L0;
|
|
3765
3765
|
|
|
3766
|
-
/* "../../build-env-
|
|
3766
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
|
3767
3767
|
* return PyArray_SIZE(self)
|
|
3768
3768
|
*
|
|
3769
3769
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3776,7 +3776,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3776
3776
|
return __pyx_r;
|
|
3777
3777
|
}
|
|
3778
3778
|
|
|
3779
|
-
/* "../../build-env-
|
|
3779
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
|
3780
3780
|
* ctypedef long double complex clongdouble_t
|
|
3781
3781
|
*
|
|
3782
3782
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3793,7 +3793,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3793
3793
|
int __pyx_clineno = 0;
|
|
3794
3794
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3795
3795
|
|
|
3796
|
-
/* "../../build-env-
|
|
3796
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
|
3797
3797
|
*
|
|
3798
3798
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3799
3799
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3807,7 +3807,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3807
3807
|
__pyx_t_1 = 0;
|
|
3808
3808
|
goto __pyx_L0;
|
|
3809
3809
|
|
|
3810
|
-
/* "../../build-env-
|
|
3810
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
|
3811
3811
|
* ctypedef long double complex clongdouble_t
|
|
3812
3812
|
*
|
|
3813
3813
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3826,7 +3826,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3826
3826
|
return __pyx_r;
|
|
3827
3827
|
}
|
|
3828
3828
|
|
|
3829
|
-
/* "../../build-env-
|
|
3829
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
|
3830
3830
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3831
3831
|
*
|
|
3832
3832
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3843,7 +3843,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3843
3843
|
int __pyx_clineno = 0;
|
|
3844
3844
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3845
3845
|
|
|
3846
|
-
/* "../../build-env-
|
|
3846
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
|
3847
3847
|
*
|
|
3848
3848
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3849
3849
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3857,7 +3857,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3857
3857
|
__pyx_t_1 = 0;
|
|
3858
3858
|
goto __pyx_L0;
|
|
3859
3859
|
|
|
3860
|
-
/* "../../build-env-
|
|
3860
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
|
3861
3861
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3862
3862
|
*
|
|
3863
3863
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3876,7 +3876,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3876
3876
|
return __pyx_r;
|
|
3877
3877
|
}
|
|
3878
3878
|
|
|
3879
|
-
/* "../../build-env-
|
|
3879
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
|
3880
3880
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3881
3881
|
*
|
|
3882
3882
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3893,7 +3893,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3893
3893
|
int __pyx_clineno = 0;
|
|
3894
3894
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3895
3895
|
|
|
3896
|
-
/* "../../build-env-
|
|
3896
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
|
3897
3897
|
*
|
|
3898
3898
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3899
3899
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3907,7 +3907,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3907
3907
|
__pyx_t_1 = 0;
|
|
3908
3908
|
goto __pyx_L0;
|
|
3909
3909
|
|
|
3910
|
-
/* "../../build-env-
|
|
3910
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
|
3911
3911
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3912
3912
|
*
|
|
3913
3913
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3926,7 +3926,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3926
3926
|
return __pyx_r;
|
|
3927
3927
|
}
|
|
3928
3928
|
|
|
3929
|
-
/* "../../build-env-
|
|
3929
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
|
3930
3930
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3931
3931
|
*
|
|
3932
3932
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3943,7 +3943,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3943
3943
|
int __pyx_clineno = 0;
|
|
3944
3944
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
3945
3945
|
|
|
3946
|
-
/* "../../build-env-
|
|
3946
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
|
3947
3947
|
*
|
|
3948
3948
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3949
3949
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3957,7 +3957,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3957
3957
|
__pyx_t_1 = 0;
|
|
3958
3958
|
goto __pyx_L0;
|
|
3959
3959
|
|
|
3960
|
-
/* "../../build-env-
|
|
3960
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
|
3961
3961
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3962
3962
|
*
|
|
3963
3963
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3976,7 +3976,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3976
3976
|
return __pyx_r;
|
|
3977
3977
|
}
|
|
3978
3978
|
|
|
3979
|
-
/* "../../build-env-
|
|
3979
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
|
3980
3980
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3981
3981
|
*
|
|
3982
3982
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3993,7 +3993,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3993
3993
|
int __pyx_clineno = 0;
|
|
3994
3994
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
3995
3995
|
|
|
3996
|
-
/* "../../build-env-
|
|
3996
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
|
3997
3997
|
*
|
|
3998
3998
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3999
3999
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -4007,7 +4007,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4007
4007
|
__pyx_t_1 = 0;
|
|
4008
4008
|
goto __pyx_L0;
|
|
4009
4009
|
|
|
4010
|
-
/* "../../build-env-
|
|
4010
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
|
4011
4011
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
4012
4012
|
*
|
|
4013
4013
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4026,7 +4026,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4026
4026
|
return __pyx_r;
|
|
4027
4027
|
}
|
|
4028
4028
|
|
|
4029
|
-
/* "../../build-env-
|
|
4029
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
|
4030
4030
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4031
4031
|
*
|
|
4032
4032
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4041,7 +4041,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4041
4041
|
PyObject *__pyx_t_2;
|
|
4042
4042
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
4043
4043
|
|
|
4044
|
-
/* "../../build-env-
|
|
4044
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
|
4045
4045
|
*
|
|
4046
4046
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4047
4047
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4051,7 +4051,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4051
4051
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
4052
4052
|
if (__pyx_t_1) {
|
|
4053
4053
|
|
|
4054
|
-
/* "../../build-env-
|
|
4054
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
|
4055
4055
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4056
4056
|
* if PyDataType_HASSUBARRAY(d):
|
|
4057
4057
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -4064,7 +4064,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4064
4064
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
4065
4065
|
goto __pyx_L0;
|
|
4066
4066
|
|
|
4067
|
-
/* "../../build-env-
|
|
4067
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
|
4068
4068
|
*
|
|
4069
4069
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4070
4070
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4073,7 +4073,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4073
4073
|
*/
|
|
4074
4074
|
}
|
|
4075
4075
|
|
|
4076
|
-
/* "../../build-env-
|
|
4076
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
|
4077
4077
|
* return <tuple>d.subarray.shape
|
|
4078
4078
|
* else:
|
|
4079
4079
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -4087,7 +4087,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4087
4087
|
goto __pyx_L0;
|
|
4088
4088
|
}
|
|
4089
4089
|
|
|
4090
|
-
/* "../../build-env-
|
|
4090
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
|
4091
4091
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4092
4092
|
*
|
|
4093
4093
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4102,7 +4102,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4102
4102
|
return __pyx_r;
|
|
4103
4103
|
}
|
|
4104
4104
|
|
|
4105
|
-
/* "../../build-env-
|
|
4105
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
4106
4106
|
* int _import_umath() except -1
|
|
4107
4107
|
*
|
|
4108
4108
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4116,7 +4116,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4116
4116
|
const char *__pyx_filename = NULL;
|
|
4117
4117
|
int __pyx_clineno = 0;
|
|
4118
4118
|
|
|
4119
|
-
/* "../../build-env-
|
|
4119
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
4120
4120
|
*
|
|
4121
4121
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4122
4122
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -4125,7 +4125,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4125
4125
|
*/
|
|
4126
4126
|
Py_INCREF(__pyx_v_base);
|
|
4127
4127
|
|
|
4128
|
-
/* "../../build-env-
|
|
4128
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
4129
4129
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4130
4130
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
4131
4131
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -4134,7 +4134,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4134
4134
|
*/
|
|
4135
4135
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 1012, __pyx_L1_error)
|
|
4136
4136
|
|
|
4137
|
-
/* "../../build-env-
|
|
4137
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
4138
4138
|
* int _import_umath() except -1
|
|
4139
4139
|
*
|
|
4140
4140
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4149,7 +4149,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4149
4149
|
__pyx_L0:;
|
|
4150
4150
|
}
|
|
4151
4151
|
|
|
4152
|
-
/* "../../build-env-
|
|
4152
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4153
4153
|
* PyArray_SetBaseObject(arr, base)
|
|
4154
4154
|
*
|
|
4155
4155
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4164,7 +4164,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4164
4164
|
int __pyx_t_1;
|
|
4165
4165
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
4166
4166
|
|
|
4167
|
-
/* "../../build-env-
|
|
4167
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
4168
4168
|
*
|
|
4169
4169
|
* cdef inline object get_array_base(ndarray arr):
|
|
4170
4170
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -4173,7 +4173,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4173
4173
|
*/
|
|
4174
4174
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
4175
4175
|
|
|
4176
|
-
/* "../../build-env-
|
|
4176
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
4177
4177
|
* cdef inline object get_array_base(ndarray arr):
|
|
4178
4178
|
* base = PyArray_BASE(arr)
|
|
4179
4179
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4183,7 +4183,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4183
4183
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
4184
4184
|
if (__pyx_t_1) {
|
|
4185
4185
|
|
|
4186
|
-
/* "../../build-env-
|
|
4186
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
4187
4187
|
* base = PyArray_BASE(arr)
|
|
4188
4188
|
* if base is NULL:
|
|
4189
4189
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -4194,7 +4194,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4194
4194
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
4195
4195
|
goto __pyx_L0;
|
|
4196
4196
|
|
|
4197
|
-
/* "../../build-env-
|
|
4197
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
4198
4198
|
* cdef inline object get_array_base(ndarray arr):
|
|
4199
4199
|
* base = PyArray_BASE(arr)
|
|
4200
4200
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4203,7 +4203,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4203
4203
|
*/
|
|
4204
4204
|
}
|
|
4205
4205
|
|
|
4206
|
-
/* "../../build-env-
|
|
4206
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
4207
4207
|
* if base is NULL:
|
|
4208
4208
|
* return None
|
|
4209
4209
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -4215,7 +4215,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4215
4215
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
4216
4216
|
goto __pyx_L0;
|
|
4217
4217
|
|
|
4218
|
-
/* "../../build-env-
|
|
4218
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4219
4219
|
* PyArray_SetBaseObject(arr, base)
|
|
4220
4220
|
*
|
|
4221
4221
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4230,7 +4230,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4230
4230
|
return __pyx_r;
|
|
4231
4231
|
}
|
|
4232
4232
|
|
|
4233
|
-
/* "../../build-env-
|
|
4233
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
4234
4234
|
* # Versions of the import_* functions which are more suitable for
|
|
4235
4235
|
* # Cython code.
|
|
4236
4236
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4257,7 +4257,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4257
4257
|
int __pyx_clineno = 0;
|
|
4258
4258
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
4259
4259
|
|
|
4260
|
-
/* "../../build-env-
|
|
4260
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4261
4261
|
* # Cython code.
|
|
4262
4262
|
* cdef inline int import_array() except -1:
|
|
4263
4263
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4273,7 +4273,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4273
4273
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4274
4274
|
/*try:*/ {
|
|
4275
4275
|
|
|
4276
|
-
/* "../../build-env-
|
|
4276
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
|
4277
4277
|
* cdef inline int import_array() except -1:
|
|
4278
4278
|
* try:
|
|
4279
4279
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -4282,7 +4282,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4282
4282
|
*/
|
|
4283
4283
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
|
|
4284
4284
|
|
|
4285
|
-
/* "../../build-env-
|
|
4285
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4286
4286
|
* # Cython code.
|
|
4287
4287
|
* cdef inline int import_array() except -1:
|
|
4288
4288
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4296,7 +4296,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4296
4296
|
goto __pyx_L8_try_end;
|
|
4297
4297
|
__pyx_L3_error:;
|
|
4298
4298
|
|
|
4299
|
-
/* "../../build-env-
|
|
4299
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
4300
4300
|
* try:
|
|
4301
4301
|
* __pyx_import_array()
|
|
4302
4302
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4311,7 +4311,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4311
4311
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4312
4312
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4313
4313
|
|
|
4314
|
-
/* "../../build-env-
|
|
4314
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4315
4315
|
* __pyx_import_array()
|
|
4316
4316
|
* except Exception:
|
|
4317
4317
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4336,7 +4336,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4336
4336
|
}
|
|
4337
4337
|
goto __pyx_L5_except_error;
|
|
4338
4338
|
|
|
4339
|
-
/* "../../build-env-
|
|
4339
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4340
4340
|
* # Cython code.
|
|
4341
4341
|
* cdef inline int import_array() except -1:
|
|
4342
4342
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4352,7 +4352,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4352
4352
|
__pyx_L8_try_end:;
|
|
4353
4353
|
}
|
|
4354
4354
|
|
|
4355
|
-
/* "../../build-env-
|
|
4355
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
4356
4356
|
* # Versions of the import_* functions which are more suitable for
|
|
4357
4357
|
* # Cython code.
|
|
4358
4358
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4377,7 +4377,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4377
4377
|
return __pyx_r;
|
|
4378
4378
|
}
|
|
4379
4379
|
|
|
4380
|
-
/* "../../build-env-
|
|
4380
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
4381
4381
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4382
4382
|
*
|
|
4383
4383
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4404,7 +4404,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4404
4404
|
int __pyx_clineno = 0;
|
|
4405
4405
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
4406
4406
|
|
|
4407
|
-
/* "../../build-env-
|
|
4407
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4408
4408
|
*
|
|
4409
4409
|
* cdef inline int import_umath() except -1:
|
|
4410
4410
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4420,7 +4420,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4420
4420
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4421
4421
|
/*try:*/ {
|
|
4422
4422
|
|
|
4423
|
-
/* "../../build-env-
|
|
4423
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
|
4424
4424
|
* cdef inline int import_umath() except -1:
|
|
4425
4425
|
* try:
|
|
4426
4426
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4429,7 +4429,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4429
4429
|
*/
|
|
4430
4430
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
|
|
4431
4431
|
|
|
4432
|
-
/* "../../build-env-
|
|
4432
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4433
4433
|
*
|
|
4434
4434
|
* cdef inline int import_umath() except -1:
|
|
4435
4435
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4443,7 +4443,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4443
4443
|
goto __pyx_L8_try_end;
|
|
4444
4444
|
__pyx_L3_error:;
|
|
4445
4445
|
|
|
4446
|
-
/* "../../build-env-
|
|
4446
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
4447
4447
|
* try:
|
|
4448
4448
|
* _import_umath()
|
|
4449
4449
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4458,7 +4458,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4458
4458
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4459
4459
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4460
4460
|
|
|
4461
|
-
/* "../../build-env-
|
|
4461
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
4462
4462
|
* _import_umath()
|
|
4463
4463
|
* except Exception:
|
|
4464
4464
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4483,7 +4483,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4483
4483
|
}
|
|
4484
4484
|
goto __pyx_L5_except_error;
|
|
4485
4485
|
|
|
4486
|
-
/* "../../build-env-
|
|
4486
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4487
4487
|
*
|
|
4488
4488
|
* cdef inline int import_umath() except -1:
|
|
4489
4489
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4499,7 +4499,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4499
4499
|
__pyx_L8_try_end:;
|
|
4500
4500
|
}
|
|
4501
4501
|
|
|
4502
|
-
/* "../../build-env-
|
|
4502
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
4503
4503
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4504
4504
|
*
|
|
4505
4505
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4524,7 +4524,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4524
4524
|
return __pyx_r;
|
|
4525
4525
|
}
|
|
4526
4526
|
|
|
4527
|
-
/* "../../build-env-
|
|
4527
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
|
4528
4528
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4529
4529
|
*
|
|
4530
4530
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4551,7 +4551,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4551
4551
|
int __pyx_clineno = 0;
|
|
4552
4552
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4553
4553
|
|
|
4554
|
-
/* "../../build-env-
|
|
4554
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4555
4555
|
*
|
|
4556
4556
|
* cdef inline int import_ufunc() except -1:
|
|
4557
4557
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4567,7 +4567,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4567
4567
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4568
4568
|
/*try:*/ {
|
|
4569
4569
|
|
|
4570
|
-
/* "../../build-env-
|
|
4570
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4571
4571
|
* cdef inline int import_ufunc() except -1:
|
|
4572
4572
|
* try:
|
|
4573
4573
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4576,7 +4576,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4576
4576
|
*/
|
|
4577
4577
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
|
|
4578
4578
|
|
|
4579
|
-
/* "../../build-env-
|
|
4579
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4580
4580
|
*
|
|
4581
4581
|
* cdef inline int import_ufunc() except -1:
|
|
4582
4582
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4590,7 +4590,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4590
4590
|
goto __pyx_L8_try_end;
|
|
4591
4591
|
__pyx_L3_error:;
|
|
4592
4592
|
|
|
4593
|
-
/* "../../build-env-
|
|
4593
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
4594
4594
|
* try:
|
|
4595
4595
|
* _import_umath()
|
|
4596
4596
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4605,7 +4605,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4605
4605
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4606
4606
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4607
4607
|
|
|
4608
|
-
/* "../../build-env-
|
|
4608
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
4609
4609
|
* _import_umath()
|
|
4610
4610
|
* except Exception:
|
|
4611
4611
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4630,7 +4630,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4630
4630
|
}
|
|
4631
4631
|
goto __pyx_L5_except_error;
|
|
4632
4632
|
|
|
4633
|
-
/* "../../build-env-
|
|
4633
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4634
4634
|
*
|
|
4635
4635
|
* cdef inline int import_ufunc() except -1:
|
|
4636
4636
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4646,7 +4646,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4646
4646
|
__pyx_L8_try_end:;
|
|
4647
4647
|
}
|
|
4648
4648
|
|
|
4649
|
-
/* "../../build-env-
|
|
4649
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
|
4650
4650
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4651
4651
|
*
|
|
4652
4652
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4671,7 +4671,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4671
4671
|
return __pyx_r;
|
|
4672
4672
|
}
|
|
4673
4673
|
|
|
4674
|
-
/* "../../build-env-
|
|
4674
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
4675
4675
|
*
|
|
4676
4676
|
*
|
|
4677
4677
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4682,7 +4682,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4682
4682
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4683
4683
|
int __pyx_r;
|
|
4684
4684
|
|
|
4685
|
-
/* "../../build-env-
|
|
4685
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
4686
4686
|
* bool
|
|
4687
4687
|
* """
|
|
4688
4688
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4692,7 +4692,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4692
4692
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4693
4693
|
goto __pyx_L0;
|
|
4694
4694
|
|
|
4695
|
-
/* "../../build-env-
|
|
4695
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
4696
4696
|
*
|
|
4697
4697
|
*
|
|
4698
4698
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4705,7 +4705,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4705
4705
|
return __pyx_r;
|
|
4706
4706
|
}
|
|
4707
4707
|
|
|
4708
|
-
/* "../../build-env-
|
|
4708
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
4709
4709
|
*
|
|
4710
4710
|
*
|
|
4711
4711
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4716,7 +4716,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4716
4716
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4717
4717
|
int __pyx_r;
|
|
4718
4718
|
|
|
4719
|
-
/* "../../build-env-
|
|
4719
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
|
4720
4720
|
* bool
|
|
4721
4721
|
* """
|
|
4722
4722
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4726,7 +4726,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4726
4726
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4727
4727
|
goto __pyx_L0;
|
|
4728
4728
|
|
|
4729
|
-
/* "../../build-env-
|
|
4729
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
4730
4730
|
*
|
|
4731
4731
|
*
|
|
4732
4732
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4739,7 +4739,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4739
4739
|
return __pyx_r;
|
|
4740
4740
|
}
|
|
4741
4741
|
|
|
4742
|
-
/* "../../build-env-
|
|
4742
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
|
4743
4743
|
*
|
|
4744
4744
|
*
|
|
4745
4745
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4750,7 +4750,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4750
4750
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4751
4751
|
npy_datetime __pyx_r;
|
|
4752
4752
|
|
|
4753
|
-
/* "../../build-env-
|
|
4753
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
|
4754
4754
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4755
4755
|
* """
|
|
4756
4756
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4760,7 +4760,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4760
4760
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4761
4761
|
goto __pyx_L0;
|
|
4762
4762
|
|
|
4763
|
-
/* "../../build-env-
|
|
4763
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
|
4764
4764
|
*
|
|
4765
4765
|
*
|
|
4766
4766
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4773,7 +4773,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4773
4773
|
return __pyx_r;
|
|
4774
4774
|
}
|
|
4775
4775
|
|
|
4776
|
-
/* "../../build-env-
|
|
4776
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
4777
4777
|
*
|
|
4778
4778
|
*
|
|
4779
4779
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4784,7 +4784,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4784
4784
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4785
4785
|
npy_timedelta __pyx_r;
|
|
4786
4786
|
|
|
4787
|
-
/* "../../build-env-
|
|
4787
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
|
4788
4788
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4789
4789
|
* """
|
|
4790
4790
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4794,7 +4794,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4794
4794
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4795
4795
|
goto __pyx_L0;
|
|
4796
4796
|
|
|
4797
|
-
/* "../../build-env-
|
|
4797
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
4798
4798
|
*
|
|
4799
4799
|
*
|
|
4800
4800
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4807,7 +4807,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4807
4807
|
return __pyx_r;
|
|
4808
4808
|
}
|
|
4809
4809
|
|
|
4810
|
-
/* "../../build-env-
|
|
4810
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
4811
4811
|
*
|
|
4812
4812
|
*
|
|
4813
4813
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4818,7 +4818,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4818
4818
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4819
4819
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4820
4820
|
|
|
4821
|
-
/* "../../build-env-
|
|
4821
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
|
4822
4822
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4823
4823
|
* """
|
|
4824
4824
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4828,7 +4828,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4828
4828
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4829
4829
|
goto __pyx_L0;
|
|
4830
4830
|
|
|
4831
|
-
/* "../../build-env-
|
|
4831
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
4832
4832
|
*
|
|
4833
4833
|
*
|
|
4834
4834
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|