lapack icon indicating copy to clipboard operation
lapack copied to clipboard

potential segmentation fault in lapacke_dgeesx/sgeesx

Open winice-test opened this issue 6 years ago • 0 comments

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.

winice-test avatar Dec 14 '18 03:12 winice-test