Skip to content

Commit 631a3b8

Browse files
committed
fixes
1 parent da2fb1b commit 631a3b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lapack.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3875,6 +3875,9 @@ for (trcon, trevc, trrfs, elty, relty) in
38753875
work, rwork, info, 1, 1)
38763876
chklapackerror(info[])
38773877

3878+
VLn = size(VL, 1)
3879+
VRn = size(VR, 1)
3880+
#Decide what exactly to return
38783881
if howmny == 'S' #compute selected eigenvectors
38793882
if side == 'L' #left eigenvectors only
38803883
return select, reshape(resize!(vec(VL), VLn * m[]), VLn, m[])

0 commit comments

Comments
 (0)