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 xGEQRF and xGERQF following thanks to @andreasvarga and @VasileSima4 #638

Merged

Conversation

weslleyspereira
Copy link
Collaborator

xGEQRF and xGERQF return wrong optimal dimension LWORK when M and N equals zero, respectively. This applies the fixes proposed by @andreasvarga and @VasileSima4 in #633.

Fix #633.

@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #638 (619d927) into master (5d4180c) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #638   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1894     1894           
  Lines      184021   184034   +13     
=======================================
- Misses     184021   184034   +13     
Impacted Files Coverage Δ
SRC/cgeqrf.f 0.00% <0.00%> (ø)
SRC/cgerqf.f 0.00% <0.00%> (ø)
SRC/dgeqrf.f 0.00% <0.00%> (ø)
SRC/dgerqf.f 0.00% <0.00%> (ø)
SRC/sgeqrf.f 0.00% <0.00%> (ø)
SRC/sgerqf.f 0.00% <0.00%> (ø)
SRC/zgeqrf.f 0.00% <0.00%> (ø)
SRC/zgerqf.f 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d4180c...619d927. Read the comment docs.

@langou langou merged commit a066b6a into Reference-LAPACK:master Nov 12, 2021
weslleyspereira added a commit to weslleyspereira/lapack that referenced this pull request Jul 14, 2022
weslleyspereira added a commit to weslleyspereira/lapack that referenced this pull request Jul 18, 2022
weslleyspereira added a commit to weslleyspereira/lapack that referenced this pull request Jul 18, 2022
weslleyspereira added a commit that referenced this pull request Jul 18, 2022
Fix the left-looking variant of geqrf following #638
angsch pushed a commit to angsch/lapack that referenced this pull request Aug 2, 2022
@julielangou julielangou added this to the LAPACK 3.10.1 milestone Nov 12, 2022
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

Successfully merging this pull request may close these issues.

DGEQRF and DGERQF return wrong optimal dimension LWORK for null column dimension
3 participants