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

Full QR decomposition #94

Open
atisharma opened this issue Jul 6, 2020 · 0 comments
Open

Full QR decomposition #94

atisharma opened this issue Jul 6, 2020 · 0 comments

Comments

@atisharma
Copy link

atisharma commented Jul 6, 2020

From the documentation, it seems org returns Q in the reduced QR decomposition (e.g. (org (qrf M)) ).
Whereas, MKL's ?orgqr allows the call to specify the number of columns to be returned for Q, allowing the full QR decomposition to be found. This is important to calculate the kernel of a matrix, for example.

Is there a way to specify the number of columns (or ask for the full Q) in org?

As a workaround, I can generate the full Q by right-padding the M with zeros, as per (org (qrf (hcat M Z))).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant