Hi,
The comments in the xHSEQR routines about ispec values for Ilaenv are wrong,
refer to 1, 2, 3... when they should be 12, 13, 14,...
The code is also wrong in CHSEQR, SHSEQR and ZHSEQR where it tests for the
matrix size to cross over from xLAHQR to xLAQR0, e.g.:
* ==== ZLAHQR/ZLAQR0 crossover point ====* NMIN = ILAENV( 1,
'ZHSEQR', JOB( : 1 ) // COMPZ( : 1 ), N, ILO, $ IHI, LWORK )
should be calling with an ispec of 12 there, DHSEQR uses the correct value.
Regards,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/private/lapack/attachments/20080716/f38ca15d/attachment.html
|