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
In lapacke_dgeesx.c, line 82-88, it only allocates iwork if sense = 'b' or 'v'. But in LAPACK version of dgeesx.f, it always set IWORK(1) = LIWRK at line 403 & 644.