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
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+1However,
ISTOPhas already been updated on line 665.I will investigate further when I have some spare time.
Checklist