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
This issue will add QR decomposition (Householder approach) to matrix.h following the format for the LU decompositions. These decompositions are necessary for some ill-conditioned Least-Squares types systems where the LU decomposition fails.
This issue will add QR decomposition (Householder approach) to matrix.h following the format for the LU decompositions. These decompositions are necessary for some ill-conditioned Least-Squares types systems where the LU decomposition fails.