pyvpmr 250420__tar.gz → 250523__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 (820) hide show
  1. {pyvpmr-250420 → pyvpmr-250523}/PKG-INFO +15 -19
  2. {pyvpmr-250420 → pyvpmr-250523}/README.md +14 -18
  3. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/LDLT.h +2 -2
  4. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/LLT.h +3 -3
  5. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Array.h +3 -3
  6. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ArrayWrapper.h +8 -16
  7. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/AssignEvaluator.h +42 -46
  8. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/BandMatrix.h +8 -8
  9. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Block.h +8 -18
  10. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CommaInitializer.h +1 -1
  11. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CoreEvaluators.h +9 -7
  12. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseBinaryOp.h +2 -2
  13. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseNullaryOp.h +2 -2
  14. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseUnaryOp.h +2 -2
  15. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseUnaryView.h +4 -4
  16. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DenseBase.h +2 -2
  17. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DenseCoeffsBase.h +26 -33
  18. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DeviceWrapper.h +5 -7
  19. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Diagonal.h +6 -8
  20. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DiagonalMatrix.h +2 -2
  21. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/EigenBase.h +3 -3
  22. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ForceAlignedAccess.h +4 -8
  23. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/GenericPacketMath.h +9 -14
  24. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/IndexedView.h +2 -2
  25. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Inverse.h +2 -2
  26. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Map.h +2 -2
  27. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MapBase.h +2 -2
  28. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MathFunctions.h +5 -5
  29. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Matrix.h +4 -4
  30. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/NestByValue.h +2 -2
  31. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/NumTraits.h +34 -44
  32. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/PlainObjectBase.h +6 -6
  33. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Product.h +2 -2
  34. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/RandomImpl.h +2 -2
  35. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Ref.h +5 -5
  36. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Replicate.h +2 -2
  37. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Reshaped.h +2 -2
  38. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ReturnByValue.h +2 -6
  39. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Reverse.h +2 -2
  40. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Select.h +2 -2
  41. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SelfAdjointView.h +4 -4
  42. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SkewSymmetricMatrix3.h +3 -3
  43. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Solve.h +2 -2
  44. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SolveTriangular.h +2 -2
  45. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SolverBase.h +8 -0
  46. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/StlIterators.h +8 -9
  47. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Stride.h +2 -2
  48. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Transpose.h +2 -2
  49. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Transpositions.h +3 -3
  50. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/TriangularMatrix.h +6 -6
  51. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/VectorwiseOp.h +7 -12
  52. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Visitor.h +5 -7
  53. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +9 -10
  54. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/Tuple.h +19 -24
  55. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +15 -23
  56. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/EmulateArray.h +3 -3
  57. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Macros.h +0 -5
  58. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Memory.h +37 -39
  59. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Meta.h +15 -15
  60. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ReshapedHelper.h +1 -1
  61. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/XprHelper.h +8 -8
  62. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +3 -3
  63. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Homogeneous.h +6 -6
  64. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Quaternion.h +11 -13
  65. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Transform.h +2 -2
  66. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Translation.h +6 -6
  67. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/HouseholderSequence.h +2 -2
  68. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +2 -2
  69. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +2 -2
  70. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +3 -3
  71. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +2 -2
  72. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +2 -2
  73. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/KLUSupport/KLUSupport.h +2 -2
  74. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/FullPivLU.h +13 -2
  75. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/InverseImpl.h +1 -1
  76. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/PartialPivLU.h +13 -2
  77. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/FullPivHouseholderQR.h +11 -0
  78. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/HouseholderQR.h +11 -0
  79. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/BDCSVD.h +21 -8
  80. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/BDCSVD_LAPACKE.h +11 -9
  81. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/JacobiSVD.h +24 -8
  82. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +59 -59
  83. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/lapacke_helpers.h +1 -1
  84. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/BlockMethods.inc +1 -1
  85. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +53 -54
  86. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +13 -13
  87. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +9 -10
  88. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +11 -11
  89. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +1 -1
  90. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +3 -3
  91. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +1 -1
  92. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +10 -10
  93. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +3 -3
  94. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/FFT +20 -8
  95. pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/duccfft_impl.h +71 -0
  96. pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_pocketfft_impl.h → pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/pocketfft_impl.h +10 -11
  97. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +2 -1
  98. pyvpmr-250523/patch_size.patch +131 -0
  99. pyvpmr-250523/pybind11/CMakePresets.json +80 -0
  100. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/cast.h +65 -6
  101. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/conduit/wrap_include_python_h.h +1 -1
  102. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/class.h +5 -0
  103. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/common.h +90 -48
  104. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/cpp_conduit.h +0 -2
  105. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/function_record_pyobject.h +6 -6
  106. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/init.h +10 -1
  107. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/internals.h +170 -93
  108. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/native_enum_data.h +0 -2
  109. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/type_caster_base.h +13 -17
  110. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/value_and_holder.h +12 -0
  111. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/embed.h +45 -28
  112. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eval.h +6 -1
  113. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/functional.h +1 -3
  114. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/gil.h +6 -1
  115. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/pybind11.h +79 -9
  116. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/pytypes.h +2 -1
  117. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/stl/filesystem.h +7 -17
  118. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/stl.h +3 -2
  119. pyvpmr-250523/pybind11/include/pybind11/subinterpreter.h +320 -0
  120. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/typing.h +19 -13
  121. {pyvpmr-250420 → pyvpmr-250523}/pybind11/noxfile.py +45 -5
  122. {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/__main__.py +5 -1
  123. pyvpmr-250523/pybind11/pybind11/_version.py +34 -0
  124. pyvpmr-250523/pybind11/pyproject.toml +183 -0
  125. {pyvpmr-250420 → pyvpmr-250523}/pyvpmr.egg-info/PKG-INFO +15 -19
  126. {pyvpmr-250420 → pyvpmr-250523}/pyvpmr.egg-info/SOURCES.txt +8 -11
  127. {pyvpmr-250420 → pyvpmr-250523}/src/VPMR.cpp +172 -18
  128. pyvpmr-250420/patch_size.patch +0 -50
  129. pyvpmr-250420/pybind11/pybind11/_version.py +0 -12
  130. pyvpmr-250420/pybind11/pyproject.toml +0 -88
  131. pyvpmr-250420/pybind11/setup.cfg +0 -42
  132. pyvpmr-250420/pybind11/setup.py +0 -153
  133. pyvpmr-250420/src/BigInt.hpp +0 -1858
  134. pyvpmr-250420/src/Cache.hpp +0 -42
  135. pyvpmr-250420/src/Gauss.hpp +0 -130
  136. pyvpmr-250420/src/VPMR.h +0 -49
  137. {pyvpmr-250420 → pyvpmr-250523}/LICENSE +0 -0
  138. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/AccelerateSupport +0 -0
  139. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Cholesky +0 -0
  140. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/CholmodSupport +0 -0
  141. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Core +0 -0
  142. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Dense +0 -0
  143. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Eigen +0 -0
  144. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Eigenvalues +0 -0
  145. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Geometry +0 -0
  146. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Householder +0 -0
  147. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/IterativeLinearSolvers +0 -0
  148. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Jacobi +0 -0
  149. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/KLUSupport +0 -0
  150. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/LU +0 -0
  151. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/MetisSupport +0 -0
  152. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/OrderingMethods +0 -0
  153. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/PaStiXSupport +0 -0
  154. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/PardisoSupport +0 -0
  155. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/QR +0 -0
  156. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/QtAlignedMalloc +0 -0
  157. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SPQRSupport +0 -0
  158. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SVD +0 -0
  159. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Sparse +0 -0
  160. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseCholesky +0 -0
  161. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseCore +0 -0
  162. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseLU +0 -0
  163. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseQR +0 -0
  164. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/StdDeque +0 -0
  165. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/StdList +0 -0
  166. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/StdVector +0 -0
  167. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SuperLUSupport +0 -0
  168. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/ThreadPool +0 -0
  169. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/UmfPackSupport +0 -0
  170. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/AccelerateSupport/AccelerateSupport.h +0 -0
  171. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/AccelerateSupport/InternalHeaderCheck.h +0 -0
  172. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/InternalHeaderCheck.h +0 -0
  173. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
  174. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
  175. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/CholmodSupport/InternalHeaderCheck.h +0 -0
  176. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
  177. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ArrayBase.h +0 -0
  178. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Assign.h +0 -0
  179. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
  180. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
  181. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CoreIterators.h +0 -0
  182. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
  183. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DenseStorage.h +0 -0
  184. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
  185. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Dot.h +0 -0
  186. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Fill.h +0 -0
  187. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Fuzzy.h +0 -0
  188. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
  189. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
  190. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/IO.h +0 -0
  191. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/InnerProduct.h +0 -0
  192. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/InternalHeaderCheck.h +0 -0
  193. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
  194. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MatrixBase.h +0 -0
  195. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/NoAlias.h +0 -0
  196. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
  197. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
  198. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
  199. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Random.h +0 -0
  200. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Redux.h +0 -0
  201. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
  202. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/StableNorm.h +0 -0
  203. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Swap.h +0 -0
  204. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/VectorBlock.h +0 -0
  205. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
  206. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
  207. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
  208. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
  209. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
  210. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/GemmKernel.h +0 -0
  211. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
  212. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/MathFunctionsFP16.h +0 -0
  213. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
  214. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/PacketMathFP16.h +0 -0
  215. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TrsmKernel.h +0 -0
  216. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc +0 -0
  217. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
  218. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TypeCastingFP16.h +0 -0
  219. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
  220. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
  221. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
  222. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
  223. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
  224. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h +0 -0
  225. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.inc +0 -0
  226. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
  227. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/TypeCasting.h +0 -0
  228. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
  229. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
  230. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
  231. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
  232. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
  233. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/Complex.h +0 -0
  234. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
  235. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
  236. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
  237. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
  238. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/HVX/PacketMath.h +0 -0
  239. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/Complex.h +0 -0
  240. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/GeneralBlockPanelKernel.h +0 -0
  241. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/MathFunctions.h +0 -0
  242. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/PacketMath.h +0 -0
  243. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/TypeCasting.h +0 -0
  244. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
  245. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
  246. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
  247. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
  248. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
  249. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
  250. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
  251. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
  252. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/UnaryFunctors.h +0 -0
  253. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
  254. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
  255. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
  256. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
  257. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
  258. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
  259. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
  260. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
  261. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
  262. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
  263. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
  264. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
  265. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
  266. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
  267. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
  268. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
  269. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
  270. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
  271. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
  272. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
  273. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
  274. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
  275. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
  276. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
  277. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
  278. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
  279. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
  280. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
  281. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
  282. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
  283. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
  284. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
  285. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
  286. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
  287. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
  288. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
  289. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
  290. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
  291. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
  292. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
  293. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Assert.h +0 -0
  294. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
  295. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
  296. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Constants.h +0 -0
  297. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
  298. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
  299. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
  300. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
  301. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
  302. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/MaxSizeVector.h +0 -0
  303. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/MoreMeta.h +0 -0
  304. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
  305. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Serializer.h +0 -0
  306. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
  307. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
  308. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
  309. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
  310. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
  311. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
  312. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
  313. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
  314. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
  315. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
  316. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
  317. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
  318. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
  319. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
  320. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
  321. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
  322. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
  323. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
  324. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
  325. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
  326. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/InternalHeaderCheck.h +0 -0
  327. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
  328. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
  329. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
  330. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
  331. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Scaling.h +0 -0
  332. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
  333. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
  334. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
  335. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/Householder.h +0 -0
  336. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/InternalHeaderCheck.h +0 -0
  337. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
  338. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
  339. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/InternalHeaderCheck.h +0 -0
  340. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
  341. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Jacobi/InternalHeaderCheck.h +0 -0
  342. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
  343. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/KLUSupport/InternalHeaderCheck.h +0 -0
  344. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/Determinant.h +0 -0
  345. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/InternalHeaderCheck.h +0 -0
  346. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
  347. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/arch/InverseSize4.h +0 -0
  348. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/MetisSupport/InternalHeaderCheck.h +0 -0
  349. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/MetisSupport/MetisSupport.h +0 -0
  350. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
  351. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
  352. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/InternalHeaderCheck.h +0 -0
  353. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
  354. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PaStiXSupport/InternalHeaderCheck.h +0 -0
  355. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
  356. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PardisoSupport/InternalHeaderCheck.h +0 -0
  357. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
  358. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
  359. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
  360. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
  361. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
  362. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/InternalHeaderCheck.h +0 -0
  363. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SPQRSupport/InternalHeaderCheck.h +0 -0
  364. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
  365. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/InternalHeaderCheck.h +0 -0
  366. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/SVDBase.h +0 -0
  367. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
  368. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCholesky/InternalHeaderCheck.h +0 -0
  369. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
  370. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
  371. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
  372. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
  373. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
  374. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/InternalHeaderCheck.h +0 -0
  375. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
  376. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
  377. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
  378. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
  379. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
  380. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
  381. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
  382. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
  383. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
  384. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
  385. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
  386. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
  387. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
  388. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
  389. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
  390. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
  391. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
  392. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
  393. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
  394. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
  395. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
  396. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
  397. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
  398. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
  399. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
  400. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
  401. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/InternalHeaderCheck.h +0 -0
  402. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
  403. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
  404. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
  405. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
  406. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
  407. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
  408. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
  409. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
  410. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
  411. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
  412. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
  413. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
  414. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
  415. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
  416. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
  417. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
  418. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseQR/InternalHeaderCheck.h +0 -0
  419. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
  420. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/StdDeque.h +0 -0
  421. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/StdList.h +0 -0
  422. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/StdVector.h +0 -0
  423. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/details.h +0 -0
  424. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SuperLUSupport/InternalHeaderCheck.h +0 -0
  425. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
  426. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/Barrier.h +0 -0
  427. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/CoreThreadPoolDevice.h +0 -0
  428. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/EventCount.h +0 -0
  429. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ForkJoin.h +0 -0
  430. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h +0 -0
  431. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h +0 -0
  432. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/RunQueue.h +0 -0
  433. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadCancel.h +0 -0
  434. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadEnvironment.h +0 -0
  435. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadLocal.h +0 -0
  436. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadPoolInterface.h +0 -0
  437. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadYield.h +0 -0
  438. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/UmfPackSupport/InternalHeaderCheck.h +0 -0
  439. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
  440. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/Image.h +0 -0
  441. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/InternalHeaderCheck.h +0 -0
  442. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/Kernel.h +0 -0
  443. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
  444. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/blas.h +0 -0
  445. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/lapacke.h +0 -0
  446. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
  447. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.inc +0 -0
  448. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.inc +0 -0
  449. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.inc +0 -0
  450. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.inc +0 -0
  451. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/IndexedViewMethods.inc +0 -0
  452. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/InternalHeaderCheck.inc +0 -0
  453. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.inc +0 -0
  454. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.inc +0 -0
  455. {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/ReshapedMethods.inc +0 -0
  456. {pyvpmr-250420 → pyvpmr-250523}/eigen/README.md +0 -0
  457. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/BandTriangularSolver.h +0 -0
  458. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/GeneralRank1Update.h +0 -0
  459. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/PackedSelfadjointProduct.h +0 -0
  460. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/PackedTriangularMatrixVector.h +0 -0
  461. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/PackedTriangularSolverVector.h +0 -0
  462. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/Rank2Update.h +0 -0
  463. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/blas.h +0 -0
  464. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/common.h +0 -0
  465. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/complex_double.cpp +0 -0
  466. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/complex_single.cpp +0 -0
  467. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/double.cpp +0 -0
  468. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/chbmv.c +0 -0
  469. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/chpmv.c +0 -0
  470. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/complexdots.c +0 -0
  471. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/ctbmv.c +0 -0
  472. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/datatypes.h +0 -0
  473. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/drotm.c +0 -0
  474. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/drotmg.c +0 -0
  475. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/dsbmv.c +0 -0
  476. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/dspmv.c +0 -0
  477. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/dtbmv.c +0 -0
  478. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/lsame.c +0 -0
  479. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/srotm.c +0 -0
  480. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/srotmg.c +0 -0
  481. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/ssbmv.c +0 -0
  482. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/sspmv.c +0 -0
  483. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/stbmv.c +0 -0
  484. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/zhbmv.c +0 -0
  485. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/zhpmv.c +0 -0
  486. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/ztbmv.c +0 -0
  487. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/fortran/complexdots.f +0 -0
  488. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level1_cplx_impl.h +0 -0
  489. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level1_impl.h +0 -0
  490. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level1_real_impl.h +0 -0
  491. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level2_cplx_impl.h +0 -0
  492. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level2_impl.h +0 -0
  493. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level2_real_impl.h +0 -0
  494. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level3_impl.h +0 -0
  495. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/single.cpp +0 -0
  496. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/cblat1.f +0 -0
  497. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/cblat2.f +0 -0
  498. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/cblat3.f +0 -0
  499. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/dblat1.f +0 -0
  500. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/dblat2.f +0 -0
  501. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/dblat3.f +0 -0
  502. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/sblat1.f +0 -0
  503. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/sblat2.f +0 -0
  504. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/sblat3.f +0 -0
  505. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/zblat1.f +0 -0
  506. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/zblat2.f +0 -0
  507. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/zblat3.f +0 -0
  508. {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/xerbla.cpp +0 -0
  509. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/cholesky.inc +0 -0
  510. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clacgv.f +0 -0
  511. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/cladiv.f +0 -0
  512. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarf.f +0 -0
  513. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarfb.f +0 -0
  514. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarfg.f +0 -0
  515. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarft.f +0 -0
  516. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/complex_double.cpp +0 -0
  517. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/complex_single.cpp +0 -0
  518. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dladiv.f +0 -0
  519. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlamch.f +0 -0
  520. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlapy2.f +0 -0
  521. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlapy3.f +0 -0
  522. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarf.f +0 -0
  523. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarfb.f +0 -0
  524. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarfg.f +0 -0
  525. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarft.f +0 -0
  526. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/double.cpp +0 -0
  527. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dsecnd_INT_CPU_TIME.cpp +0 -0
  528. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dsecnd_NONE.f +0 -0
  529. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/eigenvalues.inc +0 -0
  530. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaclc.f +0 -0
  531. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaclr.f +0 -0
  532. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/iladlc.f +0 -0
  533. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/iladlr.f +0 -0
  534. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaslc.f +0 -0
  535. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaslr.f +0 -0
  536. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilazlc.f +0 -0
  537. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilazlr.f +0 -0
  538. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/lapack.h +0 -0
  539. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/lapack_common.h +0 -0
  540. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/lu.inc +0 -0
  541. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/second_INT_CPU_TIME.cpp +0 -0
  542. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/second_NONE.f +0 -0
  543. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/single.cpp +0 -0
  544. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/sladiv.f +0 -0
  545. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slamch.f +0 -0
  546. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slapy2.f +0 -0
  547. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slapy3.f +0 -0
  548. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarf.f +0 -0
  549. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarfb.f +0 -0
  550. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarfg.f +0 -0
  551. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarft.f +0 -0
  552. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/svd.inc +0 -0
  553. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlacgv.f +0 -0
  554. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zladiv.f +0 -0
  555. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarf.f +0 -0
  556. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarfb.f +0 -0
  557. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarfg.f +0 -0
  558. {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarft.f +0 -0
  559. {pyvpmr-250420 → pyvpmr-250523}/eigen/signature_of_eigen3_matrix_library +0 -0
  560. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/AdolcForward +0 -0
  561. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/AlignedVector3 +0 -0
  562. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/ArpackSupport +0 -0
  563. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/AutoDiff +0 -0
  564. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/BVH +0 -0
  565. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/Tensor +0 -0
  566. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/TensorSymmetry +0 -0
  567. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/ThreadPool +0 -0
  568. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/InternalHeaderCheck.h +0 -0
  569. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/README.md +0 -0
  570. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +0 -0
  571. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +0 -0
  572. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +0 -0
  573. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +0 -0
  574. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +0 -0
  575. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +0 -0
  576. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +0 -0
  577. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +0 -0
  578. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +0 -0
  579. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +0 -0
  580. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +0 -0
  581. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +0 -0
  582. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +0 -0
  583. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +0 -0
  584. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +0 -0
  585. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +0 -0
  586. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +0 -0
  587. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +0 -0
  588. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +0 -0
  589. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +0 -0
  590. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +0 -0
  591. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +0 -0
  592. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +0 -0
  593. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +0 -0
  594. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +0 -0
  595. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +0 -0
  596. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +0 -0
  597. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +0 -0
  598. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +0 -0
  599. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +0 -0
  600. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +0 -0
  601. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +0 -0
  602. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +0 -0
  603. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +0 -0
  604. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +0 -0
  605. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +0 -0
  606. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +0 -0
  607. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +0 -0
  608. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +0 -0
  609. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +0 -0
  610. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +0 -0
  611. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +0 -0
  612. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +0 -0
  613. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +0 -0
  614. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +0 -0
  615. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +0 -0
  616. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +0 -0
  617. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +0 -0
  618. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +0 -0
  619. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +0 -0
  620. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +0 -0
  621. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +0 -0
  622. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +0 -0
  623. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +0 -0
  624. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +0 -0
  625. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +0 -0
  626. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRoll.h +0 -0
  627. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +0 -0
  628. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +0 -0
  629. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +0 -0
  630. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +0 -0
  631. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +0 -0
  632. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +0 -0
  633. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +0 -0
  634. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/InternalHeaderCheck.h +0 -0
  635. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +0 -0
  636. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +0 -0
  637. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +0 -0
  638. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/EulerAngles +0 -0
  639. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/IterativeSolvers +0 -0
  640. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/KroneckerProduct +0 -0
  641. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/LevenbergMarquardt +0 -0
  642. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/MPRealSupport +0 -0
  643. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/MatrixFunctions +0 -0
  644. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/NNLS +0 -0
  645. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/NonLinearOptimization +0 -0
  646. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/NumericalDiff +0 -0
  647. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/OpenGLSupport +0 -0
  648. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/Polynomials +0 -0
  649. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/SparseExtra +0 -0
  650. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/SpecialFunctions +0 -0
  651. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/Splines +0 -0
  652. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +0 -0
  653. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +0 -0
  654. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +0 -0
  655. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/CoherentPadOp.h +0 -0
  656. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/InternalHeaderCheck.h +0 -0
  657. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h +0 -0
  658. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/BVH/InternalHeaderCheck.h +0 -0
  659. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/BVH/KdBVH.h +0 -0
  660. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +0 -0
  661. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
  662. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h +0 -0
  663. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h +0 -0
  664. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/EulerAngles/InternalHeaderCheck.h +0 -0
  665. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/FFT/InternalHeaderCheck.h +0 -0
  666. /pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h → /pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/fftw_impl.h +0 -0
  667. /pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_imklfft_impl.h → /pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/imklfft_impl.h +0 -0
  668. /pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h → /pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/kissfft_impl.h +0 -0
  669. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/BiCGSTABL.h +0 -0
  670. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +0 -0
  671. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h +0 -0
  672. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h +0 -0
  673. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRSTABL.h +0 -0
  674. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +0 -0
  675. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/InternalHeaderCheck.h +0 -0
  676. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h +0 -0
  677. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h +0 -0
  678. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/KroneckerProduct/InternalHeaderCheck.h +0 -0
  679. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +0 -0
  680. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/InternalHeaderCheck.h +0 -0
  681. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +0 -0
  682. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +0 -0
  683. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +0 -0
  684. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +0 -0
  685. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +0 -0
  686. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/InternalHeaderCheck.h +0 -0
  687. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +0 -0
  688. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +0 -0
  689. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +0 -0
  690. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +0 -0
  691. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +0 -0
  692. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +0 -0
  693. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/InternalHeaderCheck.h +0 -0
  694. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +0 -0
  695. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h +0 -0
  696. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h +0 -0
  697. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +0 -0
  698. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +0 -0
  699. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +0 -0
  700. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +0 -0
  701. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +0 -0
  702. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +0 -0
  703. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +0 -0
  704. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NumericalDiff/InternalHeaderCheck.h +0 -0
  705. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +0 -0
  706. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/Companion.h +0 -0
  707. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/InternalHeaderCheck.h +0 -0
  708. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +0 -0
  709. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +0 -0
  710. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +0 -0
  711. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/InternalHeaderCheck.h +0 -0
  712. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h +0 -0
  713. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +0 -0
  714. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h +0 -0
  715. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/SparseInverse.h +0 -0
  716. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +0 -0
  717. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +0 -0
  718. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +0 -0
  719. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +0 -0
  720. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +0 -0
  721. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +0 -0
  722. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +0 -0
  723. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/InternalHeaderCheck.h +0 -0
  724. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +0 -0
  725. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +0 -0
  726. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +0 -0
  727. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +0 -0
  728. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +0 -0
  729. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +0 -0
  730. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +0 -0
  731. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +0 -0
  732. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +0 -0
  733. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +0 -0
  734. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +0 -0
  735. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +0 -0
  736. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +0 -0
  737. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/InternalHeaderCheck.h +0 -0
  738. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/Spline.h +0 -0
  739. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/SplineFitting.h +0 -0
  740. {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/SplineFwd.h +0 -0
  741. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk.hpp +0 -0
  742. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_benchmark.cpp +0 -0
  743. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_01.cpp +0 -0
  744. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_02.cpp +0 -0
  745. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_03.cpp +0 -0
  746. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_04.cpp +0 -0
  747. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_05.cpp +0 -0
  748. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_06.cpp +0 -0
  749. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_07.cpp +0 -0
  750. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_08.cpp +0 -0
  751. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_09.cpp +0 -0
  752. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_10.cpp +0 -0
  753. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_11.cpp +0 -0
  754. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_12.cpp +0 -0
  755. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_13.cpp +0 -0
  756. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_14.cpp +0 -0
  757. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_15.cpp +0 -0
  758. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_16.cpp +0 -0
  759. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_17.cpp +0 -0
  760. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_18.cpp +0 -0
  761. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_19.cpp +0 -0
  762. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_20.cpp +0 -0
  763. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_21.cpp +0 -0
  764. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_22.cpp +0 -0
  765. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_23.cpp +0 -0
  766. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_24.cpp +0 -0
  767. {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_test.cpp +0 -0
  768. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/complex/complex_type.hpp +0 -0
  769. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/complex/exprtk_complex_adaptor.hpp +0 -0
  770. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/complex/exprtk_complex_example.cpp +0 -0
  771. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_adaptor.hpp +0 -0
  772. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_benchmark.cpp +0 -0
  773. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_repl.cpp +0 -0
  774. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_test.cpp +0 -0
  775. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/exprtk_real_adaptor.hpp +0 -0
  776. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/exprtk_real_benchmark.cpp +0 -0
  777. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/exprtk_real_test.cpp +0 -0
  778. {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/real_type.hpp +0 -0
  779. {pyvpmr-250420 → pyvpmr-250523}/mpreal/README.md +0 -0
  780. {pyvpmr-250420 → pyvpmr-250523}/mpreal/mpreal.h +0 -0
  781. {pyvpmr-250420 → pyvpmr-250523}/pybind11/README.rst +0 -0
  782. {pyvpmr-250420 → pyvpmr-250523}/pybind11/SECURITY.md +0 -0
  783. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/attr.h +0 -0
  784. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/buffer_info.h +0 -0
  785. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/chrono.h +0 -0
  786. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/common.h +0 -0
  787. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/complex.h +0 -0
  788. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +0 -0
  789. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +0 -0
  790. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/descr.h +0 -0
  791. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h +0 -0
  792. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/exception_translation.h +0 -0
  793. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/pybind11_namespace_macros.h +0 -0
  794. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/struct_smart_holder.h +0 -0
  795. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/typeid.h +0 -0
  796. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/using_smart_holder.h +0 -0
  797. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen/common.h +0 -0
  798. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen/matrix.h +0 -0
  799. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen/tensor.h +0 -0
  800. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen.h +0 -0
  801. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
  802. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/gil_simple.h +0 -0
  803. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/iostream.h +0 -0
  804. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/native_enum.h +0 -0
  805. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/numpy.h +0 -0
  806. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/operators.h +0 -0
  807. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/options.h +0 -0
  808. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/stl_bind.h +0 -0
  809. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/trampoline_self_life_support.h +0 -0
  810. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
  811. {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/warnings.h +0 -0
  812. {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/__init__.py +0 -0
  813. {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/commands.py +0 -0
  814. {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/py.typed +0 -0
  815. {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/setup_helpers.py +0 -0
  816. {pyvpmr-250420 → pyvpmr-250523}/pyproject.toml +0 -0
  817. {pyvpmr-250420 → pyvpmr-250523}/pyvpmr/__init__.py +0 -0
  818. {pyvpmr-250420 → pyvpmr-250523}/pyvpmr.egg-info/not-zip-safe +0 -0
  819. {pyvpmr-250420 → pyvpmr-250523}/setup.cfg +0 -0
  820. {pyvpmr-250420 → pyvpmr-250523}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyvpmr
3
- Version: 250420
3
+ Version: 250523
4
4
  Summary: The VPMR Algorithm
5
5
  Author-email: Theodore Chang <tlcfem@gmail.com>
6
6
  Maintainer-email: Theodore Chang <tlcfem@gmail.com>
@@ -749,10 +749,9 @@ The following libraries are required:
749
749
  The following libraries are included:
750
750
 
751
751
  1. [mpreal](http://www.holoborodko.com/pavel/mpfr/) `mpreal` type C++ wrapper, included
752
- 2. [BigInt](https://github.com/faheel/BigInt) `BigInt` arbitrary large integer for combinatorial number, included
753
- 3. [Eigen](https://eigen.tuxfamily.org/) for matrix decomposition, included
754
- 4. [exprtk](https://github.com/ArashPartow/exprtk.git) for expression parsing, included
755
- 5. [exprtk-custom-types](https://github.com/ArashPartow/exprtk-custom-types.git) for `mpreal` support, included
752
+ 2. [Eigen](https://eigen.tuxfamily.org/) for matrix decomposition, included
753
+ 3. [exprtk](https://github.com/ArashPartow/exprtk.git) for expression parsing, included
754
+ 4. [exprtk-custom-types](https://github.com/ArashPartow/exprtk-custom-types.git) for `mpreal` support, included
756
755
 
757
756
  ## How To
758
757
 
@@ -946,10 +945,8 @@ WSL.
946
945
  # install necessary packages
947
946
  pacman -S git mingw-w64-x86_64-cmake mingw-w64-x86_64-tbb mingw-w64-x86_64-gcc mingw-w64-x86_64-ninja mingw-w64-x86_64-gmp mingw-w64-x86_64-mpfr
948
947
  # clone the repository
949
- git clone --depth 1 https://github.com/TLCFEM/vpmr.git
950
- # initialise submodules
948
+ git clone --recurse-submodules --depth 1 https://github.com/TLCFEM/vpmr.git
951
949
  cd vpmr
952
- git submodule update --init --recursive
953
950
  # apply patch to enable parallel evaluation of some loops in SVD
954
951
  cd eigen && git apply --ignore-space-change --ignore-whitespace ../patch_size.patch && cd ..
955
952
  # configure and compile
@@ -964,9 +961,8 @@ The following is based on Fedora.
964
961
  ```bash
965
962
  sudo dnf install gcc g++ gfortran cmake git -y
966
963
  sudo dnf install tbb-devel mpfr-devel gmp-devel -y
967
- git clone --depth 1 https://github.com/TLCFEM/vpmr.git
964
+ git clone --recurse-submodules --depth 1 https://github.com/TLCFEM/vpmr.git
968
965
  cd vpmr
969
- git submodule update --init --recursive
970
966
  cd eigen && git apply --ignore-space-change --ignore-whitespace ../patch_size.patch && cd ..
971
967
  cmake -DCMAKE_BUILD_TYPE=Release .
972
968
  make
@@ -978,15 +974,15 @@ The binary requires available `gmp`, `mpfr` and `tbb` libraries.
978
974
 
979
975
  ```bash
980
976
  ❯ ldd vpmr
981
- linux-vdso.so.1 (0x00007ffcf3121000)
982
- libgmp.so.10 => /lib64/libgmp.so.10 (0x00007f72087e8000)
983
- libmpfr.so.6 => /lib64/libmpfr.so.6 (0x00007f7208736000)
984
- libtbb.so.2 => /lib64/libtbb.so.2 (0x00007f72086f2000)
985
- libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f7208400000)
986
- libm.so.6 => /lib64/libm.so.6 (0x00007f7208320000)
987
- libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f72086d0000)
988
- libc.so.6 => /lib64/libc.so.6 (0x00007f7208143000)
989
- /lib64/ld-linux-x86-64.so.2 (0x00007f72088a1000)
977
+ linux-vdso.so.1 (0x00007ffec2fa0000)
978
+ libtbb.so.12 => /lib/x86_64-linux-gnu/libtbb.so.12 (0x00007fd1dcb13000)
979
+ libgmp.so.10 => /lib/x86_64-linux-gnu/libgmp.so.10 (0x00007fd1dca92000)
980
+ libmpfr.so.6 => /lib/x86_64-linux-gnu/libmpfr.so.6 (0x00007fd1dc9d8000)
981
+ libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fd1dac00000)
982
+ libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd1daf20000)
983
+ libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fd1daf00000)
984
+ libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd1daa1f000)
985
+ /lib64/ld-linux-x86-64.so.2 (0x00007fd1dcb78000)
990
986
  ```
991
987
 
992
988
  The distributed `appimage` is portable.
@@ -42,10 +42,9 @@ The following libraries are required:
42
42
  The following libraries are included:
43
43
 
44
44
  1. [mpreal](http://www.holoborodko.com/pavel/mpfr/) `mpreal` type C++ wrapper, included
45
- 2. [BigInt](https://github.com/faheel/BigInt) `BigInt` arbitrary large integer for combinatorial number, included
46
- 3. [Eigen](https://eigen.tuxfamily.org/) for matrix decomposition, included
47
- 4. [exprtk](https://github.com/ArashPartow/exprtk.git) for expression parsing, included
48
- 5. [exprtk-custom-types](https://github.com/ArashPartow/exprtk-custom-types.git) for `mpreal` support, included
45
+ 2. [Eigen](https://eigen.tuxfamily.org/) for matrix decomposition, included
46
+ 3. [exprtk](https://github.com/ArashPartow/exprtk.git) for expression parsing, included
47
+ 4. [exprtk-custom-types](https://github.com/ArashPartow/exprtk-custom-types.git) for `mpreal` support, included
49
48
 
50
49
  ## How To
51
50
 
@@ -239,10 +238,8 @@ WSL.
239
238
  # install necessary packages
240
239
  pacman -S git mingw-w64-x86_64-cmake mingw-w64-x86_64-tbb mingw-w64-x86_64-gcc mingw-w64-x86_64-ninja mingw-w64-x86_64-gmp mingw-w64-x86_64-mpfr
241
240
  # clone the repository
242
- git clone --depth 1 https://github.com/TLCFEM/vpmr.git
243
- # initialise submodules
241
+ git clone --recurse-submodules --depth 1 https://github.com/TLCFEM/vpmr.git
244
242
  cd vpmr
245
- git submodule update --init --recursive
246
243
  # apply patch to enable parallel evaluation of some loops in SVD
247
244
  cd eigen && git apply --ignore-space-change --ignore-whitespace ../patch_size.patch && cd ..
248
245
  # configure and compile
@@ -257,9 +254,8 @@ The following is based on Fedora.
257
254
  ```bash
258
255
  sudo dnf install gcc g++ gfortran cmake git -y
259
256
  sudo dnf install tbb-devel mpfr-devel gmp-devel -y
260
- git clone --depth 1 https://github.com/TLCFEM/vpmr.git
257
+ git clone --recurse-submodules --depth 1 https://github.com/TLCFEM/vpmr.git
261
258
  cd vpmr
262
- git submodule update --init --recursive
263
259
  cd eigen && git apply --ignore-space-change --ignore-whitespace ../patch_size.patch && cd ..
264
260
  cmake -DCMAKE_BUILD_TYPE=Release .
265
261
  make
@@ -271,15 +267,15 @@ The binary requires available `gmp`, `mpfr` and `tbb` libraries.
271
267
 
272
268
  ```bash
273
269
  ❯ ldd vpmr
274
- linux-vdso.so.1 (0x00007ffcf3121000)
275
- libgmp.so.10 => /lib64/libgmp.so.10 (0x00007f72087e8000)
276
- libmpfr.so.6 => /lib64/libmpfr.so.6 (0x00007f7208736000)
277
- libtbb.so.2 => /lib64/libtbb.so.2 (0x00007f72086f2000)
278
- libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f7208400000)
279
- libm.so.6 => /lib64/libm.so.6 (0x00007f7208320000)
280
- libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f72086d0000)
281
- libc.so.6 => /lib64/libc.so.6 (0x00007f7208143000)
282
- /lib64/ld-linux-x86-64.so.2 (0x00007f72088a1000)
270
+ linux-vdso.so.1 (0x00007ffec2fa0000)
271
+ libtbb.so.12 => /lib/x86_64-linux-gnu/libtbb.so.12 (0x00007fd1dcb13000)
272
+ libgmp.so.10 => /lib/x86_64-linux-gnu/libgmp.so.10 (0x00007fd1dca92000)
273
+ libmpfr.so.6 => /lib/x86_64-linux-gnu/libmpfr.so.6 (0x00007fd1dc9d8000)
274
+ libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fd1dac00000)
275
+ libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd1daf20000)
276
+ libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fd1daf00000)
277
+ libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd1daa1f000)
278
+ /lib64/ld-linux-x86-64.so.2 (0x00007fd1dcb78000)
283
279
  ```
284
280
 
285
281
  The distributed `appimage` is portable.
@@ -230,8 +230,8 @@ class LDLT : public SolverBase<LDLT<MatrixType_, UpLo_> > {
230
230
  */
231
231
  const LDLT& adjoint() const { return *this; }
232
232
 
233
- EIGEN_DEVICE_FUNC inline EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT { return m_matrix.rows(); }
234
- EIGEN_DEVICE_FUNC inline EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT { return m_matrix.cols(); }
233
+ EIGEN_DEVICE_FUNC constexpr Index rows() const noexcept { return m_matrix.rows(); }
234
+ EIGEN_DEVICE_FUNC constexpr Index cols() const noexcept { return m_matrix.cols(); }
235
235
 
236
236
  /** \brief Reports whether previous computation was successful.
237
237
  *
@@ -182,10 +182,10 @@ class LLT : public SolverBase<LLT<MatrixType_, UpLo_> > {
182
182
  * This method is provided for compatibility with other matrix decompositions, thus enabling generic code such as:
183
183
  * \code x = decomposition.adjoint().solve(b) \endcode
184
184
  */
185
- const LLT& adjoint() const EIGEN_NOEXCEPT { return *this; }
185
+ const LLT& adjoint() const noexcept { return *this; }
186
186
 
187
- inline EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT { return m_matrix.rows(); }
188
- inline EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT { return m_matrix.cols(); }
187
+ constexpr Index rows() const noexcept { return m_matrix.rows(); }
188
+ constexpr Index cols() const noexcept { return m_matrix.cols(); }
189
189
 
190
190
  template <typename VectorType>
191
191
  LLT& rankUpdate(const VectorType& vec, const RealScalar& sigma = 1);
@@ -129,7 +129,7 @@ class Array : public PlainObjectBase<Array<Scalar_, Rows_, Cols_, Options_, MaxR
129
129
  #endif
130
130
  /** \brief Move constructor */
131
131
  EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr Array(Array&&) = default;
132
- EIGEN_DEVICE_FUNC Array& operator=(Array&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_assignable<Scalar>::value) {
132
+ EIGEN_DEVICE_FUNC Array& operator=(Array&& other) noexcept(std::is_nothrow_move_assignable<Scalar>::value) {
133
133
  Base::operator=(std::move(other));
134
134
  return *this;
135
135
  }
@@ -253,8 +253,8 @@ class Array : public PlainObjectBase<Array<Scalar_, Rows_, Cols_, Options_, MaxR
253
253
  PrivateType())
254
254
  : Base(other.derived()) {}
255
255
 
256
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index innerStride() const EIGEN_NOEXCEPT { return 1; }
257
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index outerStride() const EIGEN_NOEXCEPT { return this->innerSize(); }
256
+ EIGEN_DEVICE_FUNC constexpr Index innerStride() const noexcept { return 1; }
257
+ EIGEN_DEVICE_FUNC constexpr Index outerStride() const noexcept { return this->innerSize(); }
258
258
 
259
259
  #ifdef EIGEN_ARRAY_PLUGIN
260
260
  #include EIGEN_ARRAY_PLUGIN
@@ -56,14 +56,10 @@ class ArrayWrapper : public ArrayBase<ArrayWrapper<ExpressionType> > {
56
56
 
57
57
  EIGEN_DEVICE_FUNC explicit EIGEN_STRONG_INLINE ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {}
58
58
 
59
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index rows() const EIGEN_NOEXCEPT { return m_expression.rows(); }
60
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index cols() const EIGEN_NOEXCEPT { return m_expression.cols(); }
61
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index outerStride() const EIGEN_NOEXCEPT {
62
- return m_expression.outerStride();
63
- }
64
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index innerStride() const EIGEN_NOEXCEPT {
65
- return m_expression.innerStride();
66
- }
59
+ EIGEN_DEVICE_FUNC constexpr Index rows() const noexcept { return m_expression.rows(); }
60
+ EIGEN_DEVICE_FUNC constexpr Index cols() const noexcept { return m_expression.cols(); }
61
+ EIGEN_DEVICE_FUNC constexpr Index outerStride() const noexcept { return m_expression.outerStride(); }
62
+ EIGEN_DEVICE_FUNC constexpr Index innerStride() const noexcept { return m_expression.innerStride(); }
67
63
 
68
64
  EIGEN_DEVICE_FUNC constexpr ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
69
65
  EIGEN_DEVICE_FUNC constexpr const Scalar* data() const { return m_expression.data(); }
@@ -135,14 +131,10 @@ class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> > {
135
131
 
136
132
  EIGEN_DEVICE_FUNC explicit inline MatrixWrapper(ExpressionType& matrix) : m_expression(matrix) {}
137
133
 
138
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index rows() const EIGEN_NOEXCEPT { return m_expression.rows(); }
139
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index cols() const EIGEN_NOEXCEPT { return m_expression.cols(); }
140
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index outerStride() const EIGEN_NOEXCEPT {
141
- return m_expression.outerStride();
142
- }
143
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR inline Index innerStride() const EIGEN_NOEXCEPT {
144
- return m_expression.innerStride();
145
- }
134
+ EIGEN_DEVICE_FUNC constexpr Index rows() const noexcept { return m_expression.rows(); }
135
+ EIGEN_DEVICE_FUNC constexpr Index cols() const noexcept { return m_expression.cols(); }
136
+ EIGEN_DEVICE_FUNC constexpr Index outerStride() const noexcept { return m_expression.outerStride(); }
137
+ EIGEN_DEVICE_FUNC constexpr Index innerStride() const noexcept { return m_expression.innerStride(); }
146
138
 
147
139
  EIGEN_DEVICE_FUNC constexpr ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
148
140
  EIGEN_DEVICE_FUNC constexpr const Scalar* data() const { return m_expression.data(); }
@@ -200,7 +200,7 @@ struct copy_using_evaluator_DefaultTraversal_CompleteUnrolling {
200
200
 
201
201
  template <typename Kernel, int Stop>
202
202
  struct copy_using_evaluator_DefaultTraversal_CompleteUnrolling<Kernel, Stop, Stop> {
203
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel&) {}
203
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel&) {}
204
204
  };
205
205
 
206
206
  template <typename Kernel, int Index_, int Stop>
@@ -254,7 +254,7 @@ struct copy_using_evaluator_innervec_CompleteUnrolling {
254
254
 
255
255
  template <typename Kernel, int Stop>
256
256
  struct copy_using_evaluator_innervec_CompleteUnrolling<Kernel, Stop, Stop> {
257
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel&) {}
257
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel&) {}
258
258
  };
259
259
 
260
260
  template <typename Kernel, int Index_, int Stop, int SrcAlignment, int DstAlignment>
@@ -334,7 +334,7 @@ template <typename Kernel, int Unrolling>
334
334
  struct dense_assignment_loop_impl<Kernel, AllAtOnceTraversal, Unrolling> {
335
335
  static constexpr int SizeAtCompileTime = Kernel::AssignmentTraits::SizeAtCompileTime;
336
336
 
337
- EIGEN_DEVICE_FUNC static void EIGEN_STRONG_INLINE EIGEN_CONSTEXPR run(Kernel& /*kernel*/) {
337
+ EIGEN_DEVICE_FUNC static void EIGEN_STRONG_INLINE constexpr run(Kernel& /*kernel*/) {
338
338
  EIGEN_STATIC_ASSERT(SizeAtCompileTime == 0, EIGEN_INTERNAL_ERROR_PLEASE_FILE_A_BUG_REPORT)
339
339
  }
340
340
  };
@@ -385,25 +385,23 @@ template <typename PacketType, int DstAlignment, int SrcAlignment, bool UsePacke
385
385
  struct unaligned_dense_assignment_loop {
386
386
  // if Skip == true, then do nothing
387
387
  template <typename Kernel>
388
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& /*kernel*/, Index /*start*/,
389
- Index /*end*/) {}
388
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& /*kernel*/, Index /*start*/, Index /*end*/) {}
390
389
  template <typename Kernel>
391
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& /*kernel*/, Index /*outer*/,
392
- Index /*innerStart*/, Index /*innerEnd*/) {}
390
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& /*kernel*/, Index /*outer*/,
391
+ Index /*innerStart*/, Index /*innerEnd*/) {}
393
392
  };
394
393
 
395
394
  template <typename PacketType, int DstAlignment, int SrcAlignment>
396
395
  struct unaligned_dense_assignment_loop<PacketType, DstAlignment, SrcAlignment, /*UsePacketSegment*/ true,
397
396
  /*Skip*/ false> {
398
397
  template <typename Kernel>
399
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel, Index start, Index end) {
398
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel, Index start, Index end) {
400
399
  Index count = end - start;
401
400
  eigen_assert(count <= unpacket_traits<PacketType>::size);
402
401
  if (count > 0) kernel.template assignPacketSegment<DstAlignment, SrcAlignment, PacketType>(start, 0, count);
403
402
  }
404
403
  template <typename Kernel>
405
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel, Index outer, Index start,
406
- Index end) {
404
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel, Index outer, Index start, Index end) {
407
405
  Index count = end - start;
408
406
  eigen_assert(count <= unpacket_traits<PacketType>::size);
409
407
  if (count > 0)
@@ -415,12 +413,12 @@ template <typename PacketType, int DstAlignment, int SrcAlignment>
415
413
  struct unaligned_dense_assignment_loop<PacketType, DstAlignment, SrcAlignment, /*UsePacketSegment*/ false,
416
414
  /*Skip*/ false> {
417
415
  template <typename Kernel>
418
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel, Index start, Index end) {
416
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel, Index start, Index end) {
419
417
  for (Index index = start; index < end; ++index) kernel.assignCoeff(index);
420
418
  }
421
419
  template <typename Kernel>
422
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel, Index outer, Index innerStart,
423
- Index innerEnd) {
420
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel, Index outer, Index innerStart,
421
+ Index innerEnd) {
424
422
  for (Index inner = innerStart; inner < innerEnd; ++inner) kernel.assignCoeffByOuterInner(outer, inner);
425
423
  }
426
424
  };
@@ -440,7 +438,7 @@ struct copy_using_evaluator_linearvec_CompleteUnrolling {
440
438
 
441
439
  template <typename Kernel, int Stop>
442
440
  struct copy_using_evaluator_linearvec_CompleteUnrolling<Kernel, Stop, Stop> {
443
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel&) {}
441
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel&) {}
444
442
  };
445
443
 
446
444
  template <typename Kernel, int Index_, int Stop, bool UsePacketSegment>
@@ -460,12 +458,12 @@ struct copy_using_evaluator_linearvec_segment<Kernel, Index_, Stop, /*UsePacketS
460
458
 
461
459
  template <typename Kernel, int Stop>
462
460
  struct copy_using_evaluator_linearvec_segment<Kernel, Stop, Stop, /*UsePacketSegment*/ true> {
463
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel&) {}
461
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel&) {}
464
462
  };
465
463
 
466
464
  template <typename Kernel, int Stop>
467
465
  struct copy_using_evaluator_linearvec_segment<Kernel, Stop, Stop, /*UsePacketSegment*/ false> {
468
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel&) {}
466
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel&) {}
469
467
  };
470
468
 
471
469
  template <typename Kernel>
@@ -486,7 +484,7 @@ struct dense_assignment_loop_impl<Kernel, LinearVectorizedTraversal, NoUnrolling
486
484
  unaligned_dense_assignment_loop<PacketType, DstAlignment, SrcAlignment, UsePacketSegment, DstIsAligned>;
487
485
  using tail_loop = unaligned_dense_assignment_loop<PacketType, Alignment, SrcAlignment, UsePacketSegment, false>;
488
486
 
489
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel) {
487
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
490
488
  const Index size = kernel.size();
491
489
  const Index alignedStart = DstIsAligned ? 0 : first_aligned<Alignment>(kernel.dstDataPtr(), size);
492
490
  const Index alignedEnd = alignedStart + numext::round_down(size - alignedStart, PacketSize);
@@ -508,7 +506,7 @@ struct dense_assignment_loop_impl<Kernel, LinearVectorizedTraversal, CompleteUnr
508
506
  static constexpr int AlignedSize = numext::round_down(Size, PacketSize);
509
507
  static constexpr bool UsePacketSegment = Kernel::AssignmentTraits::UsePacketSegment;
510
508
 
511
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel) {
509
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
512
510
  copy_using_evaluator_linearvec_CompleteUnrolling<Kernel, 0, AlignedSize>::run(kernel);
513
511
  copy_using_evaluator_linearvec_segment<Kernel, AlignedSize, Size, UsePacketSegment>::run(kernel);
514
512
  }
@@ -525,7 +523,7 @@ struct dense_assignment_loop_impl<Kernel, InnerVectorizedTraversal, NoUnrolling>
525
523
  static constexpr int SrcAlignment = Kernel::AssignmentTraits::JointAlignment;
526
524
  static constexpr int DstAlignment = Kernel::AssignmentTraits::DstAlignment;
527
525
 
528
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel) {
526
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
529
527
  const Index innerSize = kernel.innerSize();
530
528
  const Index outerSize = kernel.outerSize();
531
529
  for (Index outer = 0; outer < outerSize; ++outer)
@@ -560,10 +558,11 @@ struct dense_assignment_loop_impl<Kernel, InnerVectorizedTraversal, InnerUnrolli
560
558
  /***********************
561
559
  *** Linear traversal ***
562
560
  ***********************/
563
-
561
+ static tbb::affinity_partitioner ap;
564
562
  template <typename Kernel>
565
563
  struct dense_assignment_loop_impl<Kernel, LinearTraversal, NoUnrolling> {
566
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel) {
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);
567
566
  const Index size = kernel.size();
568
567
  for (Index i = 0; i < size; ++i) kernel.assignCoeff(i);
569
568
  }
@@ -571,7 +570,7 @@ struct dense_assignment_loop_impl<Kernel, LinearTraversal, NoUnrolling> {
571
570
 
572
571
  template <typename Kernel>
573
572
  struct dense_assignment_loop_impl<Kernel, LinearTraversal, CompleteUnrolling> {
574
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel) {
573
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
575
574
  copy_using_evaluator_LinearTraversal_CompleteUnrolling<Kernel, 0, Kernel::AssignmentTraits::SizeAtCompileTime>::run(
576
575
  kernel);
577
576
  }
@@ -598,7 +597,7 @@ struct dense_assignment_loop_impl<Kernel, SliceVectorizedTraversal, NoUnrolling>
598
597
  using head_loop = unaligned_dense_assignment_loop<PacketType, DstAlignment, Unaligned, UsePacketSegment, !Alignable>;
599
598
  using tail_loop = unaligned_dense_assignment_loop<PacketType, Alignment, Unaligned, UsePacketSegment, false>;
600
599
 
601
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel) {
600
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
602
601
  const Scalar* dst_ptr = kernel.dstDataPtr();
603
602
  const Index innerSize = kernel.innerSize();
604
603
  const Index outerSize = kernel.outerSize();
@@ -634,7 +633,7 @@ struct dense_assignment_loop_impl<Kernel, SliceVectorizedTraversal, InnerUnrolli
634
633
  using packet_segment_loop = copy_using_evaluator_innervec_segment<Kernel, VectorizableSize, InnerSize, Unaligned,
635
634
  Unaligned, UsePacketSegment>;
636
635
 
637
- EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void run(Kernel& kernel) {
636
+ EIGEN_DEVICE_FUNC static EIGEN_STRONG_INLINE constexpr void run(Kernel& kernel) {
638
637
  for (Index outer = 0; outer < kernel.outerSize(); ++outer) {
639
638
  packet_loop::run(kernel, outer);
640
639
  packet_segment_loop::run(kernel, outer);
@@ -676,15 +675,15 @@ class generic_dense_assignment_kernel {
676
675
  #endif
677
676
  }
678
677
 
679
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index size() const EIGEN_NOEXCEPT { return m_dstExpr.size(); }
680
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index innerSize() const EIGEN_NOEXCEPT { return m_dstExpr.innerSize(); }
681
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index outerSize() const EIGEN_NOEXCEPT { return m_dstExpr.outerSize(); }
682
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT { return m_dstExpr.rows(); }
683
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT { return m_dstExpr.cols(); }
684
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index outerStride() const EIGEN_NOEXCEPT { return m_dstExpr.outerStride(); }
678
+ EIGEN_DEVICE_FUNC constexpr Index size() const noexcept { return m_dstExpr.size(); }
679
+ EIGEN_DEVICE_FUNC constexpr Index innerSize() const noexcept { return m_dstExpr.innerSize(); }
680
+ EIGEN_DEVICE_FUNC constexpr Index outerSize() const noexcept { return m_dstExpr.outerSize(); }
681
+ EIGEN_DEVICE_FUNC constexpr Index rows() const noexcept { return m_dstExpr.rows(); }
682
+ EIGEN_DEVICE_FUNC constexpr Index cols() const noexcept { return m_dstExpr.cols(); }
683
+ EIGEN_DEVICE_FUNC constexpr Index outerStride() const noexcept { return m_dstExpr.outerStride(); }
685
684
 
686
- EIGEN_DEVICE_FUNC DstEvaluatorType& dstEvaluator() EIGEN_NOEXCEPT { return m_dst; }
687
- EIGEN_DEVICE_FUNC const SrcEvaluatorType& srcEvaluator() const EIGEN_NOEXCEPT { return m_src; }
685
+ EIGEN_DEVICE_FUNC DstEvaluatorType& dstEvaluator() noexcept { return m_dst; }
686
+ EIGEN_DEVICE_FUNC const SrcEvaluatorType& srcEvaluator() const noexcept { return m_src; }
688
687
 
689
688
  /// Assign src(row,col) to dst(row,col) through the assignment functor.
690
689
  EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void assignCoeff(Index row, Index col) {
@@ -811,9 +810,8 @@ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void resize_if_allowed(DstXprTyp
811
810
  }
812
811
 
813
812
  template <typename DstXprType, typename SrcXprType, typename Functor>
814
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_dense_assignment_loop(DstXprType& dst,
815
- const SrcXprType& src,
816
- const Functor& func) {
813
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_dense_assignment_loop(DstXprType& dst, const SrcXprType& src,
814
+ const Functor& func) {
817
815
  typedef evaluator<DstXprType> DstEvaluatorType;
818
816
  typedef evaluator<SrcXprType> SrcEvaluatorType;
819
817
 
@@ -882,7 +880,7 @@ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void call_assignment(const Dst& dst, const
882
880
 
883
881
  // Deal with "assume-aliasing"
884
882
  template <typename Dst, typename Src, typename Func>
885
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_assignment(
883
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_assignment(
886
884
  Dst& dst, const Src& src, const Func& func, std::enable_if_t<evaluator_assume_aliasing<Src>::value, void*> = 0) {
887
885
  typename plain_matrix_type<Src>::type tmp(src);
888
886
  call_assignment_no_alias(dst, tmp, func);
@@ -897,14 +895,14 @@ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_assignment(
897
895
  // by-pass "assume-aliasing"
898
896
  // When there is no aliasing, we require that 'dst' has been properly resized
899
897
  template <typename Dst, template <typename> class StorageBase, typename Src, typename Func>
900
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_assignment(NoAlias<Dst, StorageBase>& dst,
901
- const Src& src, const Func& func) {
898
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_assignment(NoAlias<Dst, StorageBase>& dst, const Src& src,
899
+ const Func& func) {
902
900
  call_assignment_no_alias(dst.expression(), src, func);
903
901
  }
904
902
 
905
903
  template <typename Dst, typename Src, typename Func>
906
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_assignment_no_alias(Dst& dst, const Src& src,
907
- const Func& func) {
904
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_assignment_no_alias(Dst& dst, const Src& src,
905
+ const Func& func) {
908
906
  enum {
909
907
  NeedToTranspose = ((int(Dst::RowsAtCompileTime) == 1 && int(Src::ColsAtCompileTime) == 1) ||
910
908
  (int(Dst::ColsAtCompileTime) == 1 && int(Src::RowsAtCompileTime) == 1)) &&
@@ -943,14 +941,13 @@ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void call_restricted_packet_assignment_no_
943
941
  }
944
942
 
945
943
  template <typename Dst, typename Src>
946
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_assignment_no_alias(Dst& dst, const Src& src) {
944
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_assignment_no_alias(Dst& dst, const Src& src) {
947
945
  call_assignment_no_alias(dst, src, internal::assign_op<typename Dst::Scalar, typename Src::Scalar>());
948
946
  }
949
947
 
950
948
  template <typename Dst, typename Src, typename Func>
951
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_assignment_no_alias_no_transpose(Dst& dst,
952
- const Src& src,
953
- const Func& func) {
949
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_assignment_no_alias_no_transpose(Dst& dst, const Src& src,
950
+ const Func& func) {
954
951
  // TODO check whether this is the right place to perform these checks:
955
952
  EIGEN_STATIC_ASSERT_LVALUE(Dst)
956
953
  EIGEN_STATIC_ASSERT_SAME_MATRIX_SIZE(Dst, Src)
@@ -959,8 +956,7 @@ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_assignment_no_al
959
956
  Assignment<Dst, Src, Func>::run(dst, src, func);
960
957
  }
961
958
  template <typename Dst, typename Src>
962
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR void call_assignment_no_alias_no_transpose(Dst& dst,
963
- const Src& src) {
959
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr void call_assignment_no_alias_no_transpose(Dst& dst, const Src& src) {
964
960
  call_assignment_no_alias_no_transpose(dst, src, internal::assign_op<typename Dst::Scalar, typename Src::Scalar>());
965
961
  }
966
962
 
@@ -200,16 +200,16 @@ class BandMatrix : public BandMatrixBase<BandMatrix<Scalar_, Rows, Cols, Supers,
200
200
  : m_coeffs(1 + supers + subs, cols), m_rows(rows), m_supers(supers), m_subs(subs) {}
201
201
 
202
202
  /** \returns the number of columns */
203
- inline EIGEN_CONSTEXPR Index rows() const { return m_rows.value(); }
203
+ constexpr Index rows() const { return m_rows.value(); }
204
204
 
205
205
  /** \returns the number of rows */
206
- inline EIGEN_CONSTEXPR Index cols() const { return m_coeffs.cols(); }
206
+ constexpr Index cols() const { return m_coeffs.cols(); }
207
207
 
208
208
  /** \returns the number of super diagonals */
209
- inline EIGEN_CONSTEXPR Index supers() const { return m_supers.value(); }
209
+ constexpr Index supers() const { return m_supers.value(); }
210
210
 
211
211
  /** \returns the number of sub diagonals */
212
- inline EIGEN_CONSTEXPR Index subs() const { return m_subs.value(); }
212
+ constexpr Index subs() const { return m_subs.value(); }
213
213
 
214
214
  inline const CoefficientsType& coeffs() const { return m_coeffs; }
215
215
  inline CoefficientsType& coeffs() { return m_coeffs; }
@@ -260,16 +260,16 @@ class BandMatrixWrapper
260
260
  }
261
261
 
262
262
  /** \returns the number of columns */
263
- inline EIGEN_CONSTEXPR Index rows() const { return m_rows.value(); }
263
+ constexpr Index rows() const { return m_rows.value(); }
264
264
 
265
265
  /** \returns the number of rows */
266
- inline EIGEN_CONSTEXPR Index cols() const { return m_coeffs.cols(); }
266
+ constexpr Index cols() const { return m_coeffs.cols(); }
267
267
 
268
268
  /** \returns the number of super diagonals */
269
- inline EIGEN_CONSTEXPR Index supers() const { return m_supers.value(); }
269
+ constexpr Index supers() const { return m_supers.value(); }
270
270
 
271
271
  /** \returns the number of sub diagonals */
272
- inline EIGEN_CONSTEXPR Index subs() const { return m_subs.value(); }
272
+ constexpr Index subs() const { return m_subs.value(); }
273
273
 
274
274
  inline const CoefficientsType& coeffs() const { return m_coeffs; }
275
275
 
@@ -289,13 +289,9 @@ class BlockImpl_dense : public internal::dense_xpr_base<Block<XprType, BlockRows
289
289
 
290
290
  EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE XprType& nestedExpression() { return m_xpr; }
291
291
 
292
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex startRow() const EIGEN_NOEXCEPT {
293
- return m_startRow.value();
294
- }
292
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr StorageIndex startRow() const noexcept { return m_startRow.value(); }
295
293
 
296
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex startCol() const EIGEN_NOEXCEPT {
297
- return m_startCol.value();
298
- }
294
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr StorageIndex startCol() const noexcept { return m_startCol.value(); }
299
295
 
300
296
  protected:
301
297
  XprTypeNested m_xpr;
@@ -319,8 +315,7 @@ class BlockImpl_dense<XprType, BlockRows, BlockCols, InnerPanel, true>
319
315
  * Adding an offset to nullptr is undefined behavior, so we must avoid it.
320
316
  */
321
317
  template <typename Scalar>
322
- EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR EIGEN_ALWAYS_INLINE static Scalar* add_to_nullable_pointer(Scalar* base,
323
- Index offset) {
318
+ EIGEN_DEVICE_FUNC constexpr EIGEN_ALWAYS_INLINE static Scalar* add_to_nullable_pointer(Scalar* base, Index offset) {
324
319
  return base != nullptr ? base + offset : nullptr;
325
320
  }
326
321
 
@@ -378,30 +373,25 @@ class BlockImpl_dense<XprType, BlockRows, BlockCols, InnerPanel, true>
378
373
  init();
379
374
  }
380
375
 
381
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all_t<XprTypeNested>& nestedExpression() const
382
- EIGEN_NOEXCEPT {
376
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all_t<XprTypeNested>& nestedExpression() const noexcept {
383
377
  return m_xpr;
384
378
  }
385
379
 
386
380
  EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE XprType& nestedExpression() { return m_xpr; }
387
381
 
388
382
  /** \sa MapBase::innerStride() */
389
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index innerStride() const EIGEN_NOEXCEPT {
383
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr Index innerStride() const noexcept {
390
384
  return internal::traits<BlockType>::HasSameStorageOrderAsXprType ? m_xpr.innerStride() : m_xpr.outerStride();
391
385
  }
392
386
 
393
387
  /** \sa MapBase::outerStride() */
394
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index outerStride() const EIGEN_NOEXCEPT {
388
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr Index outerStride() const noexcept {
395
389
  return internal::traits<BlockType>::HasSameStorageOrderAsXprType ? m_xpr.outerStride() : m_xpr.innerStride();
396
390
  }
397
391
 
398
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex startRow() const EIGEN_NOEXCEPT {
399
- return m_startRow.value();
400
- }
392
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr StorageIndex startRow() const noexcept { return m_startRow.value(); }
401
393
 
402
- EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex startCol() const EIGEN_NOEXCEPT {
403
- return m_startCol.value();
404
- }
394
+ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE constexpr StorageIndex startCol() const noexcept { return m_startCol.value(); }
405
395
 
406
396
  #ifndef __SUNPRO_CC
407
397
  // FIXME sunstudio is not friendly with the above friend...
@@ -92,7 +92,7 @@ struct CommaInitializer {
92
92
 
93
93
  EIGEN_DEVICE_FUNC inline ~CommaInitializer()
94
94
  #if defined VERIFY_RAISES_ASSERT && (!defined EIGEN_NO_ASSERTION_CHECKING) && defined EIGEN_EXCEPTIONS
95
- EIGEN_EXCEPTION_SPEC(Eigen::eigen_assert_exception)
95
+ noexcept(false) // Eigen::eigen_assert_exception
96
96
  #endif
97
97
  {
98
98
  finished();