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.
- {pyvpmr-250420 → pyvpmr-250523}/PKG-INFO +15 -19
- {pyvpmr-250420 → pyvpmr-250523}/README.md +14 -18
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/LDLT.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/LLT.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Array.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ArrayWrapper.h +8 -16
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/AssignEvaluator.h +42 -46
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/BandMatrix.h +8 -8
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Block.h +8 -18
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CommaInitializer.h +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CoreEvaluators.h +9 -7
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseBinaryOp.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseNullaryOp.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseUnaryOp.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseUnaryView.h +4 -4
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DenseBase.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DenseCoeffsBase.h +26 -33
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DeviceWrapper.h +5 -7
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Diagonal.h +6 -8
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DiagonalMatrix.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/EigenBase.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ForceAlignedAccess.h +4 -8
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/GenericPacketMath.h +9 -14
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/IndexedView.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Inverse.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Map.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MapBase.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MathFunctions.h +5 -5
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Matrix.h +4 -4
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/NestByValue.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/NumTraits.h +34 -44
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/PlainObjectBase.h +6 -6
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Product.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/RandomImpl.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Ref.h +5 -5
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Replicate.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Reshaped.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ReturnByValue.h +2 -6
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Reverse.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Select.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SelfAdjointView.h +4 -4
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SkewSymmetricMatrix3.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Solve.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SolveTriangular.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SolverBase.h +8 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/StlIterators.h +8 -9
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Stride.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Transpose.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Transpositions.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/TriangularMatrix.h +6 -6
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/VectorwiseOp.h +7 -12
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Visitor.h +5 -7
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +9 -10
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/Tuple.h +19 -24
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +15 -23
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/EmulateArray.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Macros.h +0 -5
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Memory.h +37 -39
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Meta.h +15 -15
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ReshapedHelper.h +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/XprHelper.h +8 -8
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Homogeneous.h +6 -6
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Quaternion.h +11 -13
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Transform.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Translation.h +6 -6
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/HouseholderSequence.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/KLUSupport/KLUSupport.h +2 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/FullPivLU.h +13 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/InverseImpl.h +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/PartialPivLU.h +13 -2
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/FullPivHouseholderQR.h +11 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/HouseholderQR.h +11 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/BDCSVD.h +21 -8
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/BDCSVD_LAPACKE.h +11 -9
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/JacobiSVD.h +24 -8
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +59 -59
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/lapacke_helpers.h +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/BlockMethods.inc +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +53 -54
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +13 -13
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +9 -10
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +11 -11
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +10 -10
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +3 -3
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/FFT +20 -8
- pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/duccfft_impl.h +71 -0
- pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_pocketfft_impl.h → pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/pocketfft_impl.h +10 -11
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +2 -1
- pyvpmr-250523/patch_size.patch +131 -0
- pyvpmr-250523/pybind11/CMakePresets.json +80 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/cast.h +65 -6
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/conduit/wrap_include_python_h.h +1 -1
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/class.h +5 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/common.h +90 -48
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/cpp_conduit.h +0 -2
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/function_record_pyobject.h +6 -6
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/init.h +10 -1
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/internals.h +170 -93
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/native_enum_data.h +0 -2
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/type_caster_base.h +13 -17
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/value_and_holder.h +12 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/embed.h +45 -28
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eval.h +6 -1
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/functional.h +1 -3
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/gil.h +6 -1
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/pybind11.h +79 -9
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/pytypes.h +2 -1
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/stl/filesystem.h +7 -17
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/stl.h +3 -2
- pyvpmr-250523/pybind11/include/pybind11/subinterpreter.h +320 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/typing.h +19 -13
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/noxfile.py +45 -5
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/__main__.py +5 -1
- pyvpmr-250523/pybind11/pybind11/_version.py +34 -0
- pyvpmr-250523/pybind11/pyproject.toml +183 -0
- {pyvpmr-250420 → pyvpmr-250523}/pyvpmr.egg-info/PKG-INFO +15 -19
- {pyvpmr-250420 → pyvpmr-250523}/pyvpmr.egg-info/SOURCES.txt +8 -11
- {pyvpmr-250420 → pyvpmr-250523}/src/VPMR.cpp +172 -18
- pyvpmr-250420/patch_size.patch +0 -50
- pyvpmr-250420/pybind11/pybind11/_version.py +0 -12
- pyvpmr-250420/pybind11/pyproject.toml +0 -88
- pyvpmr-250420/pybind11/setup.cfg +0 -42
- pyvpmr-250420/pybind11/setup.py +0 -153
- pyvpmr-250420/src/BigInt.hpp +0 -1858
- pyvpmr-250420/src/Cache.hpp +0 -42
- pyvpmr-250420/src/Gauss.hpp +0 -130
- pyvpmr-250420/src/VPMR.h +0 -49
- {pyvpmr-250420 → pyvpmr-250523}/LICENSE +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/AccelerateSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Cholesky +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/CholmodSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Core +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Dense +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Eigen +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Eigenvalues +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Geometry +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Householder +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/IterativeLinearSolvers +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Jacobi +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/KLUSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/LU +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/MetisSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/OrderingMethods +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/PaStiXSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/PardisoSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/QR +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/QtAlignedMalloc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SPQRSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SVD +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/Sparse +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseCholesky +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseCore +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseLU +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SparseQR +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/StdDeque +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/StdList +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/StdVector +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/SuperLUSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/ThreadPool +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/UmfPackSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/AccelerateSupport/AccelerateSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/AccelerateSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/CholmodSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ArrayBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Assign.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CoreIterators.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DenseStorage.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Dot.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Fill.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Fuzzy.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/IO.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/InnerProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/MatrixBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/NoAlias.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Random.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Redux.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/StableNorm.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/Swap.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/VectorBlock.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/GemmKernel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/MathFunctionsFP16.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/PacketMathFP16.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TrsmKernel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AVX512/TypeCastingFP16.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/AltiVec/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/HVX/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/GeneralBlockPanelKernel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/LSX/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/NEON/UnaryFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Assert.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Constants.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/MaxSizeVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/MoreMeta.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/Serializer.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Scaling.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/Householder.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Householder/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Jacobi/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/KLUSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/Determinant.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/LU/arch/InverseSize4.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/MetisSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/MetisSupport/MetisSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PaStiXSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PardisoSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/QR/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SPQRSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/SVDBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCholesky/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseQR/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/StdDeque.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/StdList.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/StdVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/StlSupport/details.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SuperLUSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/Barrier.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/CoreThreadPoolDevice.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/EventCount.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ForkJoin.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/RunQueue.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadCancel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadEnvironment.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadLocal.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadPoolInterface.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/ThreadPool/ThreadYield.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/UmfPackSupport/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/Image.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/Kernel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/blas.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/lapacke.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/IndexedViewMethods.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/InternalHeaderCheck.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/Eigen/src/plugins/ReshapedMethods.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/README.md +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/BandTriangularSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/GeneralRank1Update.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/PackedSelfadjointProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/PackedTriangularMatrixVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/PackedTriangularSolverVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/Rank2Update.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/blas.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/common.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/complex_double.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/complex_single.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/double.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/chbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/chpmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/complexdots.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/ctbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/datatypes.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/drotm.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/drotmg.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/dsbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/dspmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/dtbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/lsame.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/srotm.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/srotmg.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/ssbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/sspmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/stbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/zhbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/zhpmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/f2c/ztbmv.c +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/fortran/complexdots.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level1_cplx_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level1_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level1_real_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level2_cplx_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level2_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level2_real_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/level3_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/single.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/cblat1.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/cblat2.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/cblat3.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/dblat1.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/dblat2.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/dblat3.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/sblat1.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/sblat2.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/sblat3.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/zblat1.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/zblat2.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/testing/zblat3.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/blas/xerbla.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/cholesky.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clacgv.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/cladiv.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarf.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarfb.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarfg.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/clarft.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/complex_double.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/complex_single.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dladiv.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlamch.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlapy2.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlapy3.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarf.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarfb.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarfg.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dlarft.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/double.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dsecnd_INT_CPU_TIME.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/dsecnd_NONE.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/eigenvalues.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaclc.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaclr.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/iladlc.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/iladlr.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaslc.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilaslr.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilazlc.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/ilazlr.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/lapack.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/lapack_common.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/lu.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/second_INT_CPU_TIME.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/second_NONE.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/single.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/sladiv.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slamch.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slapy2.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slapy3.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarf.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarfb.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarfg.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/slarft.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/svd.inc +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlacgv.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zladiv.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarf.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarfb.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarfg.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/lapack/zlarft.f +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/signature_of_eigen3_matrix_library +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/AdolcForward +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/AlignedVector3 +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/ArpackSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/AutoDiff +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/BVH +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/Tensor +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/TensorSymmetry +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/ThreadPool +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/README.md +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRoll.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/EulerAngles +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/IterativeSolvers +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/KroneckerProduct +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/LevenbergMarquardt +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/MPRealSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/MatrixFunctions +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/NNLS +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/NonLinearOptimization +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/NumericalDiff +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/OpenGLSupport +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/Polynomials +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/SparseExtra +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/SpecialFunctions +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/Splines +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/CoherentPadOp.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/AutoDiff/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/BVH/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/BVH/KdBVH.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Eigenvalues/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/EulerAngles/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/FFT/InternalHeaderCheck.h +0 -0
- /pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h → /pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/fftw_impl.h +0 -0
- /pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_imklfft_impl.h → /pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/imklfft_impl.h +0 -0
- /pyvpmr-250420/eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h → /pyvpmr-250523/eigen/unsupported/Eigen/src/FFT/kissfft_impl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/BiCGSTABL.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/IDRSTABL.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/KroneckerProduct/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NumericalDiff/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/Companion.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SparseExtra/SparseInverse.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/InternalHeaderCheck.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/Spline.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/SplineFitting.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/eigen/unsupported/Eigen/src/Splines/SplineFwd.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk.hpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_benchmark.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_01.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_02.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_03.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_04.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_05.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_06.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_07.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_08.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_09.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_10.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_11.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_12.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_13.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_14.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_15.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_16.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_17.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_18.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_19.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_20.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_21.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_22.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_23.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_simple_example_24.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk/exprtk_test.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/complex/complex_type.hpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/complex/exprtk_complex_adaptor.hpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/complex/exprtk_complex_example.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_adaptor.hpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_benchmark.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_repl.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/mpfr/exprtk_mpfr_test.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/exprtk_real_adaptor.hpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/exprtk_real_benchmark.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/exprtk_real_test.cpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/exprtk-custom-types/real/real_type.hpp +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/mpreal/README.md +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/mpreal/mpreal.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/README.rst +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/SECURITY.md +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/attr.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/buffer_info.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/chrono.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/common.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/complex.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/descr.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/exception_translation.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/pybind11_namespace_macros.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/struct_smart_holder.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/typeid.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/detail/using_smart_holder.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen/common.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/eigen.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/gil_simple.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/iostream.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/native_enum.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/numpy.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/operators.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/options.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/stl_bind.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/trampoline_self_life_support.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/include/pybind11/warnings.h +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/__init__.py +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/commands.py +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/py.typed +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pybind11/pybind11/setup_helpers.py +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pyproject.toml +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pyvpmr/__init__.py +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/pyvpmr.egg-info/not-zip-safe +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/setup.cfg +0 -0
- {pyvpmr-250420 → pyvpmr-250523}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyvpmr
|
3
|
-
Version:
|
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. [
|
753
|
-
3. [
|
754
|
-
4. [exprtk](https://github.com/ArashPartow/exprtk.git) for
|
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
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
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. [
|
46
|
-
3. [
|
47
|
-
4. [exprtk](https://github.com/ArashPartow/exprtk.git) for
|
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
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
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
|
234
|
-
EIGEN_DEVICE_FUNC
|
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
|
185
|
+
const LLT& adjoint() const noexcept { return *this; }
|
186
186
|
|
187
|
-
|
188
|
-
|
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)
|
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
|
257
|
-
EIGEN_DEVICE_FUNC
|
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
|
60
|
-
EIGEN_DEVICE_FUNC
|
61
|
-
EIGEN_DEVICE_FUNC
|
62
|
-
|
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
|
139
|
-
EIGEN_DEVICE_FUNC
|
140
|
-
EIGEN_DEVICE_FUNC
|
141
|
-
|
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
|
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
|
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
|
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
|
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
|
392
|
-
|
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
|
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
|
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
|
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
|
423
|
-
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
680
|
-
EIGEN_DEVICE_FUNC
|
681
|
-
EIGEN_DEVICE_FUNC
|
682
|
-
EIGEN_DEVICE_FUNC
|
683
|
-
EIGEN_DEVICE_FUNC
|
684
|
-
EIGEN_DEVICE_FUNC
|
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()
|
687
|
-
EIGEN_DEVICE_FUNC const SrcEvaluatorType& srcEvaluator() const
|
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
|
815
|
-
|
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
|
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
|
901
|
-
|
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
|
907
|
-
|
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
|
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
|
952
|
-
|
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
|
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
|
-
|
203
|
+
constexpr Index rows() const { return m_rows.value(); }
|
204
204
|
|
205
205
|
/** \returns the number of rows */
|
206
|
-
|
206
|
+
constexpr Index cols() const { return m_coeffs.cols(); }
|
207
207
|
|
208
208
|
/** \returns the number of super diagonals */
|
209
|
-
|
209
|
+
constexpr Index supers() const { return m_supers.value(); }
|
210
210
|
|
211
211
|
/** \returns the number of sub diagonals */
|
212
|
-
|
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
|
-
|
263
|
+
constexpr Index rows() const { return m_rows.value(); }
|
264
264
|
|
265
265
|
/** \returns the number of rows */
|
266
|
-
|
266
|
+
constexpr Index cols() const { return m_coeffs.cols(); }
|
267
267
|
|
268
268
|
/** \returns the number of super diagonals */
|
269
|
-
|
269
|
+
constexpr Index supers() const { return m_supers.value(); }
|
270
270
|
|
271
271
|
/** \returns the number of sub diagonals */
|
272
|
-
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
|
95
|
+
noexcept(false) // Eigen::eigen_assert_exception
|
96
96
|
#endif
|
97
97
|
{
|
98
98
|
finished();
|