changed variable names from LAM_MAX to SING_MAX and from LAM_MIN to SING_MIN to refle...
authorigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 19 Aug 2015 21:17:27 +0000 (21:17 +0000)
committerigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 19 Aug 2015 21:17:27 +0000 (21:17 +0000)
commit10b473c210df7233a67f865a725e4d140ee84640
tree1832908011f7a5d2d912c6b4087d8e458346964b
parent49b7de3e364a54cdb4b082c937ddda8691a49326
changed variable names from LAM_MAX to SING_MAX and from LAM_MIN to SING_MIN to reflect the chnage in the algorithm for TEST4 for rook pivotig routines, since we now use singular values instead of eigenvalues in TEST4 to compute the norm for 2-by-2 marices in TEST 4. Also corrected the bug in for Hermitian case in TEST4, where during the constraction of Hermitian 2-by-2 matrices the operation of complex conjugation was missing. Changes made to: cchkhe_rook.f cchksy_rook.f dchksy_rook.f schksy_rook.f zchkhe_rook.f zchksy_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