%------------------------------------------------------------- % This input file defines a subset of the test cases listed in % Inder's thesis, page 144. %------------------------------------------------------------- % ECOND 4 % (COND=1/ULP) ESIGN 0 % (SYM='P' in the thesis) % % W(1) = 1, W( 2:N ) = 1.0/COND (mode=4 in the thesis) % EIGVAL 1 125 250 500 1000 2000 % % W(1:N-1) = 1, W(N) = 1.0/COND (mode=3 in the thesis) % EIGVAL 2 125 250 500 1000 2000 % % W(I) = COND**(-(I-1)/(N-1)) (mode=1 in the thesis) % EIGVAL 3 125 250 500 1000 2000 % % W(I) = 1-(I-1)/(N-1)*(1-1/COND) (mode=2 in the thesis) % EIGVAL 4 125 250 500 1000 2000 % % Tests to be performed % CALLST STEGRA % STEQRV STEVXA STEDCI % HBANDR 20 DUMP LOG % END