pyvpmr 250523__tar.gz → 250527__tar.gz
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.
- {pyvpmr-250523 → pyvpmr-250527}/PKG-INFO +7 -7
- {pyvpmr-250523 → pyvpmr-250527}/README.md +6 -6
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/AssignEvaluator.h +1 -2
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +3 -2
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +0 -2
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/BDCSVD.h +2 -4
- {pyvpmr-250523 → pyvpmr-250527}/patch_size.patch +31 -43
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/CMakePresets.json +22 -9
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/cast.h +2 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/chrono.h +3 -0
- pyvpmr-250527/pybind11/include/pybind11/critical_section.h +50 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/common.h +49 -23
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/init.h +2 -1
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/struct_smart_holder.h +1 -1
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/functional.h +1 -1
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/pybind11.h +38 -72
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/pytypes.h +4 -2
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/stl.h +1 -1
- {pyvpmr-250523 → pyvpmr-250527}/pyvpmr.egg-info/PKG-INFO +7 -7
- {pyvpmr-250523 → pyvpmr-250527}/pyvpmr.egg-info/SOURCES.txt +1 -0
- {pyvpmr-250523 → pyvpmr-250527}/src/VPMR.cpp +5 -5
- {pyvpmr-250523 → pyvpmr-250527}/LICENSE +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/AccelerateSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Cholesky +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/CholmodSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Core +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Dense +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Eigen +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Eigenvalues +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Geometry +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Householder +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/IterativeLinearSolvers +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Jacobi +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/KLUSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/LU +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/MetisSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/OrderingMethods +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/PaStiXSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/PardisoSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/QR +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/QtAlignedMalloc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SPQRSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SVD +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Sparse +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseCholesky +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseCore +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseLU +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseQR +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/StdDeque +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/StdList +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/StdVector +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SuperLUSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/ThreadPool +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/UmfPackSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/AccelerateSupport/AccelerateSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/AccelerateSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/LDLT.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/LLT.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/CholmodSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Array.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ArrayBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ArrayWrapper.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Assign.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/BandMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Block.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CommaInitializer.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CoreEvaluators.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CoreIterators.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseBinaryOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseNullaryOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseUnaryOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseUnaryView.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DenseBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DenseCoeffsBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DenseStorage.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DeviceWrapper.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Diagonal.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DiagonalMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Dot.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/EigenBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Fill.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ForceAlignedAccess.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Fuzzy.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/GenericPacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/IO.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/IndexedView.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/InnerProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Inverse.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Map.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MapBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Matrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MatrixBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/NestByValue.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/NoAlias.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/NumTraits.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/PlainObjectBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Product.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Random.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/RandomImpl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Redux.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Ref.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Replicate.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Reshaped.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ReturnByValue.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Reverse.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Select.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SelfAdjointView.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SkewSymmetricMatrix3.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Solve.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SolveTriangular.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SolverBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/StableNorm.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/StlIterators.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Stride.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Swap.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Transpose.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Transpositions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/TriangularMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/VectorBlock.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/VectorwiseOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Visitor.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/GemmKernel.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/MathFunctionsFP16.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/PacketMathFP16.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TrsmKernel.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TypeCastingFP16.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/Tuple.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/HVX/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/GeneralBlockPanelKernel.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/UnaryFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Assert.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Constants.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/EmulateArray.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Macros.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/MaxSizeVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Memory.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Meta.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/MoreMeta.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ReshapedHelper.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Serializer.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/XprHelper.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Homogeneous.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Quaternion.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Scaling.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Transform.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Translation.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/Householder.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/HouseholderSequence.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Jacobi/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/KLUSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/KLUSupport/KLUSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/Determinant.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/FullPivLU.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/InverseImpl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/PartialPivLU.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/arch/InverseSize4.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/MetisSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/MetisSupport/MetisSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PaStiXSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PardisoSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/HouseholderQR.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SPQRSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/BDCSVD_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/JacobiSVD.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/SVDBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCholesky/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseQR/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/StdDeque.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/StdList.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/StdVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/details.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SuperLUSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/Barrier.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/CoreThreadPoolDevice.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/EventCount.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ForkJoin.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/RunQueue.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadCancel.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadEnvironment.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadLocal.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadPoolInterface.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadYield.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/UmfPackSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/Image.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/Kernel.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/blas.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/lapacke.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/lapacke_helpers.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/BlockMethods.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/IndexedViewMethods.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/InternalHeaderCheck.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/ReshapedMethods.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/README.md +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/BandTriangularSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/GeneralRank1Update.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/PackedSelfadjointProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/PackedTriangularMatrixVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/PackedTriangularSolverVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/Rank2Update.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/blas.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/common.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/complex_double.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/complex_single.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/double.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/chbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/chpmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/complexdots.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/ctbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/datatypes.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/drotm.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/drotmg.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/dsbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/dspmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/dtbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/lsame.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/srotm.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/srotmg.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/ssbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/sspmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/stbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/zhbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/zhpmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/ztbmv.c +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/fortran/complexdots.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level1_cplx_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level1_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level1_real_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level2_cplx_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level2_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level2_real_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level3_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/single.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/cblat1.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/cblat2.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/cblat3.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/dblat1.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/dblat2.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/dblat3.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/sblat1.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/sblat2.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/sblat3.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/zblat1.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/zblat2.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/zblat3.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/xerbla.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/cholesky.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clacgv.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/cladiv.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarf.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarfb.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarfg.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarft.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/complex_double.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/complex_single.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dladiv.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlamch.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlapy2.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlapy3.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarf.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarfb.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarfg.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarft.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/double.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dsecnd_INT_CPU_TIME.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dsecnd_NONE.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/eigenvalues.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaclc.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaclr.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/iladlc.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/iladlr.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaslc.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaslr.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilazlc.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilazlr.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/lapack.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/lapack_common.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/lu.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/second_INT_CPU_TIME.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/second_NONE.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/single.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/sladiv.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slamch.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slapy2.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slapy3.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarf.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarfb.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarfg.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarft.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/svd.inc +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlacgv.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zladiv.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarf.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarfb.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarfg.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarft.f +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/signature_of_eigen3_matrix_library +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/AdolcForward +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/AlignedVector3 +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/ArpackSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/AutoDiff +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/BVH +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/Tensor +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/TensorSymmetry +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/ThreadPool +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/README.md +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRoll.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/EulerAngles +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/FFT +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/IterativeSolvers +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/KroneckerProduct +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/LevenbergMarquardt +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/MPRealSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/MatrixFunctions +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/NNLS +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/NonLinearOptimization +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/NumericalDiff +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/OpenGLSupport +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/Polynomials +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/SparseExtra +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/SpecialFunctions +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/Splines +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/CoherentPadOp.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/BVH/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/BVH/KdBVH.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/EulerAngles/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/duccfft_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/fftw_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/imklfft_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/kissfft_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/pocketfft_impl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/BiCGSTABL.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRSTABL.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/KroneckerProduct/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NumericalDiff/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/Companion.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/SparseInverse.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/InternalHeaderCheck.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/Spline.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/SplineFitting.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/SplineFwd.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk.hpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_benchmark.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_01.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_02.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_03.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_04.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_05.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_06.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_07.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_08.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_09.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_10.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_11.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_12.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_13.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_14.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_15.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_16.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_17.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_18.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_19.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_20.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_21.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_22.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_23.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_24.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_test.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/complex/complex_type.hpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/complex/exprtk_complex_adaptor.hpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/complex/exprtk_complex_example.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_adaptor.hpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_benchmark.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_repl.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_test.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/exprtk_real_adaptor.hpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/exprtk_real_benchmark.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/exprtk_real_test.cpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/real_type.hpp +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/mpreal/README.md +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/mpreal/mpreal.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/README.rst +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/SECURITY.md +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/attr.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/buffer_info.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/common.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/complex.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/conduit/wrap_include_python_h.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/class.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/cpp_conduit.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/descr.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/exception_translation.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/function_record_pyobject.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/internals.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/native_enum_data.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/pybind11_namespace_macros.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/typeid.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/using_smart_holder.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/value_and_holder.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen/common.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/embed.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eval.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/gil.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/gil_simple.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/iostream.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/native_enum.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/numpy.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/operators.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/options.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/stl_bind.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/subinterpreter.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/trampoline_self_life_support.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/typing.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/warnings.h +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/noxfile.py +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/__init__.py +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/__main__.py +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/_version.py +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/commands.py +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/py.typed +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/setup_helpers.py +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pybind11/pyproject.toml +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pyproject.toml +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pyvpmr/__init__.py +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/pyvpmr.egg-info/not-zip-safe +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/setup.cfg +0 -0
- {pyvpmr-250523 → pyvpmr-250527}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyvpmr
|
3
|
-
Version:
|
3
|
+
Version: 250527
|
4
4
|
Summary: The VPMR Algorithm
|
5
5
|
Author-email: Theodore Chang <tlcfem@gmail.com>
|
6
6
|
Maintainer-email: Theodore Chang <tlcfem@gmail.com>
|
@@ -813,7 +813,7 @@ Options:
|
|
813
813
|
-c, --max-exponent <int> maximum exponent (default: 4)
|
814
814
|
-d, --precision-bits <int> number of precision bits (default: 512)
|
815
815
|
-q, --quadrature-order <int> quadrature order (default: 500)
|
816
|
-
-m, --precision-multiplier <float> precision multiplier (default: 1.
|
816
|
+
-m, --precision-multiplier <float> precision multiplier (default: 1.05)
|
817
817
|
-e, --tolerance <float> tolerance (default: 1E-8)
|
818
818
|
-k, --kernel <string> file name of kernel function (default uses: exp(-t^2/4))
|
819
819
|
-s, --singular-values print singular values
|
@@ -842,7 +842,7 @@ Using the following parameters:
|
|
842
842
|
exponent = 4.
|
843
843
|
precision = 355.
|
844
844
|
quad. order = 500.
|
845
|
-
multiplier = 1.
|
845
|
+
multiplier = 1.0500e+00.
|
846
846
|
tolerance = 1.0000e-08.
|
847
847
|
kernel = exp(-t*t/4).
|
848
848
|
|
@@ -854,7 +854,7 @@ Using the following parameters:
|
|
854
854
|
[6/6] Done.
|
855
855
|
|
856
856
|
M =
|
857
|
-
+1.1745193571738943e+01+6.
|
857
|
+
+1.1745193571738943e+01+6.4196555242161141e-106j
|
858
858
|
-5.5143304351134397e+00+5.7204056791636839e+00j
|
859
859
|
-5.5143304351134397e+00-5.7204056791636839e+00j
|
860
860
|
-1.6161617424833762e-02+2.3459542440459513e+00j
|
@@ -874,7 +874,7 @@ S =
|
|
874
874
|
+1.7655956664692953e+00-2.7555720406099038e+00j
|
875
875
|
+1.7655956664692953e+00+2.7555720406099038e+00j
|
876
876
|
|
877
|
-
Running time:
|
877
|
+
Running time: 2044 ms.
|
878
878
|
```
|
879
879
|
|
880
880
|

|
@@ -906,8 +906,8 @@ echo "exp(-t*t/10)" > kernel.txt
|
|
906
906
|
|
907
907
|
## Performance
|
908
908
|
|
909
|
-
The
|
910
|
-
|
909
|
+
The majority of the algorithm is parallelised to extract the maximum performance.
|
910
|
+
The following is a typical performance profile on a i7-10750H platform using the `./vpmr -n 80`.
|
911
911
|
|
912
912
|

|
913
913
|
|
@@ -106,7 +106,7 @@ Options:
|
|
106
106
|
-c, --max-exponent <int> maximum exponent (default: 4)
|
107
107
|
-d, --precision-bits <int> number of precision bits (default: 512)
|
108
108
|
-q, --quadrature-order <int> quadrature order (default: 500)
|
109
|
-
-m, --precision-multiplier <float> precision multiplier (default: 1.
|
109
|
+
-m, --precision-multiplier <float> precision multiplier (default: 1.05)
|
110
110
|
-e, --tolerance <float> tolerance (default: 1E-8)
|
111
111
|
-k, --kernel <string> file name of kernel function (default uses: exp(-t^2/4))
|
112
112
|
-s, --singular-values print singular values
|
@@ -135,7 +135,7 @@ Using the following parameters:
|
|
135
135
|
exponent = 4.
|
136
136
|
precision = 355.
|
137
137
|
quad. order = 500.
|
138
|
-
multiplier = 1.
|
138
|
+
multiplier = 1.0500e+00.
|
139
139
|
tolerance = 1.0000e-08.
|
140
140
|
kernel = exp(-t*t/4).
|
141
141
|
|
@@ -147,7 +147,7 @@ Using the following parameters:
|
|
147
147
|
[6/6] Done.
|
148
148
|
|
149
149
|
M =
|
150
|
-
+1.1745193571738943e+01+6.
|
150
|
+
+1.1745193571738943e+01+6.4196555242161141e-106j
|
151
151
|
-5.5143304351134397e+00+5.7204056791636839e+00j
|
152
152
|
-5.5143304351134397e+00-5.7204056791636839e+00j
|
153
153
|
-1.6161617424833762e-02+2.3459542440459513e+00j
|
@@ -167,7 +167,7 @@ S =
|
|
167
167
|
+1.7655956664692953e+00-2.7555720406099038e+00j
|
168
168
|
+1.7655956664692953e+00+2.7555720406099038e+00j
|
169
169
|
|
170
|
-
Running time:
|
170
|
+
Running time: 2044 ms.
|
171
171
|
```
|
172
172
|
|
173
173
|

|
@@ -199,8 +199,8 @@ echo "exp(-t*t/10)" > kernel.txt
|
|
199
199
|
|
200
200
|
## Performance
|
201
201
|
|
202
|
-
The
|
203
|
-
|
202
|
+
The majority of the algorithm is parallelised to extract the maximum performance.
|
203
|
+
The following is a typical performance profile on a i7-10750H platform using the `./vpmr -n 80`.
|
204
204
|
|
205
205
|

|
206
206
|
|
@@ -558,11 +558,10 @@ struct dense_assignment_loop_impl<Kernel, InnerVectorizedTraversal, InnerUnrolli
|
|
558
558
|
/***********************
|
559
559
|
*** Linear traversal ***
|
560
560
|
***********************/
|
561
|
-
|
561
|
+
|
562
562
|
template <typename Kernel>
|
563
563
|
struct dense_assignment_loop_impl<Kernel, LinearTraversal, NoUnrolling> {
|
564
564
|
EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
|
565
|
-
return tbb::parallel_for(Index(0), kernel.size(), [&](const Index l) { kernel.assignCoeff(l); }, ap);
|
566
565
|
const Index size = kernel.size();
|
567
566
|
for (Index i = 0; i < size; ++i) kernel.assignCoeff(i);
|
568
567
|
}
|
@@ -2108,7 +2108,8 @@ EIGEN_DONT_INLINE void gebp_kernel<LhsScalar, RhsScalar, Index, DataMapper, mr,
|
|
2108
2108
|
}
|
2109
2109
|
}
|
2110
2110
|
#endif
|
2111
|
-
|
2111
|
+
tbb::parallel_for(packet_cols8 / 4, packet_cols4 / 4, [&](Index j2) {
|
2112
|
+
j2 *= 4;
|
2112
2113
|
for (Index i = i1; i < actual_panel_end; i += 2 * LhsProgress) {
|
2113
2114
|
// We selected a 2*Traits::LhsProgress x nr micro block of res which is entirely
|
2114
2115
|
// stored into 2 x nr registers.
|
@@ -2227,7 +2228,7 @@ EIGEN_DONT_INLINE void gebp_kernel<LhsScalar, RhsScalar, Index, DataMapper, mr,
|
|
2227
2228
|
r3.storePacket(0 * Traits::ResPacketSize, R2);
|
2228
2229
|
r3.storePacket(1 * Traits::ResPacketSize, R3);
|
2229
2230
|
}
|
2230
|
-
}
|
2231
|
+
});
|
2231
2232
|
|
2232
2233
|
// Deal with remaining columns of the rhs
|
2233
2234
|
for (Index j2 = packet_cols4; j2 < cols; j2++) {
|
@@ -30,8 +30,6 @@
|
|
30
30
|
// IWYU pragma: private
|
31
31
|
#include "./InternalHeaderCheck.h"
|
32
32
|
|
33
|
-
#include <tbb/parallel_reduce.h>
|
34
|
-
|
35
33
|
#ifdef EIGEN_BDCSVD_DEBUG_VERBOSE
|
36
34
|
#include <iostream>
|
37
35
|
#endif
|
@@ -826,7 +824,7 @@ typename BDCSVD<MatrixType, Options>::RealScalar BDCSVD<MatrixType, Options>::se
|
|
826
824
|
tbb::blocked_range<Index>(Index(0), perm.size()), RealScalar(1),
|
827
825
|
[&](const tbb::blocked_range<Index>& r, RealScalar running_total) {
|
828
826
|
for (auto i = r.begin(); i < r.end(); ++i) {
|
829
|
-
Index j = perm(i);
|
827
|
+
const Index j = perm(i);
|
830
828
|
running_total += (col0(j) / (diagShifted(j) - mu)) * (col0(j) / (diag(j) + shift + mu));
|
831
829
|
}
|
832
830
|
return running_total;
|
@@ -1187,7 +1185,7 @@ void BDCSVD<MatrixType, Options>::computeSingVecs(const ArrayRef& zhat, const Ar
|
|
1187
1185
|
tbb::parallel_for(
|
1188
1186
|
Index(0), m,
|
1189
1187
|
[&](const Index l) {
|
1190
|
-
Index i = perm(l);
|
1188
|
+
const Index i = perm(l);
|
1191
1189
|
U(i, k) = zhat(i) / (((diag(i) - shifts(k)) - mus(k))) / ((diag(i) + singVals[k]));
|
1192
1190
|
},
|
1193
1191
|
ap);
|
@@ -1,34 +1,31 @@
|
|
1
|
-
diff --git a/Eigen/src/Core/
|
2
|
-
index
|
3
|
-
--- a/Eigen/src/Core/
|
4
|
-
+++ b/Eigen/src/Core/
|
5
|
-
@@ -
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
-
|
10
|
-
+
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
1
|
+
diff --git a/Eigen/src/Core/products/GeneralBlockPanelKernel.h b/Eigen/src/Core/products/GeneralBlockPanelKernel.h
|
2
|
+
index e72c6b48e..4f918cd20 100644
|
3
|
+
--- a/Eigen/src/Core/products/GeneralBlockPanelKernel.h
|
4
|
+
+++ b/Eigen/src/Core/products/GeneralBlockPanelKernel.h
|
5
|
+
@@ -2108,7 +2108,8 @@ EIGEN_DONT_INLINE void gebp_kernel<LhsScalar, RhsScalar, Index, DataMapper, mr,
|
6
|
+
}
|
7
|
+
}
|
8
|
+
#endif
|
9
|
+
- for (Index j2 = packet_cols8; j2 < packet_cols4; j2 += 4) {
|
10
|
+
+ tbb::parallel_for(packet_cols8 / 4, packet_cols4 / 4, [&](Index j2) {
|
11
|
+
+ j2 *= 4;
|
12
|
+
for (Index i = i1; i < actual_panel_end; i += 2 * LhsProgress) {
|
13
|
+
// We selected a 2*Traits::LhsProgress x nr micro block of res which is entirely
|
14
|
+
// stored into 2 x nr registers.
|
15
|
+
@@ -2227,7 +2228,7 @@ EIGEN_DONT_INLINE void gebp_kernel<LhsScalar, RhsScalar, Index, DataMapper, mr,
|
16
|
+
r3.storePacket(0 * Traits::ResPacketSize, R2);
|
17
|
+
r3.storePacket(1 * Traits::ResPacketSize, R3);
|
18
|
+
}
|
19
|
+
- }
|
20
|
+
+ });
|
21
|
+
|
22
|
+
// Deal with remaining columns of the rhs
|
23
|
+
for (Index j2 = packet_cols4; j2 < cols; j2++) {
|
18
24
|
diff --git a/Eigen/src/Core/products/GeneralMatrixVector.h b/Eigen/src/Core/products/GeneralMatrixVector.h
|
19
|
-
index ba72a8a4f..
|
25
|
+
index ba72a8a4f..4ce9f99ab 100644
|
20
26
|
--- a/Eigen/src/Core/products/GeneralMatrixVector.h
|
21
27
|
+++ b/Eigen/src/Core/products/GeneralMatrixVector.h
|
22
|
-
@@ -
|
23
|
-
// IWYU pragma: private
|
24
|
-
#include "../InternalHeaderCheck.h"
|
25
|
-
|
26
|
-
+#include <tbb/parallel_reduce.h>
|
27
|
-
+
|
28
|
-
namespace Eigen {
|
29
|
-
|
30
|
-
namespace internal {
|
31
|
-
@@ -150,30 +152,20 @@ general_matrix_vector_product<Index, LhsScalar, LhsMapper, ColMajor, ConjugateLh
|
28
|
+
@@ -150,30 +150,20 @@ general_matrix_vector_product<Index, LhsScalar, LhsMapper, ColMajor, ConjugateLh
|
32
29
|
Index jend = numext::mini(j2 + block_cols, cols);
|
33
30
|
Index i = 0;
|
34
31
|
for (; i < n8; i += ResPacketSize * 8) {
|
@@ -73,19 +70,10 @@ index ba72a8a4f..51775ba5f 100644
|
|
73
70
|
if (i < n4) {
|
74
71
|
ResPacket c0 = pset1<ResPacket>(ResScalar(0)), c1 = pset1<ResPacket>(ResScalar(0)),
|
75
72
|
diff --git a/Eigen/src/SVD/BDCSVD.h b/Eigen/src/SVD/BDCSVD.h
|
76
|
-
index 6fab905e5..
|
73
|
+
index 6fab905e5..9ae75c579 100644
|
77
74
|
--- a/Eigen/src/SVD/BDCSVD.h
|
78
75
|
+++ b/Eigen/src/SVD/BDCSVD.h
|
79
|
-
@@ -
|
80
|
-
// IWYU pragma: private
|
81
|
-
#include "./InternalHeaderCheck.h"
|
82
|
-
|
83
|
-
+#include <tbb/parallel_reduce.h>
|
84
|
-
+
|
85
|
-
#ifdef EIGEN_BDCSVD_DEBUG_VERBOSE
|
86
|
-
#include <iostream>
|
87
|
-
#endif
|
88
|
-
@@ -820,6 +822,16 @@ template <typename MatrixType, int Options>
|
76
|
+
@@ -820,6 +820,16 @@ template <typename MatrixType, int Options>
|
89
77
|
typename BDCSVD<MatrixType, Options>::RealScalar BDCSVD<MatrixType, Options>::secularEq(
|
90
78
|
RealScalar mu, const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, const ArrayRef& diagShifted,
|
91
79
|
RealScalar shift) {
|
@@ -93,7 +81,7 @@ index 6fab905e5..98fd68cdb 100644
|
|
93
81
|
+ tbb::blocked_range<Index>(Index(0), perm.size()), RealScalar(1),
|
94
82
|
+ [&](const tbb::blocked_range<Index>& r, RealScalar running_total) {
|
95
83
|
+ for (auto i = r.begin(); i < r.end(); ++i) {
|
96
|
-
+ Index j = perm(i);
|
84
|
+
+ const Index j = perm(i);
|
97
85
|
+ running_total += (col0(j) / (diagShifted(j) - mu)) * (col0(j) / (diag(j) + shift + mu));
|
98
86
|
+ }
|
99
87
|
+ return running_total;
|
@@ -102,7 +90,7 @@ index 6fab905e5..98fd68cdb 100644
|
|
102
90
|
Index m = perm.size();
|
103
91
|
RealScalar res = Literal(1);
|
104
92
|
for (Index i = 0; i < m; ++i) {
|
105
|
-
@@ -1161,6 +
|
93
|
+
@@ -1161,6 +1171,8 @@ template <typename MatrixType, int Options>
|
106
94
|
void BDCSVD<MatrixType, Options>::computeSingVecs(const ArrayRef& zhat, const ArrayRef& diag, const IndicesRef& perm,
|
107
95
|
const VectorType& singVals, const ArrayRef& shifts,
|
108
96
|
const ArrayRef& mus, MatrixXr& U, MatrixXr& V) {
|
@@ -111,7 +99,7 @@ index 6fab905e5..98fd68cdb 100644
|
|
111
99
|
Index n = zhat.size();
|
112
100
|
Index m = perm.size();
|
113
101
|
|
114
|
-
@@ -1170,10 +
|
102
|
+
@@ -1170,10 +1182,13 @@ void BDCSVD<MatrixType, Options>::computeSingVecs(const ArrayRef& zhat, const Ar
|
115
103
|
if (m_compV) V.col(k) = VectorType::Unit(n, k);
|
116
104
|
} else {
|
117
105
|
U.col(k).setZero();
|
@@ -122,7 +110,7 @@ index 6fab905e5..98fd68cdb 100644
|
|
122
110
|
+ tbb::parallel_for(
|
123
111
|
+ Index(0), m,
|
124
112
|
+ [&](const Index l) {
|
125
|
-
+ Index i = perm(l);
|
113
|
+
+ const Index i = perm(l);
|
126
114
|
+ U(i, k) = zhat(i) / (((diag(i) - shifts(k)) - mus(k))) / ((diag(i) + singVals[k]));
|
127
115
|
+ },
|
128
116
|
+ ap);
|
@@ -12,10 +12,12 @@
|
|
12
12
|
},
|
13
13
|
"cacheVariables": {
|
14
14
|
"CMAKE_BUILD_TYPE": "Debug",
|
15
|
-
"
|
16
|
-
"PYBIND11_WERROR": true,
|
15
|
+
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
|
17
16
|
"DOWNLOAD_CATCH": true,
|
18
|
-
"DOWNLOAD_EIGEN": true
|
17
|
+
"DOWNLOAD_EIGEN": true,
|
18
|
+
"PYBIND11_FINDPYTHON": "NEW",
|
19
|
+
"PYBIND11_WERROR": true
|
20
|
+
|
19
21
|
}
|
20
22
|
},
|
21
23
|
{
|
@@ -23,13 +25,18 @@
|
|
23
25
|
"displayName": "Venv",
|
24
26
|
"inherits": "default",
|
25
27
|
"cacheVariables": {
|
26
|
-
"CMAKE_BUILD_TYPE": "Debug",
|
27
28
|
"PYBIND11_CREATE_WITH_UV": "python3",
|
28
|
-
"Python_ROOT_DIR": ".venv"
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
29
|
+
"Python_ROOT_DIR": ".venv"
|
30
|
+
}
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "tidy",
|
34
|
+
"displayName": "Clang-tidy",
|
35
|
+
"inherits": "default",
|
36
|
+
"binaryDir": "build-tidy",
|
37
|
+
"cacheVariables": {
|
38
|
+
"CMAKE_CXX_CLANG_TIDY": "clang-tidy;--use-color;--warnings-as-errors=*",
|
39
|
+
"CMAKE_CXX_STANDARD": "17"
|
33
40
|
}
|
34
41
|
}
|
35
42
|
],
|
@@ -44,6 +51,12 @@
|
|
44
51
|
"displayName": "Venv Build",
|
45
52
|
"configurePreset": "venv"
|
46
53
|
},
|
54
|
+
{
|
55
|
+
"name": "tidy",
|
56
|
+
"displayName": "Clang-tidy Build",
|
57
|
+
"configurePreset": "tidy",
|
58
|
+
"nativeToolOptions": ["-k0"]
|
59
|
+
},
|
47
60
|
{
|
48
61
|
"name": "tests",
|
49
62
|
"displayName": "Tests (for workflow)",
|
@@ -817,7 +817,9 @@ protected:
|
|
817
817
|
cast_impl(T &&src, return_value_policy policy, handle parent, index_sequence<Is...>) {
|
818
818
|
PYBIND11_WORKAROUND_INCORRECT_MSVC_C4100(src, policy, parent);
|
819
819
|
PYBIND11_WORKAROUND_INCORRECT_GCC_UNUSED_BUT_SET_PARAMETER(policy, parent);
|
820
|
+
|
820
821
|
std::array<object, size> entries{{reinterpret_steal<object>(
|
822
|
+
// NOLINTNEXTLINE(bugprone-use-after-move)
|
821
823
|
make_caster<Ts>::cast(std::get<Is>(std::forward<T>(src)), policy, parent))...}};
|
822
824
|
for (const auto &entry : entries) {
|
823
825
|
if (!entry) {
|
@@ -63,6 +63,9 @@ public:
|
|
63
63
|
get_duration(const std::chrono::duration<rep, period> &src) {
|
64
64
|
return src;
|
65
65
|
}
|
66
|
+
static const std::chrono::duration<rep, period> &
|
67
|
+
get_duration(const std::chrono::duration<rep, period> &&)
|
68
|
+
= delete;
|
66
69
|
|
67
70
|
// If this is a time_point get the time_since_epoch
|
68
71
|
template <typename Clock>
|
@@ -0,0 +1,50 @@
|
|
1
|
+
// Copyright (c) 2016-2025 The Pybind Development Team.
|
2
|
+
// All rights reserved. Use of this source code is governed by a
|
3
|
+
// BSD-style license that can be found in the LICENSE file.
|
4
|
+
|
5
|
+
#pragma once
|
6
|
+
|
7
|
+
#include "pytypes.h"
|
8
|
+
|
9
|
+
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
|
10
|
+
|
11
|
+
/// This does not do anything if there's a GIL. On free-threaded Python,
|
12
|
+
/// it locks an object. This uses the CPython API, which has limits
|
13
|
+
class scoped_critical_section {
|
14
|
+
public:
|
15
|
+
#ifdef Py_GIL_DISABLED
|
16
|
+
explicit scoped_critical_section(handle obj) : has2(false) {
|
17
|
+
PyCriticalSection_Begin(§ion, obj.ptr());
|
18
|
+
}
|
19
|
+
|
20
|
+
scoped_critical_section(handle obj1, handle obj2) : has2(true) {
|
21
|
+
PyCriticalSection2_Begin(§ion2, obj1.ptr(), obj2.ptr());
|
22
|
+
}
|
23
|
+
|
24
|
+
~scoped_critical_section() {
|
25
|
+
if (has2) {
|
26
|
+
PyCriticalSection2_End(§ion2);
|
27
|
+
} else {
|
28
|
+
PyCriticalSection_End(§ion);
|
29
|
+
}
|
30
|
+
}
|
31
|
+
#else
|
32
|
+
explicit scoped_critical_section(handle) {};
|
33
|
+
scoped_critical_section(handle, handle) {};
|
34
|
+
~scoped_critical_section() = default;
|
35
|
+
#endif
|
36
|
+
|
37
|
+
scoped_critical_section(const scoped_critical_section &) = delete;
|
38
|
+
scoped_critical_section &operator=(const scoped_critical_section &) = delete;
|
39
|
+
|
40
|
+
private:
|
41
|
+
#ifdef Py_GIL_DISABLED
|
42
|
+
bool has2;
|
43
|
+
union {
|
44
|
+
PyCriticalSection section;
|
45
|
+
PyCriticalSection2 section2;
|
46
|
+
};
|
47
|
+
#endif
|
48
|
+
};
|
49
|
+
|
50
|
+
PYBIND11_NAMESPACE_END(PYBIND11_NAMESPACE)
|
@@ -14,13 +14,35 @@
|
|
14
14
|
# error "PYTHON < 3.8 IS UNSUPPORTED. pybind11 v2.13 was the last to support Python 3.7."
|
15
15
|
#endif
|
16
16
|
|
17
|
+
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
|
18
|
+
// See also: https://github.com/python/cpython/blob/HEAD/Include/patchlevel.h
|
19
|
+
/* -- start version constants -- */
|
17
20
|
#define PYBIND11_VERSION_MAJOR 3
|
18
21
|
#define PYBIND11_VERSION_MINOR 0
|
22
|
+
#define PYBIND11_VERSION_MICRO 0
|
23
|
+
// ALPHA = 0xA, BETA = 0xB, GAMMA = 0xC (release candidate), FINAL = 0xF (stable release)
|
24
|
+
// - The release level is set to "alpha" for development versions.
|
25
|
+
// Use 0xA0 (LEVEL=0xA, SERIAL=0) for development versions.
|
26
|
+
// - For stable releases, set the serial to 0.
|
27
|
+
#define PYBIND11_VERSION_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
|
28
|
+
#define PYBIND11_VERSION_RELEASE_SERIAL 1
|
29
|
+
// String version of (micro, release level, release serial), e.g.: 0a0, 0b1, 0rc1, 0
|
19
30
|
#define PYBIND11_VERSION_PATCH 0rc1
|
31
|
+
/* -- end version constants -- */
|
20
32
|
|
21
|
-
|
22
|
-
//
|
23
|
-
#define
|
33
|
+
#if !defined(Py_PACK_FULL_VERSION)
|
34
|
+
// Stable API since Python 3.14.0a4
|
35
|
+
# define Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) \
|
36
|
+
((((X) & 0xff) << 24) | (((Y) & 0xff) << 16) | (((Z) & 0xff) << 8) \
|
37
|
+
| (((LEVEL) & 0xf) << 4) | (((SERIAL) & 0xf) << 0))
|
38
|
+
#endif
|
39
|
+
// Version as a single 4-byte hex number, e.g. 0x030C04B5 == 3.12.4b5.
|
40
|
+
#define PYBIND11_VERSION_HEX \
|
41
|
+
Py_PACK_FULL_VERSION(PYBIND11_VERSION_MAJOR, \
|
42
|
+
PYBIND11_VERSION_MINOR, \
|
43
|
+
PYBIND11_VERSION_MICRO, \
|
44
|
+
PYBIND11_VERSION_RELEASE_LEVEL, \
|
45
|
+
PYBIND11_VERSION_RELEASE_SERIAL)
|
24
46
|
|
25
47
|
#include "pybind11_namespace_macros.h"
|
26
48
|
|
@@ -363,35 +385,39 @@
|
|
363
385
|
} \
|
364
386
|
PyObject *pybind11_init()
|
365
387
|
|
388
|
+
// this push is for the next several macros
|
366
389
|
PYBIND11_WARNING_PUSH
|
367
390
|
PYBIND11_WARNING_DISABLE_CLANG("-Wgnu-zero-variadic-macro-arguments")
|
391
|
+
|
392
|
+
/**
|
393
|
+
Create a PyInit_ function for this module.
|
394
|
+
|
395
|
+
Note that this is run once for each (sub-)interpreter the module is imported into, including
|
396
|
+
possibly concurrently. The PyModuleDef is allowed to be static, but the PyObject* resulting from
|
397
|
+
PyModuleDef_Init should be treated like any other PyObject (so not shared across interpreters).
|
398
|
+
*/
|
368
399
|
#define PYBIND11_MODULE_PYINIT(name, pre_init, ...) \
|
369
|
-
static ::pybind11::module_::module_def PYBIND11_CONCAT(pybind11_module_def_, name); \
|
370
|
-
static ::pybind11::module_::slots_array PYBIND11_CONCAT(pybind11_module_slots_, name); \
|
371
400
|
static int PYBIND11_CONCAT(pybind11_exec_, name)(PyObject *); \
|
372
|
-
static void PYBIND11_CONCAT(pybind11_init_, name)(::pybind11::module_ &); \
|
373
401
|
PYBIND11_PLUGIN_IMPL(name) { \
|
374
402
|
PYBIND11_CHECK_PYTHON_VERSION \
|
375
403
|
pre_init; \
|
376
404
|
PYBIND11_ENSURE_INTERNALS_READY \
|
377
|
-
static
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
return result.ptr(); \
|
405
|
+
static ::pybind11::detail::slots_array slots = ::pybind11::detail::init_slots( \
|
406
|
+
&PYBIND11_CONCAT(pybind11_exec_, name), ##__VA_ARGS__); \
|
407
|
+
static PyModuleDef def{/* m_base */ PyModuleDef_HEAD_INIT, \
|
408
|
+
/* m_name */ PYBIND11_TOSTRING(name), \
|
409
|
+
/* m_doc */ nullptr, \
|
410
|
+
/* m_size */ 0, \
|
411
|
+
/* m_methods */ nullptr, \
|
412
|
+
/* m_slots */ slots.data(), \
|
413
|
+
/* m_traverse */ nullptr, \
|
414
|
+
/* m_clear */ nullptr, \
|
415
|
+
/* m_free */ nullptr}; \
|
416
|
+
return PyModuleDef_Init(&def); \
|
390
417
|
}
|
391
418
|
|
392
|
-
PYBIND11_WARNING_POP
|
393
|
-
|
394
419
|
#define PYBIND11_MODULE_EXEC(name, variable) \
|
420
|
+
static void PYBIND11_CONCAT(pybind11_init_, name)(::pybind11::module_ &); \
|
395
421
|
int PYBIND11_CONCAT(pybind11_exec_, name)(PyObject * pm) { \
|
396
422
|
try { \
|
397
423
|
auto m = pybind11::reinterpret_borrow<::pybind11::module_>(pm); \
|
@@ -442,12 +468,12 @@ PYBIND11_WARNING_POP
|
|
442
468
|
}
|
443
469
|
|
444
470
|
\endrst */
|
445
|
-
PYBIND11_WARNING_PUSH
|
446
|
-
PYBIND11_WARNING_DISABLE_CLANG("-Wgnu-zero-variadic-macro-arguments")
|
447
471
|
#define PYBIND11_MODULE(name, variable, ...) \
|
448
472
|
PYBIND11_MODULE_PYINIT( \
|
449
473
|
name, (pybind11::detail::get_num_interpreters_seen() += 1), ##__VA_ARGS__) \
|
450
474
|
PYBIND11_MODULE_EXEC(name, variable)
|
475
|
+
|
476
|
+
// pop gnu-zero-variadic-macro-arguments
|
451
477
|
PYBIND11_WARNING_POP
|
452
478
|
|
453
479
|
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
|
@@ -273,7 +273,8 @@ struct constructor {
|
|
273
273
|
static void execute(Class &cl, const Extra &...extra) {
|
274
274
|
cl.def(
|
275
275
|
"__init__",
|
276
|
-
[](value_and_holder &v_h,
|
276
|
+
[](value_and_holder &v_h,
|
277
|
+
Args... args) { // NOLINT(performance-unnecessary-value-param)
|
277
278
|
v_h.value_ptr() = construct_or_initialize<Cpp<Class>>(std::forward<Args>(args)...);
|
278
279
|
},
|
279
280
|
is_new_style_constructor(),
|
@@ -340,7 +340,7 @@ struct smart_holder {
|
|
340
340
|
}
|
341
341
|
|
342
342
|
template <typename T>
|
343
|
-
static smart_holder from_shared_ptr(std::shared_ptr<T> shd_ptr) {
|
343
|
+
static smart_holder from_shared_ptr(const std::shared_ptr<T> &shd_ptr) {
|
344
344
|
smart_holder hld;
|
345
345
|
hld.vptr = std::static_pointer_cast<void>(shd_ptr);
|
346
346
|
hld.vptr_is_external_shared_ptr = true;
|
@@ -48,7 +48,7 @@ struct func_wrapper_base {
|
|
48
48
|
template <typename Return, typename... Args>
|
49
49
|
struct func_wrapper : func_wrapper_base {
|
50
50
|
using func_wrapper_base::func_wrapper_base;
|
51
|
-
Return operator()(Args... args) const {
|
51
|
+
Return operator()(Args... args) const { // NOLINT(performance-unnecessary-value-param)
|
52
52
|
gil_scoped_acquire acq;
|
53
53
|
// casts the returned object as a rvalue to the return type
|
54
54
|
return hfunc.f(std::forward<Args>(args)...).template cast<Return>();
|