Skip to content
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 ORGQR / UNGQR to Generate Q from Reflectors #80

Open
wavefunction91 opened this issue Aug 2, 2023 · 1 comment
Open

Add ORGQR / UNGQR to Generate Q from Reflectors #80

wavefunction91 opened this issue Aug 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@wavefunction91
Copy link

It would be desirable to have the utilities to generate the (economical) orthogonal/unitary Q from the reflectors generated by geqrf. Is this on the roadmap?

@mgates3
Copy link
Collaborator

mgates3 commented Aug 2, 2023

We haven't planned it. Currently we use unmqr with the identity matrix. ungqr does essentially the same thing but has optimizations where it knows it is multiplying a zero block in the identity.

BTW, SLATE always uses the unmqr name, even in the real case.

@mgates3 mgates3 added the enhancement New feature or request label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants