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
qr and qr_hessenberg both return QRMatrix but there is no back-substitution step to actually solve Ax = b. This adds a qr_solve function that takes a QRMatrix and RHS vector, computes (Q^T)b, then solves via back-substitution through R.
qr and qr_hessenberg both return QRMatrix but there is no back-substitution step to actually solve Ax = b. This adds a qr_solve function that takes a QRMatrix and RHS vector, computes (Q^T)b, then solves via back-substitution through R.