Skip to content

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
ViralBShah and others added 2 commits April 1, 2024 13:33
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
@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
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