97 SUBROUTINE slafts( TYPE, M, N, IMAT, NTESTS, RESULT, ISEED,
98 $ THRESH, IOUNIT, IE )
106 INTEGER IE, IMAT, IOUNIT, M, N, NTESTS
129 IF( result( k ).GE.thresh )
THEN
135 $
CALL slahd2( iounit,
TYPE )
137 IF( result( k ).LT.10000.0 )
THEN
138 WRITE( iounit, fmt = 9999 )n, imat, iseed, k,
140 9999
FORMAT(
' Matrix order=', i5,
', type=', i2,
141 $
', seed=', 4( i4,
',' ),
' result ', i3,
' is',
144 WRITE( iounit, fmt = 9998 )n, imat, iseed, k,
146 9998
FORMAT(
' Matrix order=', i5,
', type=', i2,
147 $
', seed=', 4( i4,
',' ),
' result ', i3,
' is',
157 IF( result( k ).GE.thresh )
THEN
163 $
CALL slahd2( iounit,
TYPE )
165 IF( result( k ).LT.10000.0 )
THEN
166 WRITE( iounit, fmt = 9997 )m, n, imat, iseed, k,
168 9997
FORMAT( 1x, i5,
' x', i5,
' matrix, type=', i2,
', s',
169 $
'eed=', 3( i4,
',' ), i4,
': result ', i3,
172 WRITE( iounit, fmt = 9996 )m, n, imat, iseed, k,
174 9996
FORMAT( 1x, i5,
' x', i5,
' matrix, type=', i2,
', s',
175 $
'eed=', 3( i4,
',' ), i4,
': result ', i3,
subroutine slafts(type, m, n, imat, ntests, result, iseed, thresh, iounit, ie)
SLAFTS
subroutine slahd2(iounit, path)
SLAHD2