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.
Files changed (812) hide show
  1. {pyvpmr-250523 → pyvpmr-250527}/PKG-INFO +7 -7
  2. {pyvpmr-250523 → pyvpmr-250527}/README.md +6 -6
  3. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/AssignEvaluator.h +1 -2
  4. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +3 -2
  5. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +0 -2
  6. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/BDCSVD.h +2 -4
  7. {pyvpmr-250523 → pyvpmr-250527}/patch_size.patch +31 -43
  8. {pyvpmr-250523 → pyvpmr-250527}/pybind11/CMakePresets.json +22 -9
  9. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/cast.h +2 -0
  10. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/chrono.h +3 -0
  11. pyvpmr-250527/pybind11/include/pybind11/critical_section.h +50 -0
  12. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/common.h +49 -23
  13. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/init.h +2 -1
  14. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/struct_smart_holder.h +1 -1
  15. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/functional.h +1 -1
  16. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/pybind11.h +38 -72
  17. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/pytypes.h +4 -2
  18. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/stl.h +1 -1
  19. {pyvpmr-250523 → pyvpmr-250527}/pyvpmr.egg-info/PKG-INFO +7 -7
  20. {pyvpmr-250523 → pyvpmr-250527}/pyvpmr.egg-info/SOURCES.txt +1 -0
  21. {pyvpmr-250523 → pyvpmr-250527}/src/VPMR.cpp +5 -5
  22. {pyvpmr-250523 → pyvpmr-250527}/LICENSE +0 -0
  23. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/AccelerateSupport +0 -0
  24. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Cholesky +0 -0
  25. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/CholmodSupport +0 -0
  26. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Core +0 -0
  27. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Dense +0 -0
  28. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Eigen +0 -0
  29. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Eigenvalues +0 -0
  30. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Geometry +0 -0
  31. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Householder +0 -0
  32. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/IterativeLinearSolvers +0 -0
  33. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Jacobi +0 -0
  34. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/KLUSupport +0 -0
  35. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/LU +0 -0
  36. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/MetisSupport +0 -0
  37. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/OrderingMethods +0 -0
  38. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/PaStiXSupport +0 -0
  39. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/PardisoSupport +0 -0
  40. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/QR +0 -0
  41. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/QtAlignedMalloc +0 -0
  42. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SPQRSupport +0 -0
  43. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SVD +0 -0
  44. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/Sparse +0 -0
  45. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseCholesky +0 -0
  46. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseCore +0 -0
  47. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseLU +0 -0
  48. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SparseQR +0 -0
  49. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/StdDeque +0 -0
  50. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/StdList +0 -0
  51. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/StdVector +0 -0
  52. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/SuperLUSupport +0 -0
  53. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/ThreadPool +0 -0
  54. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/UmfPackSupport +0 -0
  55. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/AccelerateSupport/AccelerateSupport.h +0 -0
  56. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/AccelerateSupport/InternalHeaderCheck.h +0 -0
  57. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/InternalHeaderCheck.h +0 -0
  58. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/LDLT.h +0 -0
  59. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/LLT.h +0 -0
  60. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
  61. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
  62. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/CholmodSupport/InternalHeaderCheck.h +0 -0
  63. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
  64. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Array.h +0 -0
  65. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ArrayBase.h +0 -0
  66. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ArrayWrapper.h +0 -0
  67. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Assign.h +0 -0
  68. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
  69. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/BandMatrix.h +0 -0
  70. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Block.h +0 -0
  71. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CommaInitializer.h +0 -0
  72. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
  73. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CoreEvaluators.h +0 -0
  74. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CoreIterators.h +0 -0
  75. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseBinaryOp.h +0 -0
  76. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseNullaryOp.h +0 -0
  77. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
  78. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseUnaryOp.h +0 -0
  79. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/CwiseUnaryView.h +0 -0
  80. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DenseBase.h +0 -0
  81. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DenseCoeffsBase.h +0 -0
  82. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DenseStorage.h +0 -0
  83. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DeviceWrapper.h +0 -0
  84. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Diagonal.h +0 -0
  85. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DiagonalMatrix.h +0 -0
  86. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
  87. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Dot.h +0 -0
  88. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/EigenBase.h +0 -0
  89. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Fill.h +0 -0
  90. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ForceAlignedAccess.h +0 -0
  91. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Fuzzy.h +0 -0
  92. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
  93. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/GenericPacketMath.h +0 -0
  94. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
  95. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/IO.h +0 -0
  96. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/IndexedView.h +0 -0
  97. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/InnerProduct.h +0 -0
  98. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/InternalHeaderCheck.h +0 -0
  99. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Inverse.h +0 -0
  100. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Map.h +0 -0
  101. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MapBase.h +0 -0
  102. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MathFunctions.h +0 -0
  103. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
  104. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Matrix.h +0 -0
  105. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/MatrixBase.h +0 -0
  106. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/NestByValue.h +0 -0
  107. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/NoAlias.h +0 -0
  108. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/NumTraits.h +0 -0
  109. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
  110. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
  111. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/PlainObjectBase.h +0 -0
  112. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Product.h +0 -0
  113. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
  114. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Random.h +0 -0
  115. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/RandomImpl.h +0 -0
  116. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Redux.h +0 -0
  117. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Ref.h +0 -0
  118. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Replicate.h +0 -0
  119. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Reshaped.h +0 -0
  120. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/ReturnByValue.h +0 -0
  121. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Reverse.h +0 -0
  122. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Select.h +0 -0
  123. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SelfAdjointView.h +0 -0
  124. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
  125. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SkewSymmetricMatrix3.h +0 -0
  126. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Solve.h +0 -0
  127. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SolveTriangular.h +0 -0
  128. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/SolverBase.h +0 -0
  129. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/StableNorm.h +0 -0
  130. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/StlIterators.h +0 -0
  131. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Stride.h +0 -0
  132. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Swap.h +0 -0
  133. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Transpose.h +0 -0
  134. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Transpositions.h +0 -0
  135. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/TriangularMatrix.h +0 -0
  136. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/VectorBlock.h +0 -0
  137. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/VectorwiseOp.h +0 -0
  138. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/Visitor.h +0 -0
  139. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
  140. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
  141. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
  142. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
  143. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
  144. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/GemmKernel.h +0 -0
  145. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
  146. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/MathFunctionsFP16.h +0 -0
  147. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
  148. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/PacketMathFP16.h +0 -0
  149. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TrsmKernel.h +0 -0
  150. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc +0 -0
  151. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
  152. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AVX512/TypeCastingFP16.h +0 -0
  153. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
  154. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
  155. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
  156. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
  157. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
  158. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h +0 -0
  159. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.inc +0 -0
  160. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
  161. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/AltiVec/TypeCasting.h +0 -0
  162. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
  163. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
  164. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
  165. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
  166. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
  167. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
  168. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/Complex.h +0 -0
  169. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
  170. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
  171. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/Tuple.h +0 -0
  172. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
  173. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
  174. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/HVX/PacketMath.h +0 -0
  175. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/Complex.h +0 -0
  176. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/GeneralBlockPanelKernel.h +0 -0
  177. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/MathFunctions.h +0 -0
  178. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/PacketMath.h +0 -0
  179. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/LSX/TypeCasting.h +0 -0
  180. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
  181. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
  182. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
  183. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
  184. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
  185. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
  186. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
  187. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
  188. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/NEON/UnaryFunctors.h +0 -0
  189. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
  190. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
  191. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
  192. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
  193. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
  194. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
  195. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
  196. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
  197. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
  198. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
  199. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
  200. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
  201. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
  202. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
  203. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
  204. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
  205. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
  206. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
  207. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
  208. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
  209. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
  210. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
  211. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
  212. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
  213. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
  214. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
  215. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
  216. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
  217. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
  218. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
  219. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
  220. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
  221. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
  222. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
  223. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
  224. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
  225. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
  226. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
  227. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
  228. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Assert.h +0 -0
  229. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
  230. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
  231. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Constants.h +0 -0
  232. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
  233. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/EmulateArray.h +0 -0
  234. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
  235. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
  236. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
  237. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
  238. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Macros.h +0 -0
  239. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/MaxSizeVector.h +0 -0
  240. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Memory.h +0 -0
  241. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Meta.h +0 -0
  242. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/MoreMeta.h +0 -0
  243. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
  244. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/ReshapedHelper.h +0 -0
  245. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/Serializer.h +0 -0
  246. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
  247. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
  248. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Core/util/XprHelper.h +0 -0
  249. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
  250. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
  251. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
  252. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
  253. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
  254. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
  255. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
  256. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
  257. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
  258. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
  259. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
  260. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
  261. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
  262. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
  263. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
  264. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
  265. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
  266. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
  267. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Homogeneous.h +0 -0
  268. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
  269. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/InternalHeaderCheck.h +0 -0
  270. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
  271. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
  272. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Quaternion.h +0 -0
  273. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
  274. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
  275. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Scaling.h +0 -0
  276. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Transform.h +0 -0
  277. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Translation.h +0 -0
  278. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
  279. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
  280. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
  281. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/Householder.h +0 -0
  282. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/HouseholderSequence.h +0 -0
  283. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Householder/InternalHeaderCheck.h +0 -0
  284. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
  285. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
  286. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
  287. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
  288. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
  289. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/InternalHeaderCheck.h +0 -0
  290. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
  291. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
  292. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
  293. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Jacobi/InternalHeaderCheck.h +0 -0
  294. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
  295. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/KLUSupport/InternalHeaderCheck.h +0 -0
  296. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/KLUSupport/KLUSupport.h +0 -0
  297. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/Determinant.h +0 -0
  298. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/FullPivLU.h +0 -0
  299. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/InternalHeaderCheck.h +0 -0
  300. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/InverseImpl.h +0 -0
  301. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/PartialPivLU.h +0 -0
  302. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
  303. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/LU/arch/InverseSize4.h +0 -0
  304. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/MetisSupport/InternalHeaderCheck.h +0 -0
  305. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/MetisSupport/MetisSupport.h +0 -0
  306. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
  307. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
  308. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/InternalHeaderCheck.h +0 -0
  309. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
  310. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PaStiXSupport/InternalHeaderCheck.h +0 -0
  311. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
  312. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PardisoSupport/InternalHeaderCheck.h +0 -0
  313. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
  314. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
  315. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
  316. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
  317. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
  318. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/HouseholderQR.h +0 -0
  319. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
  320. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/QR/InternalHeaderCheck.h +0 -0
  321. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SPQRSupport/InternalHeaderCheck.h +0 -0
  322. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
  323. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/BDCSVD_LAPACKE.h +0 -0
  324. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/InternalHeaderCheck.h +0 -0
  325. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/JacobiSVD.h +0 -0
  326. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
  327. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/SVDBase.h +0 -0
  328. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
  329. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCholesky/InternalHeaderCheck.h +0 -0
  330. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
  331. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
  332. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
  333. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
  334. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
  335. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/InternalHeaderCheck.h +0 -0
  336. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
  337. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
  338. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
  339. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
  340. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
  341. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
  342. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
  343. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
  344. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
  345. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
  346. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
  347. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
  348. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
  349. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
  350. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
  351. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
  352. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
  353. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
  354. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
  355. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
  356. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
  357. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
  358. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
  359. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
  360. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
  361. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
  362. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/InternalHeaderCheck.h +0 -0
  363. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
  364. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
  365. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
  366. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
  367. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
  368. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
  369. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
  370. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
  371. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
  372. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
  373. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
  374. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
  375. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
  376. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
  377. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
  378. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
  379. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseQR/InternalHeaderCheck.h +0 -0
  380. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
  381. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/StdDeque.h +0 -0
  382. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/StdList.h +0 -0
  383. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/StdVector.h +0 -0
  384. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/StlSupport/details.h +0 -0
  385. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SuperLUSupport/InternalHeaderCheck.h +0 -0
  386. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
  387. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/Barrier.h +0 -0
  388. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/CoreThreadPoolDevice.h +0 -0
  389. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/EventCount.h +0 -0
  390. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ForkJoin.h +0 -0
  391. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h +0 -0
  392. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h +0 -0
  393. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/RunQueue.h +0 -0
  394. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadCancel.h +0 -0
  395. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadEnvironment.h +0 -0
  396. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadLocal.h +0 -0
  397. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadPoolInterface.h +0 -0
  398. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/ThreadPool/ThreadYield.h +0 -0
  399. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/UmfPackSupport/InternalHeaderCheck.h +0 -0
  400. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
  401. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/Image.h +0 -0
  402. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/InternalHeaderCheck.h +0 -0
  403. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/Kernel.h +0 -0
  404. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
  405. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/blas.h +0 -0
  406. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/lapacke.h +0 -0
  407. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/lapacke_helpers.h +0 -0
  408. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
  409. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.inc +0 -0
  410. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.inc +0 -0
  411. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/BlockMethods.inc +0 -0
  412. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.inc +0 -0
  413. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.inc +0 -0
  414. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/IndexedViewMethods.inc +0 -0
  415. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/InternalHeaderCheck.inc +0 -0
  416. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.inc +0 -0
  417. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.inc +0 -0
  418. {pyvpmr-250523 → pyvpmr-250527}/eigen/Eigen/src/plugins/ReshapedMethods.inc +0 -0
  419. {pyvpmr-250523 → pyvpmr-250527}/eigen/README.md +0 -0
  420. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/BandTriangularSolver.h +0 -0
  421. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/GeneralRank1Update.h +0 -0
  422. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/PackedSelfadjointProduct.h +0 -0
  423. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/PackedTriangularMatrixVector.h +0 -0
  424. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/PackedTriangularSolverVector.h +0 -0
  425. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/Rank2Update.h +0 -0
  426. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/blas.h +0 -0
  427. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/common.h +0 -0
  428. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/complex_double.cpp +0 -0
  429. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/complex_single.cpp +0 -0
  430. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/double.cpp +0 -0
  431. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/chbmv.c +0 -0
  432. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/chpmv.c +0 -0
  433. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/complexdots.c +0 -0
  434. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/ctbmv.c +0 -0
  435. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/datatypes.h +0 -0
  436. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/drotm.c +0 -0
  437. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/drotmg.c +0 -0
  438. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/dsbmv.c +0 -0
  439. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/dspmv.c +0 -0
  440. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/dtbmv.c +0 -0
  441. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/lsame.c +0 -0
  442. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/srotm.c +0 -0
  443. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/srotmg.c +0 -0
  444. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/ssbmv.c +0 -0
  445. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/sspmv.c +0 -0
  446. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/stbmv.c +0 -0
  447. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/zhbmv.c +0 -0
  448. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/zhpmv.c +0 -0
  449. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/f2c/ztbmv.c +0 -0
  450. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/fortran/complexdots.f +0 -0
  451. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level1_cplx_impl.h +0 -0
  452. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level1_impl.h +0 -0
  453. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level1_real_impl.h +0 -0
  454. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level2_cplx_impl.h +0 -0
  455. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level2_impl.h +0 -0
  456. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level2_real_impl.h +0 -0
  457. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/level3_impl.h +0 -0
  458. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/single.cpp +0 -0
  459. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/cblat1.f +0 -0
  460. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/cblat2.f +0 -0
  461. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/cblat3.f +0 -0
  462. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/dblat1.f +0 -0
  463. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/dblat2.f +0 -0
  464. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/dblat3.f +0 -0
  465. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/sblat1.f +0 -0
  466. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/sblat2.f +0 -0
  467. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/sblat3.f +0 -0
  468. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/zblat1.f +0 -0
  469. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/zblat2.f +0 -0
  470. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/testing/zblat3.f +0 -0
  471. {pyvpmr-250523 → pyvpmr-250527}/eigen/blas/xerbla.cpp +0 -0
  472. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/cholesky.inc +0 -0
  473. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clacgv.f +0 -0
  474. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/cladiv.f +0 -0
  475. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarf.f +0 -0
  476. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarfb.f +0 -0
  477. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarfg.f +0 -0
  478. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/clarft.f +0 -0
  479. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/complex_double.cpp +0 -0
  480. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/complex_single.cpp +0 -0
  481. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dladiv.f +0 -0
  482. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlamch.f +0 -0
  483. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlapy2.f +0 -0
  484. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlapy3.f +0 -0
  485. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarf.f +0 -0
  486. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarfb.f +0 -0
  487. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarfg.f +0 -0
  488. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dlarft.f +0 -0
  489. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/double.cpp +0 -0
  490. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dsecnd_INT_CPU_TIME.cpp +0 -0
  491. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/dsecnd_NONE.f +0 -0
  492. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/eigenvalues.inc +0 -0
  493. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaclc.f +0 -0
  494. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaclr.f +0 -0
  495. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/iladlc.f +0 -0
  496. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/iladlr.f +0 -0
  497. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaslc.f +0 -0
  498. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilaslr.f +0 -0
  499. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilazlc.f +0 -0
  500. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/ilazlr.f +0 -0
  501. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/lapack.h +0 -0
  502. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/lapack_common.h +0 -0
  503. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/lu.inc +0 -0
  504. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/second_INT_CPU_TIME.cpp +0 -0
  505. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/second_NONE.f +0 -0
  506. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/single.cpp +0 -0
  507. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/sladiv.f +0 -0
  508. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slamch.f +0 -0
  509. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slapy2.f +0 -0
  510. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slapy3.f +0 -0
  511. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarf.f +0 -0
  512. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarfb.f +0 -0
  513. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarfg.f +0 -0
  514. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/slarft.f +0 -0
  515. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/svd.inc +0 -0
  516. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlacgv.f +0 -0
  517. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zladiv.f +0 -0
  518. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarf.f +0 -0
  519. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarfb.f +0 -0
  520. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarfg.f +0 -0
  521. {pyvpmr-250523 → pyvpmr-250527}/eigen/lapack/zlarft.f +0 -0
  522. {pyvpmr-250523 → pyvpmr-250527}/eigen/signature_of_eigen3_matrix_library +0 -0
  523. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/AdolcForward +0 -0
  524. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/AlignedVector3 +0 -0
  525. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/ArpackSupport +0 -0
  526. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/AutoDiff +0 -0
  527. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/BVH +0 -0
  528. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/Tensor +0 -0
  529. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/TensorSymmetry +0 -0
  530. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/ThreadPool +0 -0
  531. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/InternalHeaderCheck.h +0 -0
  532. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/README.md +0 -0
  533. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +0 -0
  534. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +0 -0
  535. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +0 -0
  536. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +0 -0
  537. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +0 -0
  538. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +0 -0
  539. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +0 -0
  540. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +0 -0
  541. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +0 -0
  542. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +0 -0
  543. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +0 -0
  544. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +0 -0
  545. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +0 -0
  546. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +0 -0
  547. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +0 -0
  548. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +0 -0
  549. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +0 -0
  550. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +0 -0
  551. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +0 -0
  552. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +0 -0
  553. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +0 -0
  554. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +0 -0
  555. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +0 -0
  556. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +0 -0
  557. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +0 -0
  558. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +0 -0
  559. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +0 -0
  560. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +0 -0
  561. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +0 -0
  562. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +0 -0
  563. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +0 -0
  564. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +0 -0
  565. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +0 -0
  566. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +0 -0
  567. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +0 -0
  568. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +0 -0
  569. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +0 -0
  570. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +0 -0
  571. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +0 -0
  572. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +0 -0
  573. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +0 -0
  574. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +0 -0
  575. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +0 -0
  576. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +0 -0
  577. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +0 -0
  578. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +0 -0
  579. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +0 -0
  580. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +0 -0
  581. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +0 -0
  582. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +0 -0
  583. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +0 -0
  584. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +0 -0
  585. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +0 -0
  586. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +0 -0
  587. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +0 -0
  588. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +0 -0
  589. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +0 -0
  590. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +0 -0
  591. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +0 -0
  592. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +0 -0
  593. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRoll.h +0 -0
  594. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +0 -0
  595. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +0 -0
  596. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +0 -0
  597. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +0 -0
  598. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +0 -0
  599. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +0 -0
  600. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +0 -0
  601. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +0 -0
  602. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +0 -0
  603. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +0 -0
  604. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/InternalHeaderCheck.h +0 -0
  605. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +0 -0
  606. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +0 -0
  607. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +0 -0
  608. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +0 -0
  609. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +0 -0
  610. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/EulerAngles +0 -0
  611. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/FFT +0 -0
  612. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/IterativeSolvers +0 -0
  613. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/KroneckerProduct +0 -0
  614. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/LevenbergMarquardt +0 -0
  615. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/MPRealSupport +0 -0
  616. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/MatrixFunctions +0 -0
  617. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/NNLS +0 -0
  618. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/NonLinearOptimization +0 -0
  619. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/NumericalDiff +0 -0
  620. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/OpenGLSupport +0 -0
  621. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/Polynomials +0 -0
  622. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/SparseExtra +0 -0
  623. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/SpecialFunctions +0 -0
  624. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/Splines +0 -0
  625. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +0 -0
  626. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +0 -0
  627. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +0 -0
  628. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/CoherentPadOp.h +0 -0
  629. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/AutoDiff/InternalHeaderCheck.h +0 -0
  630. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h +0 -0
  631. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/BVH/InternalHeaderCheck.h +0 -0
  632. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/BVH/KdBVH.h +0 -0
  633. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +0 -0
  634. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
  635. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h +0 -0
  636. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h +0 -0
  637. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/EulerAngles/InternalHeaderCheck.h +0 -0
  638. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/InternalHeaderCheck.h +0 -0
  639. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/duccfft_impl.h +0 -0
  640. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/fftw_impl.h +0 -0
  641. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/imklfft_impl.h +0 -0
  642. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/kissfft_impl.h +0 -0
  643. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/FFT/pocketfft_impl.h +0 -0
  644. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/BiCGSTABL.h +0 -0
  645. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +0 -0
  646. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h +0 -0
  647. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h +0 -0
  648. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRSTABL.h +0 -0
  649. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +0 -0
  650. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/InternalHeaderCheck.h +0 -0
  651. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h +0 -0
  652. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h +0 -0
  653. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/KroneckerProduct/InternalHeaderCheck.h +0 -0
  654. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +0 -0
  655. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/InternalHeaderCheck.h +0 -0
  656. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +0 -0
  657. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +0 -0
  658. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +0 -0
  659. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +0 -0
  660. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +0 -0
  661. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/InternalHeaderCheck.h +0 -0
  662. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +0 -0
  663. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +0 -0
  664. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +0 -0
  665. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +0 -0
  666. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +0 -0
  667. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +0 -0
  668. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +0 -0
  669. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/InternalHeaderCheck.h +0 -0
  670. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +0 -0
  671. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h +0 -0
  672. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h +0 -0
  673. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +0 -0
  674. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +0 -0
  675. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +0 -0
  676. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +0 -0
  677. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +0 -0
  678. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +0 -0
  679. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +0 -0
  680. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NumericalDiff/InternalHeaderCheck.h +0 -0
  681. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +0 -0
  682. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/Companion.h +0 -0
  683. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/InternalHeaderCheck.h +0 -0
  684. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +0 -0
  685. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +0 -0
  686. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +0 -0
  687. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/InternalHeaderCheck.h +0 -0
  688. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h +0 -0
  689. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +0 -0
  690. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h +0 -0
  691. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SparseExtra/SparseInverse.h +0 -0
  692. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +0 -0
  693. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +0 -0
  694. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +0 -0
  695. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +0 -0
  696. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +0 -0
  697. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +0 -0
  698. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +0 -0
  699. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/InternalHeaderCheck.h +0 -0
  700. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +0 -0
  701. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +0 -0
  702. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +0 -0
  703. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +0 -0
  704. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +0 -0
  705. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +0 -0
  706. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +0 -0
  707. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +0 -0
  708. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +0 -0
  709. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +0 -0
  710. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +0 -0
  711. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +0 -0
  712. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +0 -0
  713. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/InternalHeaderCheck.h +0 -0
  714. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/Spline.h +0 -0
  715. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/SplineFitting.h +0 -0
  716. {pyvpmr-250523 → pyvpmr-250527}/eigen/unsupported/Eigen/src/Splines/SplineFwd.h +0 -0
  717. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk.hpp +0 -0
  718. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_benchmark.cpp +0 -0
  719. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_01.cpp +0 -0
  720. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_02.cpp +0 -0
  721. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_03.cpp +0 -0
  722. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_04.cpp +0 -0
  723. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_05.cpp +0 -0
  724. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_06.cpp +0 -0
  725. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_07.cpp +0 -0
  726. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_08.cpp +0 -0
  727. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_09.cpp +0 -0
  728. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_10.cpp +0 -0
  729. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_11.cpp +0 -0
  730. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_12.cpp +0 -0
  731. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_13.cpp +0 -0
  732. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_14.cpp +0 -0
  733. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_15.cpp +0 -0
  734. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_16.cpp +0 -0
  735. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_17.cpp +0 -0
  736. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_18.cpp +0 -0
  737. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_19.cpp +0 -0
  738. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_20.cpp +0 -0
  739. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_21.cpp +0 -0
  740. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_22.cpp +0 -0
  741. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_23.cpp +0 -0
  742. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_simple_example_24.cpp +0 -0
  743. {pyvpmr-250523 → pyvpmr-250527}/exprtk/exprtk_test.cpp +0 -0
  744. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/complex/complex_type.hpp +0 -0
  745. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/complex/exprtk_complex_adaptor.hpp +0 -0
  746. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/complex/exprtk_complex_example.cpp +0 -0
  747. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_adaptor.hpp +0 -0
  748. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_benchmark.cpp +0 -0
  749. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_repl.cpp +0 -0
  750. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/mpfr/exprtk_mpfr_test.cpp +0 -0
  751. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/exprtk_real_adaptor.hpp +0 -0
  752. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/exprtk_real_benchmark.cpp +0 -0
  753. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/exprtk_real_test.cpp +0 -0
  754. {pyvpmr-250523 → pyvpmr-250527}/exprtk-custom-types/real/real_type.hpp +0 -0
  755. {pyvpmr-250523 → pyvpmr-250527}/mpreal/README.md +0 -0
  756. {pyvpmr-250523 → pyvpmr-250527}/mpreal/mpreal.h +0 -0
  757. {pyvpmr-250523 → pyvpmr-250527}/pybind11/README.rst +0 -0
  758. {pyvpmr-250523 → pyvpmr-250527}/pybind11/SECURITY.md +0 -0
  759. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/attr.h +0 -0
  760. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/buffer_info.h +0 -0
  761. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/common.h +0 -0
  762. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/complex.h +0 -0
  763. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +0 -0
  764. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +0 -0
  765. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/conduit/wrap_include_python_h.h +0 -0
  766. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/class.h +0 -0
  767. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/cpp_conduit.h +0 -0
  768. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/descr.h +0 -0
  769. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h +0 -0
  770. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/exception_translation.h +0 -0
  771. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/function_record_pyobject.h +0 -0
  772. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/internals.h +0 -0
  773. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/native_enum_data.h +0 -0
  774. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/pybind11_namespace_macros.h +0 -0
  775. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  776. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/typeid.h +0 -0
  777. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/using_smart_holder.h +0 -0
  778. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/detail/value_and_holder.h +0 -0
  779. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen/common.h +0 -0
  780. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen/matrix.h +0 -0
  781. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen/tensor.h +0 -0
  782. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eigen.h +0 -0
  783. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/embed.h +0 -0
  784. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/eval.h +0 -0
  785. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/gil.h +0 -0
  786. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
  787. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/gil_simple.h +0 -0
  788. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/iostream.h +0 -0
  789. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/native_enum.h +0 -0
  790. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/numpy.h +0 -0
  791. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/operators.h +0 -0
  792. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/options.h +0 -0
  793. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/stl/filesystem.h +0 -0
  794. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/stl_bind.h +0 -0
  795. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/subinterpreter.h +0 -0
  796. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/trampoline_self_life_support.h +0 -0
  797. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
  798. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/typing.h +0 -0
  799. {pyvpmr-250523 → pyvpmr-250527}/pybind11/include/pybind11/warnings.h +0 -0
  800. {pyvpmr-250523 → pyvpmr-250527}/pybind11/noxfile.py +0 -0
  801. {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/__init__.py +0 -0
  802. {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/__main__.py +0 -0
  803. {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/_version.py +0 -0
  804. {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/commands.py +0 -0
  805. {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/py.typed +0 -0
  806. {pyvpmr-250523 → pyvpmr-250527}/pybind11/pybind11/setup_helpers.py +0 -0
  807. {pyvpmr-250523 → pyvpmr-250527}/pybind11/pyproject.toml +0 -0
  808. {pyvpmr-250523 → pyvpmr-250527}/pyproject.toml +0 -0
  809. {pyvpmr-250523 → pyvpmr-250527}/pyvpmr/__init__.py +0 -0
  810. {pyvpmr-250523 → pyvpmr-250527}/pyvpmr.egg-info/not-zip-safe +0 -0
  811. {pyvpmr-250523 → pyvpmr-250527}/setup.cfg +0 -0
  812. {pyvpmr-250523 → pyvpmr-250527}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyvpmr
3
- Version: 250523
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.5)
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.5000e+00.
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.4089561283054790e-107j
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: 3112 ms.
877
+ Running time: 2044 ms.
878
878
  ```
879
879
 
880
880
  ![exp(-t^2/4)](https://raw.githubusercontent.com/TLCFEM/vpmr/master/resource/example.png)
@@ -906,8 +906,8 @@ echo "exp(-t*t/10)" > kernel.txt
906
906
 
907
907
  ## Performance
908
908
 
909
- The computation of weights, that involves integrals, and SVD are parallelised.
910
- A typical profiling would yield something similar to the following.
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
  ![profiling](https://raw.githubusercontent.com/TLCFEM/vpmr/master/resource/profile.png)
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.5)
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.5000e+00.
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.4089561283054790e-107j
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: 3112 ms.
170
+ Running time: 2044 ms.
171
171
  ```
172
172
 
173
173
  ![exp(-t^2/4)](resource/example.png)
@@ -199,8 +199,8 @@ echo "exp(-t*t/10)" > kernel.txt
199
199
 
200
200
  ## Performance
201
201
 
202
- The computation of weights, that involves integrals, and SVD are parallelised.
203
- A typical profiling would yield something similar to the following.
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
  ![profiling](resource/profile.png)
206
206
 
@@ -558,11 +558,10 @@ struct dense_assignment_loop_impl<Kernel, InnerVectorizedTraversal, InnerUnrolli
558
558
  /***********************
559
559
  *** Linear traversal ***
560
560
  ***********************/
561
- static tbb::affinity_partitioner ap;
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
- for (Index j2 = packet_cols8; j2 < packet_cols4; j2 += 4) {
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++) {
@@ -13,8 +13,6 @@
13
13
  // IWYU pragma: private
14
14
  #include "../InternalHeaderCheck.h"
15
15
 
16
- #include <tbb/parallel_reduce.h>
17
-
18
16
  namespace Eigen {
19
17
 
20
18
  namespace internal {
@@ -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/AssignEvaluator.h b/Eigen/src/Core/AssignEvaluator.h
2
- index 36f0a9d74..13b31110c 100644
3
- --- a/Eigen/src/Core/AssignEvaluator.h
4
- +++ b/Eigen/src/Core/AssignEvaluator.h
5
- @@ -558,10 +558,11 @@ struct dense_assignment_loop_impl<Kernel, InnerVectorizedTraversal, InnerUnrolli
6
- /***********************
7
- *** Linear traversal ***
8
- ***********************/
9
- -
10
- +static tbb::affinity_partitioner ap;
11
- template <typename Kernel>
12
- struct dense_assignment_loop_impl<Kernel, LinearTraversal, NoUnrolling> {
13
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
14
- + return tbb::parallel_for(Index(0), kernel.size(), [&](const Index l) { kernel.assignCoeff(l); }, ap);
15
- const Index size = kernel.size();
16
- for (Index i = 0; i < size; ++i) kernel.assignCoeff(i);
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..51775ba5f 100644
25
+ index ba72a8a4f..4ce9f99ab 100644
20
26
  --- a/Eigen/src/Core/products/GeneralMatrixVector.h
21
27
  +++ b/Eigen/src/Core/products/GeneralMatrixVector.h
22
- @@ -13,6 +13,8 @@
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..98fd68cdb 100644
73
+ index 6fab905e5..9ae75c579 100644
77
74
  --- a/Eigen/src/SVD/BDCSVD.h
78
75
  +++ b/Eigen/src/SVD/BDCSVD.h
79
- @@ -30,6 +30,8 @@
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 +1173,8 @@ template <typename MatrixType, int Options>
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 +1184,13 @@ void BDCSVD<MatrixType, Options>::computeSingVecs(const ArrayRef& zhat, const Ar
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
- "PYBIND11_FINDPYTHON": "NEW",
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
- "PYBIND11_WERROR": true,
30
- "PYBIND11_FINDPYTHON": "NEW",
31
- "DOWNLOAD_CATCH": true,
32
- "DOWNLOAD_EIGEN": true
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(&section, obj.ptr());
18
+ }
19
+
20
+ scoped_critical_section(handle obj1, handle obj2) : has2(true) {
21
+ PyCriticalSection2_Begin(&section2, obj1.ptr(), obj2.ptr());
22
+ }
23
+
24
+ ~scoped_critical_section() {
25
+ if (has2) {
26
+ PyCriticalSection2_End(&section2);
27
+ } else {
28
+ PyCriticalSection_End(&section);
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
- // Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
22
- // Use 0xA0 for dev
23
- #define PYBIND11_VERSION_HEX 0x030000C1
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 auto result = []() { \
378
- auto &slots = PYBIND11_CONCAT(pybind11_module_slots_, name); \
379
- slots[0] = {Py_mod_exec, \
380
- reinterpret_cast<void *>(&PYBIND11_CONCAT(pybind11_exec_, name))}; \
381
- slots[1] = {0, nullptr}; \
382
- return ::pybind11::module_::initialize_multiphase_module_def( \
383
- PYBIND11_TOSTRING(name), \
384
- nullptr, \
385
- &PYBIND11_CONCAT(pybind11_module_def_, name), \
386
- slots, \
387
- ##__VA_ARGS__); \
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, Args... args) {
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>();