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.get_sm_trate_substitution_cost_matrix",
|
|
@@ -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/get_sm_trate_substitution_cost_matrix.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 # <<<<<<<<<<<<<<
|
|
@@ -3165,7 +3165,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3165
3165
|
#endif
|
|
3166
3166
|
/* #### Code section: module_code ### */
|
|
3167
3167
|
|
|
3168
|
-
/* "../../build-env-
|
|
3168
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
|
3169
3169
|
* cdef int type_num
|
|
3170
3170
|
*
|
|
3171
3171
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3176,7 +3176,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3176
3176
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
3177
3177
|
npy_intp __pyx_r;
|
|
3178
3178
|
|
|
3179
|
-
/* "../../build-env-
|
|
3179
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
|
3180
3180
|
* @property
|
|
3181
3181
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
3182
3182
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3186,7 +3186,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3186
3186
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
3187
3187
|
goto __pyx_L0;
|
|
3188
3188
|
|
|
3189
|
-
/* "../../build-env-
|
|
3189
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
|
3190
3190
|
* cdef int type_num
|
|
3191
3191
|
*
|
|
3192
3192
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3199,7 +3199,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3199
3199
|
return __pyx_r;
|
|
3200
3200
|
}
|
|
3201
3201
|
|
|
3202
|
-
/* "../../build-env-
|
|
3202
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3203
3203
|
* return PyDataType_ELSIZE(self)
|
|
3204
3204
|
*
|
|
3205
3205
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3210,7 +3210,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3210
3210
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
3211
3211
|
npy_intp __pyx_r;
|
|
3212
3212
|
|
|
3213
|
-
/* "../../build-env-
|
|
3213
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
|
3214
3214
|
* @property
|
|
3215
3215
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
3216
3216
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -3220,7 +3220,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3220
3220
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
3221
3221
|
goto __pyx_L0;
|
|
3222
3222
|
|
|
3223
|
-
/* "../../build-env-
|
|
3223
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3224
3224
|
* return PyDataType_ELSIZE(self)
|
|
3225
3225
|
*
|
|
3226
3226
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3233,7 +3233,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3233
3233
|
return __pyx_r;
|
|
3234
3234
|
}
|
|
3235
3235
|
|
|
3236
|
-
/* "../../build-env-
|
|
3236
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
|
3237
3237
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3238
3238
|
* # for this using PyDataType_HASFIELDS.
|
|
3239
3239
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3247,7 +3247,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3247
3247
|
PyObject *__pyx_t_1;
|
|
3248
3248
|
__Pyx_RefNannySetupContext("fields", 0);
|
|
3249
3249
|
|
|
3250
|
-
/* "../../build-env-
|
|
3250
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
|
3251
3251
|
* @property
|
|
3252
3252
|
* cdef inline object fields(self):
|
|
3253
3253
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -3260,7 +3260,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3260
3260
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
3261
3261
|
goto __pyx_L0;
|
|
3262
3262
|
|
|
3263
|
-
/* "../../build-env-
|
|
3263
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
|
3264
3264
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3265
3265
|
* # for this using PyDataType_HASFIELDS.
|
|
3266
3266
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3275,7 +3275,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3275
3275
|
return __pyx_r;
|
|
3276
3276
|
}
|
|
3277
3277
|
|
|
3278
|
-
/* "../../build-env-
|
|
3278
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3279
3279
|
* return <object>PyDataType_FIELDS(self)
|
|
3280
3280
|
*
|
|
3281
3281
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3289,7 +3289,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3289
3289
|
PyObject *__pyx_t_1;
|
|
3290
3290
|
__Pyx_RefNannySetupContext("names", 0);
|
|
3291
3291
|
|
|
3292
|
-
/* "../../build-env-
|
|
3292
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
|
3293
3293
|
* @property
|
|
3294
3294
|
* cdef inline tuple names(self):
|
|
3295
3295
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -3302,7 +3302,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3302
3302
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
3303
3303
|
goto __pyx_L0;
|
|
3304
3304
|
|
|
3305
|
-
/* "../../build-env-
|
|
3305
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3306
3306
|
* return <object>PyDataType_FIELDS(self)
|
|
3307
3307
|
*
|
|
3308
3308
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3317,7 +3317,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3317
3317
|
return __pyx_r;
|
|
3318
3318
|
}
|
|
3319
3319
|
|
|
3320
|
-
/* "../../build-env-
|
|
3320
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
|
3321
3321
|
* # valid (the pointer can be NULL). Most users should access
|
|
3322
3322
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3323
3323
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3328,7 +3328,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3328
3328
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
3329
3329
|
PyArray_ArrayDescr *__pyx_r;
|
|
3330
3330
|
|
|
3331
|
-
/* "../../build-env-
|
|
3331
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
|
3332
3332
|
* @property
|
|
3333
3333
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
3334
3334
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -3338,7 +3338,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3338
3338
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
3339
3339
|
goto __pyx_L0;
|
|
3340
3340
|
|
|
3341
|
-
/* "../../build-env-
|
|
3341
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
|
3342
3342
|
* # valid (the pointer can be NULL). Most users should access
|
|
3343
3343
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3344
3344
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3351,7 +3351,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3351
3351
|
return __pyx_r;
|
|
3352
3352
|
}
|
|
3353
3353
|
|
|
3354
|
-
/* "../../build-env-
|
|
3354
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
|
3355
3355
|
* return PyDataType_SUBARRAY(self)
|
|
3356
3356
|
*
|
|
3357
3357
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3362,7 +3362,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3362
3362
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
3363
3363
|
npy_uint64 __pyx_r;
|
|
3364
3364
|
|
|
3365
|
-
/* "../../build-env-
|
|
3365
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
|
3366
3366
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
3367
3367
|
* """The data types flags."""
|
|
3368
3368
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -3372,7 +3372,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3372
3372
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
3373
3373
|
goto __pyx_L0;
|
|
3374
3374
|
|
|
3375
|
-
/* "../../build-env-
|
|
3375
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
|
3376
3376
|
* return PyDataType_SUBARRAY(self)
|
|
3377
3377
|
*
|
|
3378
3378
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3385,7 +3385,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3385
3385
|
return __pyx_r;
|
|
3386
3386
|
}
|
|
3387
3387
|
|
|
3388
|
-
/* "../../build-env-
|
|
3388
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3389
3389
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3390
3390
|
*
|
|
3391
3391
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3396,7 +3396,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3396
3396
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3397
3397
|
int __pyx_r;
|
|
3398
3398
|
|
|
3399
|
-
/* "../../build-env-
|
|
3399
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
|
3400
3400
|
* cdef inline int numiter(self) noexcept nogil:
|
|
3401
3401
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
3402
3402
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -3406,7 +3406,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3406
3406
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
3407
3407
|
goto __pyx_L0;
|
|
3408
3408
|
|
|
3409
|
-
/* "../../build-env-
|
|
3409
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3410
3410
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3411
3411
|
*
|
|
3412
3412
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3419,7 +3419,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3419
3419
|
return __pyx_r;
|
|
3420
3420
|
}
|
|
3421
3421
|
|
|
3422
|
-
/* "../../build-env-
|
|
3422
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
|
3423
3423
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3424
3424
|
*
|
|
3425
3425
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3430,7 +3430,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3430
3430
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3431
3431
|
npy_intp __pyx_r;
|
|
3432
3432
|
|
|
3433
|
-
/* "../../build-env-
|
|
3433
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
|
3434
3434
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
3435
3435
|
* """The total broadcasted size."""
|
|
3436
3436
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3440,7 +3440,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3440
3440
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
3441
3441
|
goto __pyx_L0;
|
|
3442
3442
|
|
|
3443
|
-
/* "../../build-env-
|
|
3443
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
|
3444
3444
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3445
3445
|
*
|
|
3446
3446
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3453,7 +3453,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3453
3453
|
return __pyx_r;
|
|
3454
3454
|
}
|
|
3455
3455
|
|
|
3456
|
-
/* "../../build-env-
|
|
3456
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
|
3457
3457
|
* return PyArray_MultiIter_SIZE(self)
|
|
3458
3458
|
*
|
|
3459
3459
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3464,7 +3464,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3464
3464
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3465
3465
|
npy_intp __pyx_r;
|
|
3466
3466
|
|
|
3467
|
-
/* "../../build-env-
|
|
3467
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
|
3468
3468
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
3469
3469
|
* """The current (1-d) index into the broadcasted result."""
|
|
3470
3470
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -3474,7 +3474,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3474
3474
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
3475
3475
|
goto __pyx_L0;
|
|
3476
3476
|
|
|
3477
|
-
/* "../../build-env-
|
|
3477
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
|
3478
3478
|
* return PyArray_MultiIter_SIZE(self)
|
|
3479
3479
|
*
|
|
3480
3480
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3487,7 +3487,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3487
3487
|
return __pyx_r;
|
|
3488
3488
|
}
|
|
3489
3489
|
|
|
3490
|
-
/* "../../build-env-
|
|
3490
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
|
3491
3491
|
* return PyArray_MultiIter_INDEX(self)
|
|
3492
3492
|
*
|
|
3493
3493
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3498,7 +3498,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3498
3498
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3499
3499
|
int __pyx_r;
|
|
3500
3500
|
|
|
3501
|
-
/* "../../build-env-
|
|
3501
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
|
3502
3502
|
* cdef inline int nd(self) noexcept nogil:
|
|
3503
3503
|
* """The number of dimensions in the broadcasted result."""
|
|
3504
3504
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3508,7 +3508,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3508
3508
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
3509
3509
|
goto __pyx_L0;
|
|
3510
3510
|
|
|
3511
|
-
/* "../../build-env-
|
|
3511
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
|
3512
3512
|
* return PyArray_MultiIter_INDEX(self)
|
|
3513
3513
|
*
|
|
3514
3514
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3521,7 +3521,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3521
3521
|
return __pyx_r;
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
3524
|
-
/* "../../build-env-
|
|
3524
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
|
3525
3525
|
* return PyArray_MultiIter_NDIM(self)
|
|
3526
3526
|
*
|
|
3527
3527
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3532,7 +3532,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3532
3532
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3533
3533
|
npy_intp *__pyx_r;
|
|
3534
3534
|
|
|
3535
|
-
/* "../../build-env-
|
|
3535
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
|
3536
3536
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
3537
3537
|
* """The shape of the broadcasted result."""
|
|
3538
3538
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3542,7 +3542,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3542
3542
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
3543
3543
|
goto __pyx_L0;
|
|
3544
3544
|
|
|
3545
|
-
/* "../../build-env-
|
|
3545
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
|
3546
3546
|
* return PyArray_MultiIter_NDIM(self)
|
|
3547
3547
|
*
|
|
3548
3548
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3555,7 +3555,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3555
3555
|
return __pyx_r;
|
|
3556
3556
|
}
|
|
3557
3557
|
|
|
3558
|
-
/* "../../build-env-
|
|
3558
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
|
3559
3559
|
* return PyArray_MultiIter_DIMS(self)
|
|
3560
3560
|
*
|
|
3561
3561
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3566,7 +3566,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3566
3566
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3567
3567
|
void **__pyx_r;
|
|
3568
3568
|
|
|
3569
|
-
/* "../../build-env-
|
|
3569
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
|
3570
3570
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
3571
3571
|
* On return, the iterators are adjusted for broadcasting."""
|
|
3572
3572
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -3576,7 +3576,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3576
3576
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
3577
3577
|
goto __pyx_L0;
|
|
3578
3578
|
|
|
3579
|
-
/* "../../build-env-
|
|
3579
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
|
3580
3580
|
* return PyArray_MultiIter_DIMS(self)
|
|
3581
3581
|
*
|
|
3582
3582
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3589,7 +3589,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3589
3589
|
return __pyx_r;
|
|
3590
3590
|
}
|
|
3591
3591
|
|
|
3592
|
-
/* "../../build-env-
|
|
3592
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
|
3593
3593
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3594
3594
|
*
|
|
3595
3595
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3600,7 +3600,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3600
3600
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3601
3601
|
PyObject *__pyx_r;
|
|
3602
3602
|
|
|
3603
|
-
/* "../../build-env-
|
|
3603
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
|
3604
3604
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3605
3605
|
* """
|
|
3606
3606
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3610,7 +3610,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3610
3610
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3611
3611
|
goto __pyx_L0;
|
|
3612
3612
|
|
|
3613
|
-
/* "../../build-env-
|
|
3613
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
|
3614
3614
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3615
3615
|
*
|
|
3616
3616
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3623,7 +3623,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3623
3623
|
return __pyx_r;
|
|
3624
3624
|
}
|
|
3625
3625
|
|
|
3626
|
-
/* "../../build-env-
|
|
3626
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
|
3627
3627
|
* return PyArray_BASE(self)
|
|
3628
3628
|
*
|
|
3629
3629
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3637,7 +3637,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3637
3637
|
PyArray_Descr *__pyx_t_1;
|
|
3638
3638
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3639
3639
|
|
|
3640
|
-
/* "../../build-env-
|
|
3640
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
|
3641
3641
|
* """Returns an owned reference to the dtype of the array.
|
|
3642
3642
|
* """
|
|
3643
3643
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3650,7 +3650,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3650
3650
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3651
3651
|
goto __pyx_L0;
|
|
3652
3652
|
|
|
3653
|
-
/* "../../build-env-
|
|
3653
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
|
3654
3654
|
* return PyArray_BASE(self)
|
|
3655
3655
|
*
|
|
3656
3656
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3665,7 +3665,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3665
3665
|
return __pyx_r;
|
|
3666
3666
|
}
|
|
3667
3667
|
|
|
3668
|
-
/* "../../build-env-
|
|
3668
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
|
3669
3669
|
* return <dtype>PyArray_DESCR(self)
|
|
3670
3670
|
*
|
|
3671
3671
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3676,7 +3676,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3676
3676
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3677
3677
|
int __pyx_r;
|
|
3678
3678
|
|
|
3679
|
-
/* "../../build-env-
|
|
3679
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
|
3680
3680
|
* """Returns the number of dimensions in the array.
|
|
3681
3681
|
* """
|
|
3682
3682
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3686,7 +3686,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3686
3686
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3687
3687
|
goto __pyx_L0;
|
|
3688
3688
|
|
|
3689
|
-
/* "../../build-env-
|
|
3689
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
|
3690
3690
|
* return <dtype>PyArray_DESCR(self)
|
|
3691
3691
|
*
|
|
3692
3692
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3699,7 +3699,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3699
3699
|
return __pyx_r;
|
|
3700
3700
|
}
|
|
3701
3701
|
|
|
3702
|
-
/* "../../build-env-
|
|
3702
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
|
3703
3703
|
* return PyArray_NDIM(self)
|
|
3704
3704
|
*
|
|
3705
3705
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3710,7 +3710,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3710
3710
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3711
3711
|
npy_intp *__pyx_r;
|
|
3712
3712
|
|
|
3713
|
-
/* "../../build-env-
|
|
3713
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
|
3714
3714
|
* Can return NULL for 0-dimensional arrays.
|
|
3715
3715
|
* """
|
|
3716
3716
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3720,7 +3720,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3720
3720
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3721
3721
|
goto __pyx_L0;
|
|
3722
3722
|
|
|
3723
|
-
/* "../../build-env-
|
|
3723
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
|
3724
3724
|
* return PyArray_NDIM(self)
|
|
3725
3725
|
*
|
|
3726
3726
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3733,7 +3733,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3733
3733
|
return __pyx_r;
|
|
3734
3734
|
}
|
|
3735
3735
|
|
|
3736
|
-
/* "../../build-env-
|
|
3736
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
|
3737
3737
|
* return PyArray_DIMS(self)
|
|
3738
3738
|
*
|
|
3739
3739
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3744,7 +3744,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3744
3744
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3745
3745
|
npy_intp *__pyx_r;
|
|
3746
3746
|
|
|
3747
|
-
/* "../../build-env-
|
|
3747
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
|
3748
3748
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3749
3749
|
* """
|
|
3750
3750
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3754,7 +3754,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3754
3754
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3755
3755
|
goto __pyx_L0;
|
|
3756
3756
|
|
|
3757
|
-
/* "../../build-env-
|
|
3757
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
|
3758
3758
|
* return PyArray_DIMS(self)
|
|
3759
3759
|
*
|
|
3760
3760
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3767,7 +3767,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3767
3767
|
return __pyx_r;
|
|
3768
3768
|
}
|
|
3769
3769
|
|
|
3770
|
-
/* "../../build-env-
|
|
3770
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
|
3771
3771
|
* return PyArray_STRIDES(self)
|
|
3772
3772
|
*
|
|
3773
3773
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3778,7 +3778,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3778
3778
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3779
3779
|
npy_intp __pyx_r;
|
|
3780
3780
|
|
|
3781
|
-
/* "../../build-env-
|
|
3781
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
|
3782
3782
|
* """Returns the total size (in number of elements) of the array.
|
|
3783
3783
|
* """
|
|
3784
3784
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3788,7 +3788,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3788
3788
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3789
3789
|
goto __pyx_L0;
|
|
3790
3790
|
|
|
3791
|
-
/* "../../build-env-
|
|
3791
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
|
3792
3792
|
* return PyArray_STRIDES(self)
|
|
3793
3793
|
*
|
|
3794
3794
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3801,7 +3801,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3801
3801
|
return __pyx_r;
|
|
3802
3802
|
}
|
|
3803
3803
|
|
|
3804
|
-
/* "../../build-env-
|
|
3804
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
|
3805
3805
|
* return PyArray_SIZE(self)
|
|
3806
3806
|
*
|
|
3807
3807
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3812,7 +3812,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3812
3812
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3813
3813
|
char *__pyx_r;
|
|
3814
3814
|
|
|
3815
|
-
/* "../../build-env-
|
|
3815
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
|
3816
3816
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3817
3817
|
* """
|
|
3818
3818
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3822,7 +3822,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3822
3822
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3823
3823
|
goto __pyx_L0;
|
|
3824
3824
|
|
|
3825
|
-
/* "../../build-env-
|
|
3825
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
|
3826
3826
|
* return PyArray_SIZE(self)
|
|
3827
3827
|
*
|
|
3828
3828
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3835,7 +3835,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3835
3835
|
return __pyx_r;
|
|
3836
3836
|
}
|
|
3837
3837
|
|
|
3838
|
-
/* "../../build-env-
|
|
3838
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
|
3839
3839
|
* ctypedef long double complex clongdouble_t
|
|
3840
3840
|
*
|
|
3841
3841
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3852,7 +3852,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3852
3852
|
int __pyx_clineno = 0;
|
|
3853
3853
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3854
3854
|
|
|
3855
|
-
/* "../../build-env-
|
|
3855
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
|
3856
3856
|
*
|
|
3857
3857
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3858
3858
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3866,7 +3866,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3866
3866
|
__pyx_t_1 = 0;
|
|
3867
3867
|
goto __pyx_L0;
|
|
3868
3868
|
|
|
3869
|
-
/* "../../build-env-
|
|
3869
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
|
3870
3870
|
* ctypedef long double complex clongdouble_t
|
|
3871
3871
|
*
|
|
3872
3872
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3885,7 +3885,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3885
3885
|
return __pyx_r;
|
|
3886
3886
|
}
|
|
3887
3887
|
|
|
3888
|
-
/* "../../build-env-
|
|
3888
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
|
3889
3889
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3890
3890
|
*
|
|
3891
3891
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3902,7 +3902,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3902
3902
|
int __pyx_clineno = 0;
|
|
3903
3903
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3904
3904
|
|
|
3905
|
-
/* "../../build-env-
|
|
3905
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
|
3906
3906
|
*
|
|
3907
3907
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3908
3908
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3916,7 +3916,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3916
3916
|
__pyx_t_1 = 0;
|
|
3917
3917
|
goto __pyx_L0;
|
|
3918
3918
|
|
|
3919
|
-
/* "../../build-env-
|
|
3919
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
|
3920
3920
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3921
3921
|
*
|
|
3922
3922
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3935,7 +3935,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3935
3935
|
return __pyx_r;
|
|
3936
3936
|
}
|
|
3937
3937
|
|
|
3938
|
-
/* "../../build-env-
|
|
3938
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
|
3939
3939
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3940
3940
|
*
|
|
3941
3941
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3952,7 +3952,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3952
3952
|
int __pyx_clineno = 0;
|
|
3953
3953
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3954
3954
|
|
|
3955
|
-
/* "../../build-env-
|
|
3955
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
|
3956
3956
|
*
|
|
3957
3957
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3958
3958
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3966,7 +3966,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3966
3966
|
__pyx_t_1 = 0;
|
|
3967
3967
|
goto __pyx_L0;
|
|
3968
3968
|
|
|
3969
|
-
/* "../../build-env-
|
|
3969
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
|
3970
3970
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3971
3971
|
*
|
|
3972
3972
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3985,7 +3985,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3985
3985
|
return __pyx_r;
|
|
3986
3986
|
}
|
|
3987
3987
|
|
|
3988
|
-
/* "../../build-env-
|
|
3988
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
|
3989
3989
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3990
3990
|
*
|
|
3991
3991
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -4002,7 +4002,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4002
4002
|
int __pyx_clineno = 0;
|
|
4003
4003
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
4004
4004
|
|
|
4005
|
-
/* "../../build-env-
|
|
4005
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
|
4006
4006
|
*
|
|
4007
4007
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
4008
4008
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -4016,7 +4016,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4016
4016
|
__pyx_t_1 = 0;
|
|
4017
4017
|
goto __pyx_L0;
|
|
4018
4018
|
|
|
4019
|
-
/* "../../build-env-
|
|
4019
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
|
4020
4020
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
4021
4021
|
*
|
|
4022
4022
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -4035,7 +4035,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4035
4035
|
return __pyx_r;
|
|
4036
4036
|
}
|
|
4037
4037
|
|
|
4038
|
-
/* "../../build-env-
|
|
4038
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
|
4039
4039
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
4040
4040
|
*
|
|
4041
4041
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4052,7 +4052,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4052
4052
|
int __pyx_clineno = 0;
|
|
4053
4053
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
4054
4054
|
|
|
4055
|
-
/* "../../build-env-
|
|
4055
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
|
4056
4056
|
*
|
|
4057
4057
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
4058
4058
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -4066,7 +4066,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4066
4066
|
__pyx_t_1 = 0;
|
|
4067
4067
|
goto __pyx_L0;
|
|
4068
4068
|
|
|
4069
|
-
/* "../../build-env-
|
|
4069
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
|
4070
4070
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
4071
4071
|
*
|
|
4072
4072
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4085,7 +4085,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4085
4085
|
return __pyx_r;
|
|
4086
4086
|
}
|
|
4087
4087
|
|
|
4088
|
-
/* "../../build-env-
|
|
4088
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
|
4089
4089
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4090
4090
|
*
|
|
4091
4091
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4100,7 +4100,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4100
4100
|
PyObject *__pyx_t_2;
|
|
4101
4101
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
4102
4102
|
|
|
4103
|
-
/* "../../build-env-
|
|
4103
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
|
4104
4104
|
*
|
|
4105
4105
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4106
4106
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4110,7 +4110,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4110
4110
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
4111
4111
|
if (__pyx_t_1) {
|
|
4112
4112
|
|
|
4113
|
-
/* "../../build-env-
|
|
4113
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
|
4114
4114
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4115
4115
|
* if PyDataType_HASSUBARRAY(d):
|
|
4116
4116
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -4123,7 +4123,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4123
4123
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
4124
4124
|
goto __pyx_L0;
|
|
4125
4125
|
|
|
4126
|
-
/* "../../build-env-
|
|
4126
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
|
4127
4127
|
*
|
|
4128
4128
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4129
4129
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4132,7 +4132,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4132
4132
|
*/
|
|
4133
4133
|
}
|
|
4134
4134
|
|
|
4135
|
-
/* "../../build-env-
|
|
4135
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
|
4136
4136
|
* return <tuple>d.subarray.shape
|
|
4137
4137
|
* else:
|
|
4138
4138
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -4146,7 +4146,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4146
4146
|
goto __pyx_L0;
|
|
4147
4147
|
}
|
|
4148
4148
|
|
|
4149
|
-
/* "../../build-env-
|
|
4149
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
|
4150
4150
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4151
4151
|
*
|
|
4152
4152
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4161,7 +4161,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4161
4161
|
return __pyx_r;
|
|
4162
4162
|
}
|
|
4163
4163
|
|
|
4164
|
-
/* "../../build-env-
|
|
4164
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
4165
4165
|
* int _import_umath() except -1
|
|
4166
4166
|
*
|
|
4167
4167
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4175,7 +4175,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4175
4175
|
const char *__pyx_filename = NULL;
|
|
4176
4176
|
int __pyx_clineno = 0;
|
|
4177
4177
|
|
|
4178
|
-
/* "../../build-env-
|
|
4178
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
4179
4179
|
*
|
|
4180
4180
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4181
4181
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -4184,7 +4184,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4184
4184
|
*/
|
|
4185
4185
|
Py_INCREF(__pyx_v_base);
|
|
4186
4186
|
|
|
4187
|
-
/* "../../build-env-
|
|
4187
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
4188
4188
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4189
4189
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
4190
4190
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -4193,7 +4193,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4193
4193
|
*/
|
|
4194
4194
|
__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)
|
|
4195
4195
|
|
|
4196
|
-
/* "../../build-env-
|
|
4196
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
4197
4197
|
* int _import_umath() except -1
|
|
4198
4198
|
*
|
|
4199
4199
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4208,7 +4208,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4208
4208
|
__pyx_L0:;
|
|
4209
4209
|
}
|
|
4210
4210
|
|
|
4211
|
-
/* "../../build-env-
|
|
4211
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4212
4212
|
* PyArray_SetBaseObject(arr, base)
|
|
4213
4213
|
*
|
|
4214
4214
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4223,7 +4223,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4223
4223
|
int __pyx_t_1;
|
|
4224
4224
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
4225
4225
|
|
|
4226
|
-
/* "../../build-env-
|
|
4226
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
4227
4227
|
*
|
|
4228
4228
|
* cdef inline object get_array_base(ndarray arr):
|
|
4229
4229
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -4232,7 +4232,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4232
4232
|
*/
|
|
4233
4233
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
4234
4234
|
|
|
4235
|
-
/* "../../build-env-
|
|
4235
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
4236
4236
|
* cdef inline object get_array_base(ndarray arr):
|
|
4237
4237
|
* base = PyArray_BASE(arr)
|
|
4238
4238
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4242,7 +4242,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4242
4242
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
4243
4243
|
if (__pyx_t_1) {
|
|
4244
4244
|
|
|
4245
|
-
/* "../../build-env-
|
|
4245
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
4246
4246
|
* base = PyArray_BASE(arr)
|
|
4247
4247
|
* if base is NULL:
|
|
4248
4248
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -4253,7 +4253,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4253
4253
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
4254
4254
|
goto __pyx_L0;
|
|
4255
4255
|
|
|
4256
|
-
/* "../../build-env-
|
|
4256
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
4257
4257
|
* cdef inline object get_array_base(ndarray arr):
|
|
4258
4258
|
* base = PyArray_BASE(arr)
|
|
4259
4259
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4262,7 +4262,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4262
4262
|
*/
|
|
4263
4263
|
}
|
|
4264
4264
|
|
|
4265
|
-
/* "../../build-env-
|
|
4265
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
4266
4266
|
* if base is NULL:
|
|
4267
4267
|
* return None
|
|
4268
4268
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -4274,7 +4274,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4274
4274
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
4275
4275
|
goto __pyx_L0;
|
|
4276
4276
|
|
|
4277
|
-
/* "../../build-env-
|
|
4277
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4278
4278
|
* PyArray_SetBaseObject(arr, base)
|
|
4279
4279
|
*
|
|
4280
4280
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4289,7 +4289,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4289
4289
|
return __pyx_r;
|
|
4290
4290
|
}
|
|
4291
4291
|
|
|
4292
|
-
/* "../../build-env-
|
|
4292
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
4293
4293
|
* # Versions of the import_* functions which are more suitable for
|
|
4294
4294
|
* # Cython code.
|
|
4295
4295
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4316,7 +4316,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4316
4316
|
int __pyx_clineno = 0;
|
|
4317
4317
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
4318
4318
|
|
|
4319
|
-
/* "../../build-env-
|
|
4319
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4320
4320
|
* # Cython code.
|
|
4321
4321
|
* cdef inline int import_array() except -1:
|
|
4322
4322
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4332,7 +4332,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4332
4332
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4333
4333
|
/*try:*/ {
|
|
4334
4334
|
|
|
4335
|
-
/* "../../build-env-
|
|
4335
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
|
4336
4336
|
* cdef inline int import_array() except -1:
|
|
4337
4337
|
* try:
|
|
4338
4338
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -4341,7 +4341,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4341
4341
|
*/
|
|
4342
4342
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
|
|
4343
4343
|
|
|
4344
|
-
/* "../../build-env-
|
|
4344
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4345
4345
|
* # Cython code.
|
|
4346
4346
|
* cdef inline int import_array() except -1:
|
|
4347
4347
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4355,7 +4355,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4355
4355
|
goto __pyx_L8_try_end;
|
|
4356
4356
|
__pyx_L3_error:;
|
|
4357
4357
|
|
|
4358
|
-
/* "../../build-env-
|
|
4358
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
4359
4359
|
* try:
|
|
4360
4360
|
* __pyx_import_array()
|
|
4361
4361
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4370,7 +4370,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4370
4370
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4371
4371
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4372
4372
|
|
|
4373
|
-
/* "../../build-env-
|
|
4373
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4374
4374
|
* __pyx_import_array()
|
|
4375
4375
|
* except Exception:
|
|
4376
4376
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4395,7 +4395,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4395
4395
|
}
|
|
4396
4396
|
goto __pyx_L5_except_error;
|
|
4397
4397
|
|
|
4398
|
-
/* "../../build-env-
|
|
4398
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4399
4399
|
* # Cython code.
|
|
4400
4400
|
* cdef inline int import_array() except -1:
|
|
4401
4401
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4411,7 +4411,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4411
4411
|
__pyx_L8_try_end:;
|
|
4412
4412
|
}
|
|
4413
4413
|
|
|
4414
|
-
/* "../../build-env-
|
|
4414
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
4415
4415
|
* # Versions of the import_* functions which are more suitable for
|
|
4416
4416
|
* # Cython code.
|
|
4417
4417
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4436,7 +4436,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4436
4436
|
return __pyx_r;
|
|
4437
4437
|
}
|
|
4438
4438
|
|
|
4439
|
-
/* "../../build-env-
|
|
4439
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
4440
4440
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4441
4441
|
*
|
|
4442
4442
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4463,7 +4463,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4463
4463
|
int __pyx_clineno = 0;
|
|
4464
4464
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
4465
4465
|
|
|
4466
|
-
/* "../../build-env-
|
|
4466
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4467
4467
|
*
|
|
4468
4468
|
* cdef inline int import_umath() except -1:
|
|
4469
4469
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4479,7 +4479,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4479
4479
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4480
4480
|
/*try:*/ {
|
|
4481
4481
|
|
|
4482
|
-
/* "../../build-env-
|
|
4482
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
|
4483
4483
|
* cdef inline int import_umath() except -1:
|
|
4484
4484
|
* try:
|
|
4485
4485
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4488,7 +4488,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4488
4488
|
*/
|
|
4489
4489
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
|
|
4490
4490
|
|
|
4491
|
-
/* "../../build-env-
|
|
4491
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4492
4492
|
*
|
|
4493
4493
|
* cdef inline int import_umath() except -1:
|
|
4494
4494
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4502,7 +4502,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4502
4502
|
goto __pyx_L8_try_end;
|
|
4503
4503
|
__pyx_L3_error:;
|
|
4504
4504
|
|
|
4505
|
-
/* "../../build-env-
|
|
4505
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
4506
4506
|
* try:
|
|
4507
4507
|
* _import_umath()
|
|
4508
4508
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4517,7 +4517,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4517
4517
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4518
4518
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4519
4519
|
|
|
4520
|
-
/* "../../build-env-
|
|
4520
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
4521
4521
|
* _import_umath()
|
|
4522
4522
|
* except Exception:
|
|
4523
4523
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4542,7 +4542,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4542
4542
|
}
|
|
4543
4543
|
goto __pyx_L5_except_error;
|
|
4544
4544
|
|
|
4545
|
-
/* "../../build-env-
|
|
4545
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4546
4546
|
*
|
|
4547
4547
|
* cdef inline int import_umath() except -1:
|
|
4548
4548
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4558,7 +4558,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4558
4558
|
__pyx_L8_try_end:;
|
|
4559
4559
|
}
|
|
4560
4560
|
|
|
4561
|
-
/* "../../build-env-
|
|
4561
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
4562
4562
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4563
4563
|
*
|
|
4564
4564
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4583,7 +4583,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4583
4583
|
return __pyx_r;
|
|
4584
4584
|
}
|
|
4585
4585
|
|
|
4586
|
-
/* "../../build-env-
|
|
4586
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
|
4587
4587
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4588
4588
|
*
|
|
4589
4589
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4610,7 +4610,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4610
4610
|
int __pyx_clineno = 0;
|
|
4611
4611
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4612
4612
|
|
|
4613
|
-
/* "../../build-env-
|
|
4613
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4614
4614
|
*
|
|
4615
4615
|
* cdef inline int import_ufunc() except -1:
|
|
4616
4616
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4626,7 +4626,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4626
4626
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4627
4627
|
/*try:*/ {
|
|
4628
4628
|
|
|
4629
|
-
/* "../../build-env-
|
|
4629
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4630
4630
|
* cdef inline int import_ufunc() except -1:
|
|
4631
4631
|
* try:
|
|
4632
4632
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4635,7 +4635,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4635
4635
|
*/
|
|
4636
4636
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
|
|
4637
4637
|
|
|
4638
|
-
/* "../../build-env-
|
|
4638
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4639
4639
|
*
|
|
4640
4640
|
* cdef inline int import_ufunc() except -1:
|
|
4641
4641
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4649,7 +4649,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4649
4649
|
goto __pyx_L8_try_end;
|
|
4650
4650
|
__pyx_L3_error:;
|
|
4651
4651
|
|
|
4652
|
-
/* "../../build-env-
|
|
4652
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
4653
4653
|
* try:
|
|
4654
4654
|
* _import_umath()
|
|
4655
4655
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4664,7 +4664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4664
4664
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4665
4665
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4666
4666
|
|
|
4667
|
-
/* "../../build-env-
|
|
4667
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
4668
4668
|
* _import_umath()
|
|
4669
4669
|
* except Exception:
|
|
4670
4670
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4689,7 +4689,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4689
4689
|
}
|
|
4690
4690
|
goto __pyx_L5_except_error;
|
|
4691
4691
|
|
|
4692
|
-
/* "../../build-env-
|
|
4692
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4693
4693
|
*
|
|
4694
4694
|
* cdef inline int import_ufunc() except -1:
|
|
4695
4695
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4705,7 +4705,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4705
4705
|
__pyx_L8_try_end:;
|
|
4706
4706
|
}
|
|
4707
4707
|
|
|
4708
|
-
/* "../../build-env-
|
|
4708
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
|
4709
4709
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4710
4710
|
*
|
|
4711
4711
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4730,7 +4730,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4730
4730
|
return __pyx_r;
|
|
4731
4731
|
}
|
|
4732
4732
|
|
|
4733
|
-
/* "../../build-env-
|
|
4733
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
4734
4734
|
*
|
|
4735
4735
|
*
|
|
4736
4736
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4741,7 +4741,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4741
4741
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4742
4742
|
int __pyx_r;
|
|
4743
4743
|
|
|
4744
|
-
/* "../../build-env-
|
|
4744
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
4745
4745
|
* bool
|
|
4746
4746
|
* """
|
|
4747
4747
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4751,7 +4751,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4751
4751
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4752
4752
|
goto __pyx_L0;
|
|
4753
4753
|
|
|
4754
|
-
/* "../../build-env-
|
|
4754
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
4755
4755
|
*
|
|
4756
4756
|
*
|
|
4757
4757
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4764,7 +4764,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4764
4764
|
return __pyx_r;
|
|
4765
4765
|
}
|
|
4766
4766
|
|
|
4767
|
-
/* "../../build-env-
|
|
4767
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
4768
4768
|
*
|
|
4769
4769
|
*
|
|
4770
4770
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4775,7 +4775,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4775
4775
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4776
4776
|
int __pyx_r;
|
|
4777
4777
|
|
|
4778
|
-
/* "../../build-env-
|
|
4778
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
|
4779
4779
|
* bool
|
|
4780
4780
|
* """
|
|
4781
4781
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4785,7 +4785,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4785
4785
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4786
4786
|
goto __pyx_L0;
|
|
4787
4787
|
|
|
4788
|
-
/* "../../build-env-
|
|
4788
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
4789
4789
|
*
|
|
4790
4790
|
*
|
|
4791
4791
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4798,7 +4798,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4798
4798
|
return __pyx_r;
|
|
4799
4799
|
}
|
|
4800
4800
|
|
|
4801
|
-
/* "../../build-env-
|
|
4801
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
|
4802
4802
|
*
|
|
4803
4803
|
*
|
|
4804
4804
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4809,7 +4809,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4809
4809
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4810
4810
|
npy_datetime __pyx_r;
|
|
4811
4811
|
|
|
4812
|
-
/* "../../build-env-
|
|
4812
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
|
4813
4813
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4814
4814
|
* """
|
|
4815
4815
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4819,7 +4819,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4819
4819
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4820
4820
|
goto __pyx_L0;
|
|
4821
4821
|
|
|
4822
|
-
/* "../../build-env-
|
|
4822
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
|
4823
4823
|
*
|
|
4824
4824
|
*
|
|
4825
4825
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4832,7 +4832,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4832
4832
|
return __pyx_r;
|
|
4833
4833
|
}
|
|
4834
4834
|
|
|
4835
|
-
/* "../../build-env-
|
|
4835
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
4836
4836
|
*
|
|
4837
4837
|
*
|
|
4838
4838
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4843,7 +4843,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4843
4843
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4844
4844
|
npy_timedelta __pyx_r;
|
|
4845
4845
|
|
|
4846
|
-
/* "../../build-env-
|
|
4846
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
|
4847
4847
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4848
4848
|
* """
|
|
4849
4849
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4853,7 +4853,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4853
4853
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4854
4854
|
goto __pyx_L0;
|
|
4855
4855
|
|
|
4856
|
-
/* "../../build-env-
|
|
4856
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
4857
4857
|
*
|
|
4858
4858
|
*
|
|
4859
4859
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4866,7 +4866,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4866
4866
|
return __pyx_r;
|
|
4867
4867
|
}
|
|
4868
4868
|
|
|
4869
|
-
/* "../../build-env-
|
|
4869
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
4870
4870
|
*
|
|
4871
4871
|
*
|
|
4872
4872
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4877,7 +4877,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4877
4877
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4878
4878
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4879
4879
|
|
|
4880
|
-
/* "../../build-env-
|
|
4880
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
|
4881
4881
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4882
4882
|
* """
|
|
4883
4883
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4887,7 +4887,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4887
4887
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4888
4888
|
goto __pyx_L0;
|
|
4889
4889
|
|
|
4890
|
-
/* "../../build-env-
|
|
4890
|
+
/* "../../build-env-tl0ru671/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
4891
4891
|
*
|
|
4892
4892
|
*
|
|
4893
4893
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|