Details:
1) in develop branch the Eigen3 find script was already updated but not in the master branch
2) on windows x64 machine, the calculation of the sigmaweights_m does not lead to the sum of 1 which is necessary (W_m_0 + L* W_m_i == 1)
Solution:
1) cherry pick the commit of the updated Eigen3 find script
2) change the calculation of W_m_i to a mathematical equivalent formula with better results on windows x 64
First of all, thank you very much for your contribution!
I have a couple of requests here before merging:
Could you make two separate PRs for the eigen cherry-pick and the numerics issue?
I'd prefer to have clean PRs without tons of re-formatting and a dozen commits that actually change a single line, so while re-creating the PRs, could you maybe cleanup the actual changes into a single commit changing only what has actually changed?
(optional) Can you make a unit-test for the numerics issue to avoid future regressions with regard to this?
Details: 1) in develop branch the Eigen3 find script was already updated but not in the master branch 2) on windows x64 machine, the calculation of the sigmaweights_m does not lead to the sum of 1 which is necessary (W_m_0 + L* W_m_i == 1) Solution: 1) cherry pick the commit of the updated Eigen3 find script 2) change the calculation of W_m_i to a mathematical equivalent formula with better results on windows x 64