-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example to perform a QR factorization without storing Q #88
Comments
When you solve either |
Yes, we should add new functions for that. I also think we should incorporate a generic API ( We can introduce a keyword argument |
@abuttari |
nope, no iterative refinement in |
We could simply do it in Julia. It’s not strictly necessary to add it to QRMumps itself, unless you want to. |
I added said documentation in PR #105, I don't use iterative refinement though, let me know if I should add it to the tutorial. |
It's relevant when we want to solve
AA'x = b
<=>R'Rx = b
withA' = QR
.The text was updated successfully, but these errors were encountered: