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

lapack qr factorization #1332

Open
nullhook opened this issue Dec 15, 2023 · 1 comment
Open

lapack qr factorization #1332

nullhook opened this issue Dec 15, 2023 · 1 comment

Comments

@nullhook
Copy link

i see that lapack is used for qr factorization. however, most routines work for m x n matrix. which routine is used for square matrix? i.e n x n

@JulianKnodt
Copy link
Contributor

Any routine that work for m x n naturally apply to n x n, there shouldn't be any different routines. The opposite is not true, some routines only apply to square matrices, not rectangular ones.

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

2 participants