LAPACK
3.9.1
LAPACK: Linear Algebra PACKage
◆
header()
subroutine header
Definition at line
92
of file
sblat1.f
.
93
* .. Parameters ..
94
INTEGER
NOUT
95
parameter(nout=6)
96
* .. Scalars in Common ..
97
INTEGER
ICASE, INCX, INCY, N
98
LOGICAL
PASS
99
* .. Local Arrays ..
100
CHARACTER*6
L(13)
101
* .. Common blocks ..
102
COMMON
/combla/icase, n, incx, incy, pass
103
* .. Data statements ..
104
DATA
l(1)/
' SDOT '
/
105
DATA
l(2)/
'SAXPY '
/
106
DATA
l(3)/
'SROTG '
/
107
DATA
l(4)/
' SROT '
/
108
DATA
l(5)/
'SCOPY '
/
109
DATA
l(6)/
'SSWAP '
/
110
DATA
l(7)/
'SNRM2 '
/
111
DATA
l(8)/
'SASUM '
/
112
DATA
l(9)/
'SSCAL '
/
113
DATA
l(10)/
'ISAMAX'
/
114
DATA
l(11)/
'SROTMG'
/
115
DATA
l(12)/
'SROTM '
/
116
DATA
l(13)/
'SDSDOT'
/
117
* .. Executable Statements ..
118
WRITE
(nout,99999) icase, l(icase)
119
RETURN
120
*
121
99999
FORMAT
(/
' Test of subprogram number'
,i3,12x,a6)
BLAS
TESTING
sblat1.f
Generated on Thu Apr 1 2021 10:08:41 for LAPACK by
1.9.1