blocked back-transformation for the non-symmetric eigenvalue problem - Contribution...
authorJulie <julie@cs.utk.edu>
Mon, 13 Jun 2016 06:21:04 +0000 (23:21 -0700)
committerJulie <julie@cs.utk.edu>
Mon, 13 Jun 2016 06:21:04 +0000 (23:21 -0700)
commited2ea1af894955ddd1ddfd0acb15e1c07d459f1e
tree98e082131f1ca4ec697e7522ce524b2e59ca3b24
parentf22614a1a00c722ee0c570a4e3d36af4f1cb2cb6
blocked back-transformation for the non-symmetric eigenvalue problem - Contribution from Mark Gates (UTK)

From mark:
It blocks NB gemv calls into one gemm call inside trevc. To do that, it
needs a new routine, trevc3, because unfortunately the lwork was not
passed into trevc. (I highly recommend all new routines always pass
lwork and lrwork, where applicable, to enable future upgrades & to
catch lwork bugs.)
15 files changed:
SRC/CMakeLists.txt
SRC/Makefile
SRC/cgeev.f
SRC/cgeevx.f
SRC/ctrevc3.f [new file with mode: 0644]
SRC/dgeev.f
SRC/dgeevx.f
SRC/dtrevc3.f [new file with mode: 0644]
SRC/ilaenv.f
SRC/sgeev.f
SRC/sgeevx.f
SRC/strevc3.f [new file with mode: 0644]
SRC/zgeev.f
SRC/zgeevx.f
SRC/ztrevc3.f [new file with mode: 0644]