75 REAL A( NMAX, NMAX ), AF( NMAX, NMAX ), B( NMAX ),
76 $ W( NMAX ), X( NMAX )
88 COMMON / infoc / infot, nout, ok, lerr
89 COMMON / srnamc / srnamt
97 WRITE( nout, fmt = * )
103 a( i, j ) = 1. / real( i+j )
104 af( i, j ) = 1. / real( i+j )
118 CALL sgeqlf( -1, 0, a, 1, b, w, 1, info )
119 CALL chkxer(
'SGEQLF', infot, nout, lerr, ok )
121 CALL sgeqlf( 0, -1, a, 1, b, w, 1, info )
122 CALL chkxer(
'SGEQLF', infot, nout, lerr, ok )
124 CALL sgeqlf( 2, 1, a, 1, b, w, 1, info )
125 CALL chkxer(
'SGEQLF', infot, nout, lerr, ok )
127 CALL sgeqlf( 1, 2, a, 1, b, w, 1, info )
128 CALL chkxer(
'SGEQLF', infot, nout, lerr, ok )
134 CALL sgeql2( -1, 0, a, 1, b, w, info )
135 CALL chkxer(
'SGEQL2', infot, nout, lerr, ok )
137 CALL sgeql2( 0, -1, a, 1, b, w, info )
138 CALL chkxer(
'SGEQL2', infot, nout, lerr, ok )
140 CALL sgeql2( 2, 1, a, 1, b, w, info )
141 CALL chkxer(
'SGEQL2', infot, nout, lerr, ok )
147 CALL sgeqls( -1, 0, 0, a, 1, x, b, 1, w, 1, info )
148 CALL chkxer(
'SGEQLS', infot, nout, lerr, ok )
150 CALL sgeqls( 0, -1, 0, a, 1, x, b, 1, w, 1, info )
151 CALL chkxer(
'SGEQLS', infot, nout, lerr, ok )
153 CALL sgeqls( 1, 2, 0, a, 1, x, b, 1, w, 1, info )
154 CALL chkxer(
'SGEQLS', infot, nout, lerr, ok )
156 CALL sgeqls( 0, 0, -1, a, 1, x, b, 1, w, 1, info )
157 CALL chkxer(
'SGEQLS', infot, nout, lerr, ok )
159 CALL sgeqls( 2, 1, 0, a, 1, x, b, 2, w, 1, info )
160 CALL chkxer(
'SGEQLS', infot, nout, lerr, ok )
162 CALL sgeqls( 2, 1, 0, a, 2, x, b, 1, w, 1, info )
163 CALL chkxer(
'SGEQLS', infot, nout, lerr, ok )
165 CALL sgeqls( 1, 1, 2, a, 1, x, b, 1, w, 1, info )
166 CALL chkxer(
'SGEQLS', infot, nout, lerr, ok )
172 CALL sorgql( -1, 0, 0, a, 1, x, w, 1, info )
173 CALL chkxer(
'SORGQL', infot, nout, lerr, ok )
175 CALL sorgql( 0, -1, 0, a, 1, x, w, 1, info )
176 CALL chkxer(
'SORGQL', infot, nout, lerr, ok )
178 CALL sorgql( 1, 2, 0, a, 1, x, w, 2, info )
179 CALL chkxer(
'SORGQL', infot, nout, lerr, ok )
181 CALL sorgql( 0, 0, -1, a, 1, x, w, 1, info )
182 CALL chkxer(
'SORGQL', infot, nout, lerr, ok )
184 CALL sorgql( 1, 1, 2, a, 1, x, w, 1, info )
185 CALL chkxer(
'SORGQL', infot, nout, lerr, ok )
187 CALL sorgql( 2, 1, 0, a, 1, x, w, 1, info )
188 CALL chkxer(
'SORGQL', infot, nout, lerr, ok )
190 CALL sorgql( 2, 2, 0, a, 2, x, w, 1, info )
191 CALL chkxer(
'SORGQL', infot, nout, lerr, ok )
197 CALL sorg2l( -1, 0, 0, a, 1, x, w, info )
198 CALL chkxer(
'SORG2L', infot, nout, lerr, ok )
200 CALL sorg2l( 0, -1, 0, a, 1, x, w, info )
201 CALL chkxer(
'SORG2L', infot, nout, lerr, ok )
203 CALL sorg2l( 1, 2, 0, a, 1, x, w, info )
204 CALL chkxer(
'SORG2L', infot, nout, lerr, ok )
206 CALL sorg2l( 0, 0, -1, a, 1, x, w, info )
207 CALL chkxer(
'SORG2L', infot, nout, lerr, ok )
209 CALL sorg2l( 2, 1, 2, a, 2, x, w, info )
210 CALL chkxer(
'SORG2L', infot, nout, lerr, ok )
212 CALL sorg2l( 2, 1, 0, a, 1, x, w, info )
213 CALL chkxer(
'SORG2L', infot, nout, lerr, ok )
219 CALL sormql(
'/',
'N', 0, 0, 0, a, 1, x, af, 1, w, 1, info )
220 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
222 CALL sormql(
'L',
'/', 0, 0, 0, a, 1, x, af, 1, w, 1, info )
223 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
225 CALL sormql(
'L',
'N', -1, 0, 0, a, 1, x, af, 1, w, 1, info )
226 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
228 CALL sormql(
'L',
'N', 0, -1, 0, a, 1, x, af, 1, w, 1, info )
229 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
231 CALL sormql(
'L',
'N', 0, 0, -1, a, 1, x, af, 1, w, 1, info )
232 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
234 CALL sormql(
'L',
'N', 0, 1, 1, a, 1, x, af, 1, w, 1, info )
235 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
237 CALL sormql(
'R',
'N', 1, 0, 1, a, 1, x, af, 1, w, 1, info )
238 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
240 CALL sormql(
'L',
'N', 2, 1, 0, a, 1, x, af, 2, w, 1, info )
241 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
243 CALL sormql(
'R',
'N', 1, 2, 0, a, 1, x, af, 1, w, 1, info )
244 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
246 CALL sormql(
'L',
'N', 2, 1, 0, a, 2, x, af, 1, w, 1, info )
247 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
249 CALL sormql(
'L',
'N', 1, 2, 0, a, 1, x, af, 1, w, 1, info )
250 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
252 CALL sormql(
'R',
'N', 2, 1, 0, a, 1, x, af, 2, w, 1, info )
253 CALL chkxer(
'SORMQL', infot, nout, lerr, ok )
259 CALL sorm2l(
'/',
'N', 0, 0, 0, a, 1, x, af, 1, w, info )
260 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
262 CALL sorm2l(
'L',
'/', 0, 0, 0, a, 1, x, af, 1, w, info )
263 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
265 CALL sorm2l(
'L',
'N', -1, 0, 0, a, 1, x, af, 1, w, info )
266 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
268 CALL sorm2l(
'L',
'N', 0, -1, 0, a, 1, x, af, 1, w, info )
269 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
271 CALL sorm2l(
'L',
'N', 0, 0, -1, a, 1, x, af, 1, w, info )
272 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
274 CALL sorm2l(
'L',
'N', 0, 1, 1, a, 1, x, af, 1, w, info )
275 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
277 CALL sorm2l(
'R',
'N', 1, 0, 1, a, 1, x, af, 1, w, info )
278 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
280 CALL sorm2l(
'L',
'N', 2, 1, 0, a, 1, x, af, 2, w, info )
281 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
283 CALL sorm2l(
'R',
'N', 1, 2, 0, a, 1, x, af, 1, w, info )
284 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
286 CALL sorm2l(
'L',
'N', 2, 1, 0, a, 2, x, af, 1, w, info )
287 CALL chkxer(
'SORM2L', infot, nout, lerr, ok )
291 CALL alaesm( path, ok, nout )
subroutine alaesm(path, ok, nout)
ALAESM
subroutine chkxer(srnamt, infot, nout, lerr, ok)
subroutine sgeql2(m, n, a, lda, tau, work, info)
SGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm.
subroutine sgeqlf(m, n, a, lda, tau, work, lwork, info)
SGEQLF
subroutine sorg2l(m, n, k, a, lda, tau, work, info)
SORG2L generates all or part of the orthogonal matrix Q from a QL factorization determined by sgeqlf ...
subroutine sorgql(m, n, k, a, lda, tau, work, lwork, info)
SORGQL
subroutine sorm2l(side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
SORM2L multiplies a general matrix by the orthogonal matrix from a QL factorization determined by sge...
subroutine sormql(side, trans, m, n, k, a, lda, tau, c, ldc, work, lwork, info)
SORMQL
subroutine serrql(path, nunit)
SERRQL
subroutine sgeqls(m, n, nrhs, a, lda, tau, b, ldb, work, lwork, info)
SGEQLS