Skip to content

DLASQ3, SLASQ3: stop modifying QMAX#1307

Open
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue326
Open

DLASQ3, SLASQ3: stop modifying QMAX#1307
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue326

Conversation

@jschueller

Copy link
Copy Markdown
Contributor

QMAX was documented as [in] but was written inside the qd-array reversal block. The caller recomputes QMAX immediately after the call, so the update has no useful effect. Remove it to match the documented intent

Closes #326

QMAX was documented as [in] but was written inside the qd-array
reversal block. The caller recomputes QMAX immediately after the
call, so the update has no useful effect. Remove it to match the
documented intent

Closes Reference-LAPACK#326
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.

xLASQ3: argument qmax labeled 'in' but modified

1 participant