You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1017 there was a regression when the forces are redundant.
By the way, I suspect the reason of the sharp changes in the estimated FT may be #1017 , even if also colPivHouseholderQr should return the least square solution. However, #1017 changed a truncated pseudo-inverse for a non-truncated one, something that I missed while reviewing #1017 .
colPivHouseholderQr should return the least square solution
Probably it returns the least-square solution in the case of equation then unknown, not more unknown that equations (that is the case now).