Hello,
There is a tipo in the zchkec.f code.
This is not a real bug, but the printed line could confuse the user.
This is both in LAPACK3.4.0, and LAPACK3.4.1.
$ pwd
.../lapack-3.4.1/TESTING/EIG
$ cat zchkec.f
.....
9994 FORMAT( ' Tests of the Nonsymmetric eigenproblem condition',
$ ' estimation routines', / ' ZTRSYL, CTREXC, CTRSNA, CTRSEN',
$ / )
Instead of $ ' estimation routines', / ' ZTRSYL, CTREXC, CTRSNA, CTRSEN',
should be $ ' estimation routines', / ' ZTRSYL, ZTREXC, ZTRSNA, ZTRSEN',
I think it would be better to correct this.
Elena Ivanova, Oracle.

