Line 256 of DLARFB.f
LASTV = MAX( K, ILADLR( M, K, V, LDV ) )
should be
lastv = k + ILADLR(m-k,k,v(k+1,1),ldv)
the former can access unititialized elements of V when this has column of zeros.
If (k==m) then
lastv = k
else
...
end if
Users browsing this forum: No registered users and 1 guest