sequenzo 0.1.18__cp39-cp39-macosx_10_9_universal2.whl → 0.1.20__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 +108 -6
- sequenzo/define_sequence_data.py +10 -1
- sequenzo/dissimilarity_measures/get_distance_matrix.py +2 -3
- sequenzo/dissimilarity_measures/get_substitution_cost_matrix.py +1 -1
- 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/dat.py +11 -3
- sequenzo/multidomain/idcd.py +0 -3
- sequenzo/multidomain/linked_polyad.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.20.dist-info}/METADATA +71 -10
- sequenzo-0.1.20.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.20.dist-info}/WHEEL +0 -0
- {sequenzo-0.1.18.dist-info → sequenzo-0.1.20.dist-info}/licenses/LICENSE +0 -0
- {sequenzo-0.1.18.dist-info → sequenzo-0.1.20.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-ext_6a8t/lib/python3.9/site-packages/numpy/_core/include/numpy/arrayobject.h",
|
|
14
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-ext_6a8t/lib/python3.9/site-packages/numpy/_core/include/numpy/arrayscalars.h",
|
|
15
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-ext_6a8t/lib/python3.9/site-packages/numpy/_core/include/numpy/ndarrayobject.h",
|
|
16
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-ext_6a8t/lib/python3.9/site-packages/numpy/_core/include/numpy/ndarraytypes.h",
|
|
17
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-ext_6a8t/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-ext_6a8t/lib/python3.9/site-packages/pybind11/include",
|
|
31
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-ext_6a8t/lib/python3.9/site-packages/pybind11/include",
|
|
32
|
+
"/private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/build-env-ext_6a8t/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-5l1xdnh7/sequenzo-0.1.20/sequenzo/dissimilarity_measures/src/xsimd/include",
|
|
35
35
|
"sequenzo/clustering/src/"
|
|
36
36
|
],
|
|
37
37
|
"name": "sequenzo.big_data.clara.utils.get_weighted_diss",
|
|
@@ -1401,7 +1401,7 @@ static const char *__pyx_filename;
|
|
|
1401
1401
|
|
|
1402
1402
|
static const char* const __pyx_f[] = {
|
|
1403
1403
|
"sequenzo/big_data/clara/utils/get_weighted_diss.pyx",
|
|
1404
|
-
"../../build-env-
|
|
1404
|
+
"../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
|
1405
1405
|
"cpython/type.pxd",
|
|
1406
1406
|
};
|
|
1407
1407
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1601,7 +1601,7 @@ typedef struct {
|
|
|
1601
1601
|
|
|
1602
1602
|
/* #### Code section: numeric_typedefs ### */
|
|
1603
1603
|
|
|
1604
|
-
/* "../../build-env-
|
|
1604
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
|
1605
1605
|
* # in Cython to enable them only on the right systems.
|
|
1606
1606
|
*
|
|
1607
1607
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1610,7 +1610,7 @@ typedef struct {
|
|
|
1610
1610
|
*/
|
|
1611
1611
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1612
1612
|
|
|
1613
|
-
/* "../../build-env-
|
|
1613
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1614
1614
|
*
|
|
1615
1615
|
* ctypedef npy_int8 int8_t
|
|
1616
1616
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1619,7 +1619,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1619
1619
|
*/
|
|
1620
1620
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1621
1621
|
|
|
1622
|
-
/* "../../build-env-
|
|
1622
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
|
1623
1623
|
* ctypedef npy_int8 int8_t
|
|
1624
1624
|
* ctypedef npy_int16 int16_t
|
|
1625
1625
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1628,7 +1628,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1628
1628
|
*/
|
|
1629
1629
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1630
1630
|
|
|
1631
|
-
/* "../../build-env-
|
|
1631
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
|
1632
1632
|
* ctypedef npy_int16 int16_t
|
|
1633
1633
|
* ctypedef npy_int32 int32_t
|
|
1634
1634
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1637,7 +1637,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1637
1637
|
*/
|
|
1638
1638
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1639
1639
|
|
|
1640
|
-
/* "../../build-env-
|
|
1640
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
|
1641
1641
|
* #ctypedef npy_int128 int128_t
|
|
1642
1642
|
*
|
|
1643
1643
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1646,7 +1646,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1646
1646
|
*/
|
|
1647
1647
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1648
1648
|
|
|
1649
|
-
/* "../../build-env-
|
|
1649
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
|
1650
1650
|
*
|
|
1651
1651
|
* ctypedef npy_uint8 uint8_t
|
|
1652
1652
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1655,7 +1655,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1655
1655
|
*/
|
|
1656
1656
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1657
1657
|
|
|
1658
|
-
/* "../../build-env-
|
|
1658
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
|
1659
1659
|
* ctypedef npy_uint8 uint8_t
|
|
1660
1660
|
* ctypedef npy_uint16 uint16_t
|
|
1661
1661
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1664,7 +1664,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1664
1664
|
*/
|
|
1665
1665
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1666
1666
|
|
|
1667
|
-
/* "../../build-env-
|
|
1667
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
|
1668
1668
|
* ctypedef npy_uint16 uint16_t
|
|
1669
1669
|
* ctypedef npy_uint32 uint32_t
|
|
1670
1670
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1673,7 +1673,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1673
1673
|
*/
|
|
1674
1674
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1675
1675
|
|
|
1676
|
-
/* "../../build-env-
|
|
1676
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
|
1677
1677
|
* #ctypedef npy_uint128 uint128_t
|
|
1678
1678
|
*
|
|
1679
1679
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1682,7 +1682,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1682
1682
|
*/
|
|
1683
1683
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1684
1684
|
|
|
1685
|
-
/* "../../build-env-
|
|
1685
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
|
1686
1686
|
*
|
|
1687
1687
|
* ctypedef npy_float32 float32_t
|
|
1688
1688
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1691,7 +1691,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1691
1691
|
*/
|
|
1692
1692
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1693
1693
|
|
|
1694
|
-
/* "../../build-env-
|
|
1694
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
|
1695
1695
|
* ctypedef double complex complex128_t
|
|
1696
1696
|
*
|
|
1697
1697
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1700,7 +1700,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1700
1700
|
*/
|
|
1701
1701
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1702
1702
|
|
|
1703
|
-
/* "../../build-env-
|
|
1703
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
|
1704
1704
|
*
|
|
1705
1705
|
* ctypedef npy_longlong longlong_t
|
|
1706
1706
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1709,7 +1709,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1709
1709
|
*/
|
|
1710
1710
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1711
1711
|
|
|
1712
|
-
/* "../../build-env-
|
|
1712
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
|
1713
1713
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1714
1714
|
*
|
|
1715
1715
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1718,7 +1718,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1718
1718
|
*/
|
|
1719
1719
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1720
1720
|
|
|
1721
|
-
/* "../../build-env-
|
|
1721
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
|
1722
1722
|
*
|
|
1723
1723
|
* ctypedef npy_intp intp_t
|
|
1724
1724
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1727,7 +1727,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1727
1727
|
*/
|
|
1728
1728
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1729
1729
|
|
|
1730
|
-
/* "../../build-env-
|
|
1730
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
|
1731
1731
|
* ctypedef npy_uintp uintp_t
|
|
1732
1732
|
*
|
|
1733
1733
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1736,7 +1736,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1736
1736
|
*/
|
|
1737
1737
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1738
1738
|
|
|
1739
|
-
/* "../../build-env-
|
|
1739
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
|
1740
1740
|
*
|
|
1741
1741
|
* ctypedef npy_double float_t
|
|
1742
1742
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1745,7 +1745,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1745
1745
|
*/
|
|
1746
1746
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1747
1747
|
|
|
1748
|
-
/* "../../build-env-
|
|
1748
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
|
1749
1749
|
* ctypedef npy_double float_t
|
|
1750
1750
|
* ctypedef npy_double double_t
|
|
1751
1751
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1794,7 +1794,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
|
1794
1794
|
|
|
1795
1795
|
/*--- Type declarations ---*/
|
|
1796
1796
|
|
|
1797
|
-
/* "../../build-env-
|
|
1797
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
1798
1798
|
*
|
|
1799
1799
|
* # Iterator API added in v1.6
|
|
1800
1800
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
|
@@ -1803,7 +1803,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
|
1803
1803
|
*/
|
|
1804
1804
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
|
1805
1805
|
|
|
1806
|
-
/* "../../build-env-
|
|
1806
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
|
1807
1807
|
* # Iterator API added in v1.6
|
|
1808
1808
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
|
1809
1809
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
|
@@ -2967,7 +2967,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
2967
2967
|
#endif
|
|
2968
2968
|
/* #### Code section: module_code ### */
|
|
2969
2969
|
|
|
2970
|
-
/* "../../build-env-
|
|
2970
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
|
2971
2971
|
* cdef int type_num
|
|
2972
2972
|
*
|
|
2973
2973
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -2978,7 +2978,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
2978
2978
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
2979
2979
|
npy_intp __pyx_r;
|
|
2980
2980
|
|
|
2981
|
-
/* "../../build-env-
|
|
2981
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
|
2982
2982
|
* @property
|
|
2983
2983
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
2984
2984
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -2988,7 +2988,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
2988
2988
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
2989
2989
|
goto __pyx_L0;
|
|
2990
2990
|
|
|
2991
|
-
/* "../../build-env-
|
|
2991
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
|
2992
2992
|
* cdef int type_num
|
|
2993
2993
|
*
|
|
2994
2994
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3001,7 +3001,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3001
3001
|
return __pyx_r;
|
|
3002
3002
|
}
|
|
3003
3003
|
|
|
3004
|
-
/* "../../build-env-
|
|
3004
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3005
3005
|
* return PyDataType_ELSIZE(self)
|
|
3006
3006
|
*
|
|
3007
3007
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3012,7 +3012,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3012
3012
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
3013
3013
|
npy_intp __pyx_r;
|
|
3014
3014
|
|
|
3015
|
-
/* "../../build-env-
|
|
3015
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
|
3016
3016
|
* @property
|
|
3017
3017
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
3018
3018
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -3022,7 +3022,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3022
3022
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
3023
3023
|
goto __pyx_L0;
|
|
3024
3024
|
|
|
3025
|
-
/* "../../build-env-
|
|
3025
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3026
3026
|
* return PyDataType_ELSIZE(self)
|
|
3027
3027
|
*
|
|
3028
3028
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3035,7 +3035,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3035
3035
|
return __pyx_r;
|
|
3036
3036
|
}
|
|
3037
3037
|
|
|
3038
|
-
/* "../../build-env-
|
|
3038
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
|
3039
3039
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3040
3040
|
* # for this using PyDataType_HASFIELDS.
|
|
3041
3041
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3049,7 +3049,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3049
3049
|
PyObject *__pyx_t_1;
|
|
3050
3050
|
__Pyx_RefNannySetupContext("fields", 0);
|
|
3051
3051
|
|
|
3052
|
-
/* "../../build-env-
|
|
3052
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
|
3053
3053
|
* @property
|
|
3054
3054
|
* cdef inline object fields(self):
|
|
3055
3055
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -3062,7 +3062,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3062
3062
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
3063
3063
|
goto __pyx_L0;
|
|
3064
3064
|
|
|
3065
|
-
/* "../../build-env-
|
|
3065
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
|
3066
3066
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3067
3067
|
* # for this using PyDataType_HASFIELDS.
|
|
3068
3068
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3077,7 +3077,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3077
3077
|
return __pyx_r;
|
|
3078
3078
|
}
|
|
3079
3079
|
|
|
3080
|
-
/* "../../build-env-
|
|
3080
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3081
3081
|
* return <object>PyDataType_FIELDS(self)
|
|
3082
3082
|
*
|
|
3083
3083
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3091,7 +3091,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3091
3091
|
PyObject *__pyx_t_1;
|
|
3092
3092
|
__Pyx_RefNannySetupContext("names", 0);
|
|
3093
3093
|
|
|
3094
|
-
/* "../../build-env-
|
|
3094
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
|
3095
3095
|
* @property
|
|
3096
3096
|
* cdef inline tuple names(self):
|
|
3097
3097
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -3104,7 +3104,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3104
3104
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
3105
3105
|
goto __pyx_L0;
|
|
3106
3106
|
|
|
3107
|
-
/* "../../build-env-
|
|
3107
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
|
3108
3108
|
* return <object>PyDataType_FIELDS(self)
|
|
3109
3109
|
*
|
|
3110
3110
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3119,7 +3119,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3119
3119
|
return __pyx_r;
|
|
3120
3120
|
}
|
|
3121
3121
|
|
|
3122
|
-
/* "../../build-env-
|
|
3122
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
|
3123
3123
|
* # valid (the pointer can be NULL). Most users should access
|
|
3124
3124
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3125
3125
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3130,7 +3130,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3130
3130
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
3131
3131
|
PyArray_ArrayDescr *__pyx_r;
|
|
3132
3132
|
|
|
3133
|
-
/* "../../build-env-
|
|
3133
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
|
3134
3134
|
* @property
|
|
3135
3135
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
3136
3136
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -3140,7 +3140,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3140
3140
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
3141
3141
|
goto __pyx_L0;
|
|
3142
3142
|
|
|
3143
|
-
/* "../../build-env-
|
|
3143
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
|
3144
3144
|
* # valid (the pointer can be NULL). Most users should access
|
|
3145
3145
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3146
3146
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3153,7 +3153,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3153
3153
|
return __pyx_r;
|
|
3154
3154
|
}
|
|
3155
3155
|
|
|
3156
|
-
/* "../../build-env-
|
|
3156
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
|
3157
3157
|
* return PyDataType_SUBARRAY(self)
|
|
3158
3158
|
*
|
|
3159
3159
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3164,7 +3164,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3164
3164
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
3165
3165
|
npy_uint64 __pyx_r;
|
|
3166
3166
|
|
|
3167
|
-
/* "../../build-env-
|
|
3167
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
|
3168
3168
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
3169
3169
|
* """The data types flags."""
|
|
3170
3170
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -3174,7 +3174,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3174
3174
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
3175
3175
|
goto __pyx_L0;
|
|
3176
3176
|
|
|
3177
|
-
/* "../../build-env-
|
|
3177
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
|
3178
3178
|
* return PyDataType_SUBARRAY(self)
|
|
3179
3179
|
*
|
|
3180
3180
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3187,7 +3187,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3187
3187
|
return __pyx_r;
|
|
3188
3188
|
}
|
|
3189
3189
|
|
|
3190
|
-
/* "../../build-env-
|
|
3190
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3191
3191
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3192
3192
|
*
|
|
3193
3193
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3198,7 +3198,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3198
3198
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3199
3199
|
int __pyx_r;
|
|
3200
3200
|
|
|
3201
|
-
/* "../../build-env-
|
|
3201
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
|
3202
3202
|
* cdef inline int numiter(self) noexcept nogil:
|
|
3203
3203
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
3204
3204
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -3208,7 +3208,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3208
3208
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
3209
3209
|
goto __pyx_L0;
|
|
3210
3210
|
|
|
3211
|
-
/* "../../build-env-
|
|
3211
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
|
3212
3212
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3213
3213
|
*
|
|
3214
3214
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3221,7 +3221,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3221
3221
|
return __pyx_r;
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
3224
|
-
/* "../../build-env-
|
|
3224
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
|
3225
3225
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3226
3226
|
*
|
|
3227
3227
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3232,7 +3232,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3232
3232
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3233
3233
|
npy_intp __pyx_r;
|
|
3234
3234
|
|
|
3235
|
-
/* "../../build-env-
|
|
3235
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
|
3236
3236
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
3237
3237
|
* """The total broadcasted size."""
|
|
3238
3238
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3242,7 +3242,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3242
3242
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
3243
3243
|
goto __pyx_L0;
|
|
3244
3244
|
|
|
3245
|
-
/* "../../build-env-
|
|
3245
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
|
3246
3246
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3247
3247
|
*
|
|
3248
3248
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3255,7 +3255,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3255
3255
|
return __pyx_r;
|
|
3256
3256
|
}
|
|
3257
3257
|
|
|
3258
|
-
/* "../../build-env-
|
|
3258
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
|
3259
3259
|
* return PyArray_MultiIter_SIZE(self)
|
|
3260
3260
|
*
|
|
3261
3261
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3266,7 +3266,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3266
3266
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3267
3267
|
npy_intp __pyx_r;
|
|
3268
3268
|
|
|
3269
|
-
/* "../../build-env-
|
|
3269
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
|
3270
3270
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
3271
3271
|
* """The current (1-d) index into the broadcasted result."""
|
|
3272
3272
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -3276,7 +3276,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3276
3276
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
3277
3277
|
goto __pyx_L0;
|
|
3278
3278
|
|
|
3279
|
-
/* "../../build-env-
|
|
3279
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
|
3280
3280
|
* return PyArray_MultiIter_SIZE(self)
|
|
3281
3281
|
*
|
|
3282
3282
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3289,7 +3289,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3289
3289
|
return __pyx_r;
|
|
3290
3290
|
}
|
|
3291
3291
|
|
|
3292
|
-
/* "../../build-env-
|
|
3292
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
|
3293
3293
|
* return PyArray_MultiIter_INDEX(self)
|
|
3294
3294
|
*
|
|
3295
3295
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3300,7 +3300,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3300
3300
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3301
3301
|
int __pyx_r;
|
|
3302
3302
|
|
|
3303
|
-
/* "../../build-env-
|
|
3303
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
|
3304
3304
|
* cdef inline int nd(self) noexcept nogil:
|
|
3305
3305
|
* """The number of dimensions in the broadcasted result."""
|
|
3306
3306
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3310,7 +3310,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3310
3310
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
3311
3311
|
goto __pyx_L0;
|
|
3312
3312
|
|
|
3313
|
-
/* "../../build-env-
|
|
3313
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
|
3314
3314
|
* return PyArray_MultiIter_INDEX(self)
|
|
3315
3315
|
*
|
|
3316
3316
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3323,7 +3323,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3323
3323
|
return __pyx_r;
|
|
3324
3324
|
}
|
|
3325
3325
|
|
|
3326
|
-
/* "../../build-env-
|
|
3326
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
|
3327
3327
|
* return PyArray_MultiIter_NDIM(self)
|
|
3328
3328
|
*
|
|
3329
3329
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3334,7 +3334,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
3334
3334
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3335
3335
|
npy_intp *__pyx_r;
|
|
3336
3336
|
|
|
3337
|
-
/* "../../build-env-
|
|
3337
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
|
3338
3338
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
3339
3339
|
* """The shape of the broadcasted result."""
|
|
3340
3340
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3344,7 +3344,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3344
3344
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
3345
3345
|
goto __pyx_L0;
|
|
3346
3346
|
|
|
3347
|
-
/* "../../build-env-
|
|
3347
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
|
3348
3348
|
* return PyArray_MultiIter_NDIM(self)
|
|
3349
3349
|
*
|
|
3350
3350
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3357,7 +3357,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3357
3357
|
return __pyx_r;
|
|
3358
3358
|
}
|
|
3359
3359
|
|
|
3360
|
-
/* "../../build-env-
|
|
3360
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
|
3361
3361
|
* return PyArray_MultiIter_DIMS(self)
|
|
3362
3362
|
*
|
|
3363
3363
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3368,7 +3368,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
3368
3368
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3369
3369
|
void **__pyx_r;
|
|
3370
3370
|
|
|
3371
|
-
/* "../../build-env-
|
|
3371
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
|
3372
3372
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
3373
3373
|
* On return, the iterators are adjusted for broadcasting."""
|
|
3374
3374
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -3378,7 +3378,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3378
3378
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
3379
3379
|
goto __pyx_L0;
|
|
3380
3380
|
|
|
3381
|
-
/* "../../build-env-
|
|
3381
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
|
3382
3382
|
* return PyArray_MultiIter_DIMS(self)
|
|
3383
3383
|
*
|
|
3384
3384
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3391,7 +3391,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3391
3391
|
return __pyx_r;
|
|
3392
3392
|
}
|
|
3393
3393
|
|
|
3394
|
-
/* "../../build-env-
|
|
3394
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
|
3395
3395
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3396
3396
|
*
|
|
3397
3397
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3402,7 +3402,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
3402
3402
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3403
3403
|
PyObject *__pyx_r;
|
|
3404
3404
|
|
|
3405
|
-
/* "../../build-env-
|
|
3405
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
|
3406
3406
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3407
3407
|
* """
|
|
3408
3408
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3412,7 +3412,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3412
3412
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3413
3413
|
goto __pyx_L0;
|
|
3414
3414
|
|
|
3415
|
-
/* "../../build-env-
|
|
3415
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
|
3416
3416
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3417
3417
|
*
|
|
3418
3418
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3425,7 +3425,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3425
3425
|
return __pyx_r;
|
|
3426
3426
|
}
|
|
3427
3427
|
|
|
3428
|
-
/* "../../build-env-
|
|
3428
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
|
3429
3429
|
* return PyArray_BASE(self)
|
|
3430
3430
|
*
|
|
3431
3431
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3439,7 +3439,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3439
3439
|
PyArray_Descr *__pyx_t_1;
|
|
3440
3440
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3441
3441
|
|
|
3442
|
-
/* "../../build-env-
|
|
3442
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
|
3443
3443
|
* """Returns an owned reference to the dtype of the array.
|
|
3444
3444
|
* """
|
|
3445
3445
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3452,7 +3452,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3452
3452
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3453
3453
|
goto __pyx_L0;
|
|
3454
3454
|
|
|
3455
|
-
/* "../../build-env-
|
|
3455
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
|
3456
3456
|
* return PyArray_BASE(self)
|
|
3457
3457
|
*
|
|
3458
3458
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3467,7 +3467,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3467
3467
|
return __pyx_r;
|
|
3468
3468
|
}
|
|
3469
3469
|
|
|
3470
|
-
/* "../../build-env-
|
|
3470
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
|
3471
3471
|
* return <dtype>PyArray_DESCR(self)
|
|
3472
3472
|
*
|
|
3473
3473
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3478,7 +3478,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3478
3478
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3479
3479
|
int __pyx_r;
|
|
3480
3480
|
|
|
3481
|
-
/* "../../build-env-
|
|
3481
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
|
3482
3482
|
* """Returns the number of dimensions in the array.
|
|
3483
3483
|
* """
|
|
3484
3484
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3488,7 +3488,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3488
3488
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3489
3489
|
goto __pyx_L0;
|
|
3490
3490
|
|
|
3491
|
-
/* "../../build-env-
|
|
3491
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
|
3492
3492
|
* return <dtype>PyArray_DESCR(self)
|
|
3493
3493
|
*
|
|
3494
3494
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3501,7 +3501,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3501
3501
|
return __pyx_r;
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
|
-
/* "../../build-env-
|
|
3504
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
|
3505
3505
|
* return PyArray_NDIM(self)
|
|
3506
3506
|
*
|
|
3507
3507
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3512,7 +3512,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3512
3512
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3513
3513
|
npy_intp *__pyx_r;
|
|
3514
3514
|
|
|
3515
|
-
/* "../../build-env-
|
|
3515
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
|
3516
3516
|
* Can return NULL for 0-dimensional arrays.
|
|
3517
3517
|
* """
|
|
3518
3518
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3522,7 +3522,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3522
3522
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3523
3523
|
goto __pyx_L0;
|
|
3524
3524
|
|
|
3525
|
-
/* "../../build-env-
|
|
3525
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
|
3526
3526
|
* return PyArray_NDIM(self)
|
|
3527
3527
|
*
|
|
3528
3528
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3535,7 +3535,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3535
3535
|
return __pyx_r;
|
|
3536
3536
|
}
|
|
3537
3537
|
|
|
3538
|
-
/* "../../build-env-
|
|
3538
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
|
3539
3539
|
* return PyArray_DIMS(self)
|
|
3540
3540
|
*
|
|
3541
3541
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3546,7 +3546,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3546
3546
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3547
3547
|
npy_intp *__pyx_r;
|
|
3548
3548
|
|
|
3549
|
-
/* "../../build-env-
|
|
3549
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
|
3550
3550
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3551
3551
|
* """
|
|
3552
3552
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3556,7 +3556,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3556
3556
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3557
3557
|
goto __pyx_L0;
|
|
3558
3558
|
|
|
3559
|
-
/* "../../build-env-
|
|
3559
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
|
3560
3560
|
* return PyArray_DIMS(self)
|
|
3561
3561
|
*
|
|
3562
3562
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3569,7 +3569,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3569
3569
|
return __pyx_r;
|
|
3570
3570
|
}
|
|
3571
3571
|
|
|
3572
|
-
/* "../../build-env-
|
|
3572
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
|
3573
3573
|
* return PyArray_STRIDES(self)
|
|
3574
3574
|
*
|
|
3575
3575
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3580,7 +3580,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3580
3580
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3581
3581
|
npy_intp __pyx_r;
|
|
3582
3582
|
|
|
3583
|
-
/* "../../build-env-
|
|
3583
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
|
3584
3584
|
* """Returns the total size (in number of elements) of the array.
|
|
3585
3585
|
* """
|
|
3586
3586
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3590,7 +3590,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3590
3590
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3591
3591
|
goto __pyx_L0;
|
|
3592
3592
|
|
|
3593
|
-
/* "../../build-env-
|
|
3593
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
|
3594
3594
|
* return PyArray_STRIDES(self)
|
|
3595
3595
|
*
|
|
3596
3596
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3603,7 +3603,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3603
3603
|
return __pyx_r;
|
|
3604
3604
|
}
|
|
3605
3605
|
|
|
3606
|
-
/* "../../build-env-
|
|
3606
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
|
3607
3607
|
* return PyArray_SIZE(self)
|
|
3608
3608
|
*
|
|
3609
3609
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3614,7 +3614,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3614
3614
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3615
3615
|
char *__pyx_r;
|
|
3616
3616
|
|
|
3617
|
-
/* "../../build-env-
|
|
3617
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
|
3618
3618
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3619
3619
|
* """
|
|
3620
3620
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3624,7 +3624,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3624
3624
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3625
3625
|
goto __pyx_L0;
|
|
3626
3626
|
|
|
3627
|
-
/* "../../build-env-
|
|
3627
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
|
3628
3628
|
* return PyArray_SIZE(self)
|
|
3629
3629
|
*
|
|
3630
3630
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3637,7 +3637,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3637
3637
|
return __pyx_r;
|
|
3638
3638
|
}
|
|
3639
3639
|
|
|
3640
|
-
/* "../../build-env-
|
|
3640
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
|
3641
3641
|
* ctypedef long double complex clongdouble_t
|
|
3642
3642
|
*
|
|
3643
3643
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3654,7 +3654,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3654
3654
|
int __pyx_clineno = 0;
|
|
3655
3655
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3656
3656
|
|
|
3657
|
-
/* "../../build-env-
|
|
3657
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
|
3658
3658
|
*
|
|
3659
3659
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3660
3660
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3668,7 +3668,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3668
3668
|
__pyx_t_1 = 0;
|
|
3669
3669
|
goto __pyx_L0;
|
|
3670
3670
|
|
|
3671
|
-
/* "../../build-env-
|
|
3671
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
|
3672
3672
|
* ctypedef long double complex clongdouble_t
|
|
3673
3673
|
*
|
|
3674
3674
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3687,7 +3687,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3687
3687
|
return __pyx_r;
|
|
3688
3688
|
}
|
|
3689
3689
|
|
|
3690
|
-
/* "../../build-env-
|
|
3690
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
|
3691
3691
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3692
3692
|
*
|
|
3693
3693
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3704,7 +3704,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3704
3704
|
int __pyx_clineno = 0;
|
|
3705
3705
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3706
3706
|
|
|
3707
|
-
/* "../../build-env-
|
|
3707
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
|
3708
3708
|
*
|
|
3709
3709
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3710
3710
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3718,7 +3718,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3718
3718
|
__pyx_t_1 = 0;
|
|
3719
3719
|
goto __pyx_L0;
|
|
3720
3720
|
|
|
3721
|
-
/* "../../build-env-
|
|
3721
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
|
3722
3722
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3723
3723
|
*
|
|
3724
3724
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3737,7 +3737,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3737
3737
|
return __pyx_r;
|
|
3738
3738
|
}
|
|
3739
3739
|
|
|
3740
|
-
/* "../../build-env-
|
|
3740
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
|
3741
3741
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3742
3742
|
*
|
|
3743
3743
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3754,7 +3754,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3754
3754
|
int __pyx_clineno = 0;
|
|
3755
3755
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3756
3756
|
|
|
3757
|
-
/* "../../build-env-
|
|
3757
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
|
3758
3758
|
*
|
|
3759
3759
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3760
3760
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3768,7 +3768,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3768
3768
|
__pyx_t_1 = 0;
|
|
3769
3769
|
goto __pyx_L0;
|
|
3770
3770
|
|
|
3771
|
-
/* "../../build-env-
|
|
3771
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
|
3772
3772
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3773
3773
|
*
|
|
3774
3774
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3787,7 +3787,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3787
3787
|
return __pyx_r;
|
|
3788
3788
|
}
|
|
3789
3789
|
|
|
3790
|
-
/* "../../build-env-
|
|
3790
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
|
3791
3791
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3792
3792
|
*
|
|
3793
3793
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3804,7 +3804,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3804
3804
|
int __pyx_clineno = 0;
|
|
3805
3805
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
3806
3806
|
|
|
3807
|
-
/* "../../build-env-
|
|
3807
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
|
3808
3808
|
*
|
|
3809
3809
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3810
3810
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3818,7 +3818,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3818
3818
|
__pyx_t_1 = 0;
|
|
3819
3819
|
goto __pyx_L0;
|
|
3820
3820
|
|
|
3821
|
-
/* "../../build-env-
|
|
3821
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
|
3822
3822
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3823
3823
|
*
|
|
3824
3824
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3837,7 +3837,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3837
3837
|
return __pyx_r;
|
|
3838
3838
|
}
|
|
3839
3839
|
|
|
3840
|
-
/* "../../build-env-
|
|
3840
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
|
3841
3841
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3842
3842
|
*
|
|
3843
3843
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3854,7 +3854,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3854
3854
|
int __pyx_clineno = 0;
|
|
3855
3855
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
3856
3856
|
|
|
3857
|
-
/* "../../build-env-
|
|
3857
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
|
3858
3858
|
*
|
|
3859
3859
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3860
3860
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -3868,7 +3868,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3868
3868
|
__pyx_t_1 = 0;
|
|
3869
3869
|
goto __pyx_L0;
|
|
3870
3870
|
|
|
3871
|
-
/* "../../build-env-
|
|
3871
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
|
3872
3872
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3873
3873
|
*
|
|
3874
3874
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3887,7 +3887,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3887
3887
|
return __pyx_r;
|
|
3888
3888
|
}
|
|
3889
3889
|
|
|
3890
|
-
/* "../../build-env-
|
|
3890
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
|
3891
3891
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3892
3892
|
*
|
|
3893
3893
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3902,7 +3902,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3902
3902
|
PyObject *__pyx_t_2;
|
|
3903
3903
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
3904
3904
|
|
|
3905
|
-
/* "../../build-env-
|
|
3905
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
|
3906
3906
|
*
|
|
3907
3907
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3908
3908
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3912,7 +3912,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3912
3912
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
3913
3913
|
if (__pyx_t_1) {
|
|
3914
3914
|
|
|
3915
|
-
/* "../../build-env-
|
|
3915
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
|
3916
3916
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3917
3917
|
* if PyDataType_HASSUBARRAY(d):
|
|
3918
3918
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -3925,7 +3925,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3925
3925
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
3926
3926
|
goto __pyx_L0;
|
|
3927
3927
|
|
|
3928
|
-
/* "../../build-env-
|
|
3928
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
|
3929
3929
|
*
|
|
3930
3930
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3931
3931
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3934,7 +3934,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3934
3934
|
*/
|
|
3935
3935
|
}
|
|
3936
3936
|
|
|
3937
|
-
/* "../../build-env-
|
|
3937
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
|
3938
3938
|
* return <tuple>d.subarray.shape
|
|
3939
3939
|
* else:
|
|
3940
3940
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -3948,7 +3948,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3948
3948
|
goto __pyx_L0;
|
|
3949
3949
|
}
|
|
3950
3950
|
|
|
3951
|
-
/* "../../build-env-
|
|
3951
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
|
3952
3952
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3953
3953
|
*
|
|
3954
3954
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3963,7 +3963,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3963
3963
|
return __pyx_r;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
-
/* "../../build-env-
|
|
3966
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
3967
3967
|
* int _import_umath() except -1
|
|
3968
3968
|
*
|
|
3969
3969
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -3977,7 +3977,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3977
3977
|
const char *__pyx_filename = NULL;
|
|
3978
3978
|
int __pyx_clineno = 0;
|
|
3979
3979
|
|
|
3980
|
-
/* "../../build-env-
|
|
3980
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
3981
3981
|
*
|
|
3982
3982
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
3983
3983
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -3986,7 +3986,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3986
3986
|
*/
|
|
3987
3987
|
Py_INCREF(__pyx_v_base);
|
|
3988
3988
|
|
|
3989
|
-
/* "../../build-env-
|
|
3989
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
3990
3990
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
3991
3991
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
3992
3992
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -3995,7 +3995,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3995
3995
|
*/
|
|
3996
3996
|
__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)
|
|
3997
3997
|
|
|
3998
|
-
/* "../../build-env-
|
|
3998
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
3999
3999
|
* int _import_umath() except -1
|
|
4000
4000
|
*
|
|
4001
4001
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4010,7 +4010,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4010
4010
|
__pyx_L0:;
|
|
4011
4011
|
}
|
|
4012
4012
|
|
|
4013
|
-
/* "../../build-env-
|
|
4013
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4014
4014
|
* PyArray_SetBaseObject(arr, base)
|
|
4015
4015
|
*
|
|
4016
4016
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4025,7 +4025,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4025
4025
|
int __pyx_t_1;
|
|
4026
4026
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
4027
4027
|
|
|
4028
|
-
/* "../../build-env-
|
|
4028
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
4029
4029
|
*
|
|
4030
4030
|
* cdef inline object get_array_base(ndarray arr):
|
|
4031
4031
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -4034,7 +4034,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4034
4034
|
*/
|
|
4035
4035
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
4036
4036
|
|
|
4037
|
-
/* "../../build-env-
|
|
4037
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
4038
4038
|
* cdef inline object get_array_base(ndarray arr):
|
|
4039
4039
|
* base = PyArray_BASE(arr)
|
|
4040
4040
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4044,7 +4044,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4044
4044
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
4045
4045
|
if (__pyx_t_1) {
|
|
4046
4046
|
|
|
4047
|
-
/* "../../build-env-
|
|
4047
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
4048
4048
|
* base = PyArray_BASE(arr)
|
|
4049
4049
|
* if base is NULL:
|
|
4050
4050
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -4055,7 +4055,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4055
4055
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
4056
4056
|
goto __pyx_L0;
|
|
4057
4057
|
|
|
4058
|
-
/* "../../build-env-
|
|
4058
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
4059
4059
|
* cdef inline object get_array_base(ndarray arr):
|
|
4060
4060
|
* base = PyArray_BASE(arr)
|
|
4061
4061
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4064,7 +4064,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4064
4064
|
*/
|
|
4065
4065
|
}
|
|
4066
4066
|
|
|
4067
|
-
/* "../../build-env-
|
|
4067
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
4068
4068
|
* if base is NULL:
|
|
4069
4069
|
* return None
|
|
4070
4070
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -4076,7 +4076,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4076
4076
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
4077
4077
|
goto __pyx_L0;
|
|
4078
4078
|
|
|
4079
|
-
/* "../../build-env-
|
|
4079
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4080
4080
|
* PyArray_SetBaseObject(arr, base)
|
|
4081
4081
|
*
|
|
4082
4082
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4091,7 +4091,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4091
4091
|
return __pyx_r;
|
|
4092
4092
|
}
|
|
4093
4093
|
|
|
4094
|
-
/* "../../build-env-
|
|
4094
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
4095
4095
|
* # Versions of the import_* functions which are more suitable for
|
|
4096
4096
|
* # Cython code.
|
|
4097
4097
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4118,7 +4118,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4118
4118
|
int __pyx_clineno = 0;
|
|
4119
4119
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
4120
4120
|
|
|
4121
|
-
/* "../../build-env-
|
|
4121
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4122
4122
|
* # Cython code.
|
|
4123
4123
|
* cdef inline int import_array() except -1:
|
|
4124
4124
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4134,7 +4134,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4134
4134
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4135
4135
|
/*try:*/ {
|
|
4136
4136
|
|
|
4137
|
-
/* "../../build-env-
|
|
4137
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
|
4138
4138
|
* cdef inline int import_array() except -1:
|
|
4139
4139
|
* try:
|
|
4140
4140
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -4143,7 +4143,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4143
4143
|
*/
|
|
4144
4144
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
|
|
4145
4145
|
|
|
4146
|
-
/* "../../build-env-
|
|
4146
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4147
4147
|
* # Cython code.
|
|
4148
4148
|
* cdef inline int import_array() except -1:
|
|
4149
4149
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4157,7 +4157,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4157
4157
|
goto __pyx_L8_try_end;
|
|
4158
4158
|
__pyx_L3_error:;
|
|
4159
4159
|
|
|
4160
|
-
/* "../../build-env-
|
|
4160
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
4161
4161
|
* try:
|
|
4162
4162
|
* __pyx_import_array()
|
|
4163
4163
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4172,7 +4172,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4172
4172
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4173
4173
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4174
4174
|
|
|
4175
|
-
/* "../../build-env-
|
|
4175
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4176
4176
|
* __pyx_import_array()
|
|
4177
4177
|
* except Exception:
|
|
4178
4178
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4197,7 +4197,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4197
4197
|
}
|
|
4198
4198
|
goto __pyx_L5_except_error;
|
|
4199
4199
|
|
|
4200
|
-
/* "../../build-env-
|
|
4200
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
|
4201
4201
|
* # Cython code.
|
|
4202
4202
|
* cdef inline int import_array() except -1:
|
|
4203
4203
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4213,7 +4213,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4213
4213
|
__pyx_L8_try_end:;
|
|
4214
4214
|
}
|
|
4215
4215
|
|
|
4216
|
-
/* "../../build-env-
|
|
4216
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
4217
4217
|
* # Versions of the import_* functions which are more suitable for
|
|
4218
4218
|
* # Cython code.
|
|
4219
4219
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4238,7 +4238,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4238
4238
|
return __pyx_r;
|
|
4239
4239
|
}
|
|
4240
4240
|
|
|
4241
|
-
/* "../../build-env-
|
|
4241
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
4242
4242
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4243
4243
|
*
|
|
4244
4244
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4265,7 +4265,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4265
4265
|
int __pyx_clineno = 0;
|
|
4266
4266
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
4267
4267
|
|
|
4268
|
-
/* "../../build-env-
|
|
4268
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4269
4269
|
*
|
|
4270
4270
|
* cdef inline int import_umath() except -1:
|
|
4271
4271
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4281,7 +4281,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4281
4281
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4282
4282
|
/*try:*/ {
|
|
4283
4283
|
|
|
4284
|
-
/* "../../build-env-
|
|
4284
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
|
4285
4285
|
* cdef inline int import_umath() except -1:
|
|
4286
4286
|
* try:
|
|
4287
4287
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4290,7 +4290,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4290
4290
|
*/
|
|
4291
4291
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
|
|
4292
4292
|
|
|
4293
|
-
/* "../../build-env-
|
|
4293
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4294
4294
|
*
|
|
4295
4295
|
* cdef inline int import_umath() except -1:
|
|
4296
4296
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4304,7 +4304,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4304
4304
|
goto __pyx_L8_try_end;
|
|
4305
4305
|
__pyx_L3_error:;
|
|
4306
4306
|
|
|
4307
|
-
/* "../../build-env-
|
|
4307
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
4308
4308
|
* try:
|
|
4309
4309
|
* _import_umath()
|
|
4310
4310
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4319,7 +4319,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4319
4319
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4320
4320
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4321
4321
|
|
|
4322
|
-
/* "../../build-env-
|
|
4322
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
4323
4323
|
* _import_umath()
|
|
4324
4324
|
* except Exception:
|
|
4325
4325
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4344,7 +4344,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4344
4344
|
}
|
|
4345
4345
|
goto __pyx_L5_except_error;
|
|
4346
4346
|
|
|
4347
|
-
/* "../../build-env-
|
|
4347
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4348
4348
|
*
|
|
4349
4349
|
* cdef inline int import_umath() except -1:
|
|
4350
4350
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4360,7 +4360,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4360
4360
|
__pyx_L8_try_end:;
|
|
4361
4361
|
}
|
|
4362
4362
|
|
|
4363
|
-
/* "../../build-env-
|
|
4363
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
4364
4364
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4365
4365
|
*
|
|
4366
4366
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4385,7 +4385,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4385
4385
|
return __pyx_r;
|
|
4386
4386
|
}
|
|
4387
4387
|
|
|
4388
|
-
/* "../../build-env-
|
|
4388
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
|
4389
4389
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4390
4390
|
*
|
|
4391
4391
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4412,7 +4412,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4412
4412
|
int __pyx_clineno = 0;
|
|
4413
4413
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4414
4414
|
|
|
4415
|
-
/* "../../build-env-
|
|
4415
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4416
4416
|
*
|
|
4417
4417
|
* cdef inline int import_ufunc() except -1:
|
|
4418
4418
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4428,7 +4428,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4428
4428
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4429
4429
|
/*try:*/ {
|
|
4430
4430
|
|
|
4431
|
-
/* "../../build-env-
|
|
4431
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4432
4432
|
* cdef inline int import_ufunc() except -1:
|
|
4433
4433
|
* try:
|
|
4434
4434
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4437,7 +4437,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4437
4437
|
*/
|
|
4438
4438
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
|
|
4439
4439
|
|
|
4440
|
-
/* "../../build-env-
|
|
4440
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4441
4441
|
*
|
|
4442
4442
|
* cdef inline int import_ufunc() except -1:
|
|
4443
4443
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4451,7 +4451,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4451
4451
|
goto __pyx_L8_try_end;
|
|
4452
4452
|
__pyx_L3_error:;
|
|
4453
4453
|
|
|
4454
|
-
/* "../../build-env-
|
|
4454
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
4455
4455
|
* try:
|
|
4456
4456
|
* _import_umath()
|
|
4457
4457
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4466,7 +4466,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4466
4466
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4467
4467
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4468
4468
|
|
|
4469
|
-
/* "../../build-env-
|
|
4469
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
4470
4470
|
* _import_umath()
|
|
4471
4471
|
* except Exception:
|
|
4472
4472
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4491,7 +4491,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4491
4491
|
}
|
|
4492
4492
|
goto __pyx_L5_except_error;
|
|
4493
4493
|
|
|
4494
|
-
/* "../../build-env-
|
|
4494
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
4495
4495
|
*
|
|
4496
4496
|
* cdef inline int import_ufunc() except -1:
|
|
4497
4497
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4507,7 +4507,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4507
4507
|
__pyx_L8_try_end:;
|
|
4508
4508
|
}
|
|
4509
4509
|
|
|
4510
|
-
/* "../../build-env-
|
|
4510
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
|
4511
4511
|
* raise ImportError("numpy._core.umath failed to import")
|
|
4512
4512
|
*
|
|
4513
4513
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4532,7 +4532,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4532
4532
|
return __pyx_r;
|
|
4533
4533
|
}
|
|
4534
4534
|
|
|
4535
|
-
/* "../../build-env-
|
|
4535
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
4536
4536
|
*
|
|
4537
4537
|
*
|
|
4538
4538
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4543,7 +4543,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4543
4543
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4544
4544
|
int __pyx_r;
|
|
4545
4545
|
|
|
4546
|
-
/* "../../build-env-
|
|
4546
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
4547
4547
|
* bool
|
|
4548
4548
|
* """
|
|
4549
4549
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4553,7 +4553,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4553
4553
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4554
4554
|
goto __pyx_L0;
|
|
4555
4555
|
|
|
4556
|
-
/* "../../build-env-
|
|
4556
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
4557
4557
|
*
|
|
4558
4558
|
*
|
|
4559
4559
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4566,7 +4566,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4566
4566
|
return __pyx_r;
|
|
4567
4567
|
}
|
|
4568
4568
|
|
|
4569
|
-
/* "../../build-env-
|
|
4569
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
4570
4570
|
*
|
|
4571
4571
|
*
|
|
4572
4572
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4577,7 +4577,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4577
4577
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4578
4578
|
int __pyx_r;
|
|
4579
4579
|
|
|
4580
|
-
/* "../../build-env-
|
|
4580
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
|
4581
4581
|
* bool
|
|
4582
4582
|
* """
|
|
4583
4583
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4587,7 +4587,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4587
4587
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4588
4588
|
goto __pyx_L0;
|
|
4589
4589
|
|
|
4590
|
-
/* "../../build-env-
|
|
4590
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
4591
4591
|
*
|
|
4592
4592
|
*
|
|
4593
4593
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -4600,7 +4600,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4600
4600
|
return __pyx_r;
|
|
4601
4601
|
}
|
|
4602
4602
|
|
|
4603
|
-
/* "../../build-env-
|
|
4603
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
|
4604
4604
|
*
|
|
4605
4605
|
*
|
|
4606
4606
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4611,7 +4611,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4611
4611
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4612
4612
|
npy_datetime __pyx_r;
|
|
4613
4613
|
|
|
4614
|
-
/* "../../build-env-
|
|
4614
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
|
4615
4615
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4616
4616
|
* """
|
|
4617
4617
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4621,7 +4621,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4621
4621
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4622
4622
|
goto __pyx_L0;
|
|
4623
4623
|
|
|
4624
|
-
/* "../../build-env-
|
|
4624
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
|
4625
4625
|
*
|
|
4626
4626
|
*
|
|
4627
4627
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4634,7 +4634,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4634
4634
|
return __pyx_r;
|
|
4635
4635
|
}
|
|
4636
4636
|
|
|
4637
|
-
/* "../../build-env-
|
|
4637
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
4638
4638
|
*
|
|
4639
4639
|
*
|
|
4640
4640
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4645,7 +4645,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4645
4645
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4646
4646
|
npy_timedelta __pyx_r;
|
|
4647
4647
|
|
|
4648
|
-
/* "../../build-env-
|
|
4648
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
|
4649
4649
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4650
4650
|
* """
|
|
4651
4651
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4655,7 +4655,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4655
4655
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4656
4656
|
goto __pyx_L0;
|
|
4657
4657
|
|
|
4658
|
-
/* "../../build-env-
|
|
4658
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
4659
4659
|
*
|
|
4660
4660
|
*
|
|
4661
4661
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4668,7 +4668,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4668
4668
|
return __pyx_r;
|
|
4669
4669
|
}
|
|
4670
4670
|
|
|
4671
|
-
/* "../../build-env-
|
|
4671
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
4672
4672
|
*
|
|
4673
4673
|
*
|
|
4674
4674
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -4679,7 +4679,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4679
4679
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4680
4680
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4681
4681
|
|
|
4682
|
-
/* "../../build-env-
|
|
4682
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
|
4683
4683
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4684
4684
|
* """
|
|
4685
4685
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4689,7 +4689,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4689
4689
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4690
4690
|
goto __pyx_L0;
|
|
4691
4691
|
|
|
4692
|
-
/* "../../build-env-
|
|
4692
|
+
/* "../../build-env-ext_6a8t/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
4693
4693
|
*
|
|
4694
4694
|
*
|
|
4695
4695
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|