You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the code checks elements of Z (the second parameter), INFO should be set according to the following
"if the i-th argument is an array and the j-entry had an illegal value, then INFO = -(i*100+j)"
Updated 2-by-2 case - adjusted value and added Z(1) check.
Will closeReference-LAPACK#325
This is a very minor issue.
The documentation for
DLASQ2
says thatWhen the code checks elements of
Z
(the second parameter),INFO
is set according to this except for the following case at line 187:INFO
should be-202
and-203
respectively.The text was updated successfully, but these errors were encountered: