Created attachment 384 [details] Stable Householder The current way to build the Householder elementary reflectors is not stable for some pathological test cases in the LAPACK tests suite. The attached patch has a makeStableHouseholder() function for this purpose. In addition, it produces positive Householder coefficients as required by the LAPACK test routines and some applications. Now the main problem is that the way the norm is computed makes it more expensive, and then we should not use by default. But then we should find the the best way to choose it during the various QR decomposition, maybe by adding another template parameter to those classes ?
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/661.