lapack icon indicating copy to clipboard operation
lapack copied to clipboard

Fix the quick return code in Eigen subroutines

Open penghongbo opened this issue 1 year ago • 0 comments

Description Fix the quick return code for S/D/C/ZGEESX, C/ZHBEVX, S/DSBEVX, C/ZHEEVX, S/DSYEVX, C/ZHPEVX, S/DSPEVX, C/ZHPGVX.

  1. set RCONDE and RCONDV in S/D/C/ZGEESX when N = 0.
  2. set Q in C/ZHBEVX, S/DSBEVX when N = 1 and WANTZ.
  3. set IFAIL in C/ZHBEVX, S/DSBEVX, C/ZHEEVX, S/DSYEVX, C/ZHPEVX, S/DSPEVX when N = 1 and WANTZ.
  4. set M = 0 in C/ZHPGVX when N = 0.

Checklist

  • [ ] The documentation has been updated.
  • [ ] If the PR solves a specific issue, it is set to be closed on merge.

penghongbo avatar Jul 19 '24 06:07 penghongbo