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

“Fix” #53451 -- allow zero-row QR factorization bypassing LAPACK #53578

Merged
merged 5 commits into from
Apr 3, 2024

Conversation

manuelbb-upb
Copy link
Contributor

@manuelbb-upb manuelbb-upb commented Mar 3, 2024

This is a very simple fix for JuliaLang/LinearAlgebra.jl#1054, allowing for QR factorizations of zero-row matrices by bypassing LAPACK in case any matrix dimension is positive.
A few unit tests check both zero-column and zero-row matrices (including 0x0) for all relevant data types.

Built from source the tests seem to pass alright.

Fixes JuliaLang/LinearAlgebra.jl#1054.

@jishnub jishnub added the linear algebra Linear algebra label Mar 4, 2024
@dkarrasch
Copy link
Member

The newly added tests pass also in the failing windows run, so I'm merging this.

@dkarrasch dkarrasch merged commit 12c9391 into JuliaLang:master Apr 3, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow QR decomposition for zero-row matrices.
4 participants