-
Notifications
You must be signed in to change notification settings - Fork 480
Closed
Labels
Description
Description
Line 681 in dlaqz0 https://github.com/Reference-LAPACK/lapack/blob/master/SRC/dlaqz0.f#L681
calculates the position of the shifts as SHIFTPOS = ISTOP-N_DEFLATED-N_UNDEFLATED+1
However, ISTOP has already been updated on line 665.
I will investigate further when I have some spare time.
Checklist
- I've included a minimal example to reproduce the issue
- [x ] I'd be willing to make a PR to solve this issue