Fixed BUG number 123, that is testing of 'rook' routines, specifically TEST 4 for...
authorigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Tue, 11 Aug 2015 22:27:27 +0000 (22:27 +0000)
committerigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Tue, 11 Aug 2015 22:27:27 +0000 (22:27 +0000)
commit06f432d14d1a4255929e35ffd4ee9d8cabf07ced
tree53f61ac076622176e4d8b5e565b4cd2f374024ea
parent882ff1a5d2a2e44ebbbdf1b88acfca03e01be368
Fixed BUG number 123, that is testing of 'rook' routines, specifically TEST 4 for UPLO='U' case that test bounds of block diagonal matrices. TEST 4 wasfailing for UPLO='U', since 2-by-2 was passed incorrectly to the -EVX routine.  Also, during the fix the  TEST 4 for both UPLO='U' and 'L' was modified. Instead of computing the ratio of eigenvalues for 2-by-2 matrices, using the -EVX routines, now we compute the ratio of singular values using *GESVD routines. Affected test routines: TESTING/LIN/schksy_rook.f TESTING/LIN/dchksy_rook.f TESTING/LIN/cchksy_rook.f TESTING/LIN/zchksy_rook.f TESTING/LIN/cchkhe_rook.f TESTING/LIN/zchkhe_rook.f
TESTING/LIN/cchkhe_rook.f
TESTING/LIN/cchksy_rook.f
TESTING/LIN/dchksy_rook.f
TESTING/LIN/schksy_rook.f
TESTING/LIN/zchkhe_rook.f
TESTING/LIN/zchksy_rook.f