99 SUBROUTINE slafts( TYPE, M, N, IMAT, NTESTS, RESULT, ISEED,
100 $ thresh, iounit, ie )
109 INTEGER IE, IMAT, IOUNIT, M, N, NTESTS
132 IF( result( k ).GE.thresh )
THEN
138 $
CALL slahd2( iounit,
TYPE )
140 IF( result( k ).LT.10000.0 )
THEN
141 WRITE( iounit, fmt = 9999 )n, imat, iseed, k,
143 9999
FORMAT(
' Matrix order=', i5,
', type=', i2,
144 $
', seed=', 4( i4,
',' ),
' result ', i3,
' is',
147 WRITE( iounit, fmt = 9998 )n, imat, iseed, k,
149 9998
FORMAT(
' Matrix order=', i5,
', type=', i2,
150 $
', seed=', 4( i4,
',' ),
' result ', i3,
' is',
160 IF( result( k ).GE.thresh )
THEN
166 $
CALL slahd2( iounit,
TYPE )
168 IF( result( k ).LT.10000.0 )
THEN
169 WRITE( iounit, fmt = 9997 )m, n, imat, iseed, k,
171 9997
FORMAT( 1x, i5,
' x', i5,
' matrix, type=', i2,
', s',
172 $
'eed=', 3( i4,
',' ), i4,
': result ', i3,
175 WRITE( iounit, fmt = 9996 )m, n, imat, iseed, k,
177 9996
FORMAT( 1x, i5,
' x', i5,
' matrix, type=', i2,
', s',
178 $
'eed=', 3( i4,
',' ), i4,
': result ', i3,
subroutine slafts(TYPE, M, N, IMAT, NTESTS, RESULT, ISEED, THRESH, IOUNIT, IE)
SLAFTS
subroutine slahd2(IOUNIT, PATH)
SLAHD2