Skip to content

{s/c/d/z}geqrf: move quick return before workspace computation#1321

Closed
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue257
Closed

{s/c/d/z}geqrf: move quick return before workspace computation#1321
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue257

Conversation

@jschueller

Copy link
Copy Markdown
Collaborator

Move the quick return (K=0 -> WORK(1)=1) to immediately after INFO=0, before ILAENV and the workspace query computation. This avoids unnecessary work for empty matrices and establishes WORK(1)=1 as the convention for MIN(M,N)=0.

see #257

Move the quick return (K=0 -> WORK(1)=1) to immediately after
INFO=0, before ILAENV and the workspace query computation.  This
avoids unnecessary work for empty matrices and establishes
WORK(1)=1 as the convention for MIN(M,N)=0.
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.

1 participant