75 COMPLEX*16 A( NMAX, NMAX ), AF( NMAX, NMAX ), B( NMAX ),
76 $ W( NMAX ), X( NMAX )
88 COMMON / infoc / infot, nout, ok, lerr
89 COMMON / srnamc / srnamt
92 INTRINSIC dble, dcmplx
97 WRITE( nout, fmt = * )
103 a( i, j ) = dcmplx( 1.d0 / dble( i+j ),
104 $ -1.d0 / dble( i+j ) )
105 af( i, j ) = dcmplx( 1.d0 / dble( i+j ),
106 $ -1.d0 / dble( i+j ) )
120 CALL zgeqlf( -1, 0, a, 1, b, w, 1, info )
121 CALL chkxer(
'ZGEQLF', infot, nout, lerr, ok )
123 CALL zgeqlf( 0, -1, a, 1, b, w, 1, info )
124 CALL chkxer(
'ZGEQLF', infot, nout, lerr, ok )
126 CALL zgeqlf( 2, 1, a, 1, b, w, 1, info )
127 CALL chkxer(
'ZGEQLF', infot, nout, lerr, ok )
129 CALL zgeqlf( 1, 2, a, 1, b, w, 1, info )
130 CALL chkxer(
'ZGEQLF', infot, nout, lerr, ok )
136 CALL zgeql2( -1, 0, a, 1, b, w, info )
137 CALL chkxer(
'ZGEQL2', infot, nout, lerr, ok )
139 CALL zgeql2( 0, -1, a, 1, b, w, info )
140 CALL chkxer(
'ZGEQL2', infot, nout, lerr, ok )
142 CALL zgeql2( 2, 1, a, 1, b, w, info )
143 CALL chkxer(
'ZGEQL2', infot, nout, lerr, ok )
149 CALL zgeqls( -1, 0, 0, a, 1, x, b, 1, w, 1, info )
150 CALL chkxer(
'ZGEQLS', infot, nout, lerr, ok )
152 CALL zgeqls( 0, -1, 0, a, 1, x, b, 1, w, 1, info )
153 CALL chkxer(
'ZGEQLS', infot, nout, lerr, ok )
155 CALL zgeqls( 1, 2, 0, a, 1, x, b, 1, w, 1, info )
156 CALL chkxer(
'ZGEQLS', infot, nout, lerr, ok )
158 CALL zgeqls( 0, 0, -1, a, 1, x, b, 1, w, 1, info )
159 CALL chkxer(
'ZGEQLS', infot, nout, lerr, ok )
161 CALL zgeqls( 2, 1, 0, a, 1, x, b, 2, w, 1, info )
162 CALL chkxer(
'ZGEQLS', infot, nout, lerr, ok )
164 CALL zgeqls( 2, 1, 0, a, 2, x, b, 1, w, 1, info )
165 CALL chkxer(
'ZGEQLS', infot, nout, lerr, ok )
167 CALL zgeqls( 1, 1, 2, a, 1, x, b, 1, w, 1, info )
168 CALL chkxer(
'ZGEQLS', infot, nout, lerr, ok )
174 CALL zungql( -1, 0, 0, a, 1, x, w, 1, info )
175 CALL chkxer(
'ZUNGQL', infot, nout, lerr, ok )
177 CALL zungql( 0, -1, 0, a, 1, x, w, 1, info )
178 CALL chkxer(
'ZUNGQL', infot, nout, lerr, ok )
180 CALL zungql( 1, 2, 0, a, 1, x, w, 2, info )
181 CALL chkxer(
'ZUNGQL', infot, nout, lerr, ok )
183 CALL zungql( 0, 0, -1, a, 1, x, w, 1, info )
184 CALL chkxer(
'ZUNGQL', infot, nout, lerr, ok )
186 CALL zungql( 1, 1, 2, a, 1, x, w, 1, info )
187 CALL chkxer(
'ZUNGQL', infot, nout, lerr, ok )
189 CALL zungql( 2, 1, 0, a, 1, x, w, 1, info )
190 CALL chkxer(
'ZUNGQL', infot, nout, lerr, ok )
192 CALL zungql( 2, 2, 0, a, 2, x, w, 1, info )
193 CALL chkxer(
'ZUNGQL', infot, nout, lerr, ok )
199 CALL zung2l( -1, 0, 0, a, 1, x, w, info )
200 CALL chkxer(
'ZUNG2L', infot, nout, lerr, ok )
202 CALL zung2l( 0, -1, 0, a, 1, x, w, info )
203 CALL chkxer(
'ZUNG2L', infot, nout, lerr, ok )
205 CALL zung2l( 1, 2, 0, a, 1, x, w, info )
206 CALL chkxer(
'ZUNG2L', infot, nout, lerr, ok )
208 CALL zung2l( 0, 0, -1, a, 1, x, w, info )
209 CALL chkxer(
'ZUNG2L', infot, nout, lerr, ok )
211 CALL zung2l( 2, 1, 2, a, 2, x, w, info )
212 CALL chkxer(
'ZUNG2L', infot, nout, lerr, ok )
214 CALL zung2l( 2, 1, 0, a, 1, x, w, info )
215 CALL chkxer(
'ZUNG2L', infot, nout, lerr, ok )
221 CALL zunmql(
'/',
'N', 0, 0, 0, a, 1, x, af, 1, w, 1, info )
222 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
224 CALL zunmql(
'L',
'/', 0, 0, 0, a, 1, x, af, 1, w, 1, info )
225 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
227 CALL zunmql(
'L',
'N', -1, 0, 0, a, 1, x, af, 1, w, 1, info )
228 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
230 CALL zunmql(
'L',
'N', 0, -1, 0, a, 1, x, af, 1, w, 1, info )
231 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
233 CALL zunmql(
'L',
'N', 0, 0, -1, a, 1, x, af, 1, w, 1, info )
234 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
236 CALL zunmql(
'L',
'N', 0, 1, 1, a, 1, x, af, 1, w, 1, info )
237 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
239 CALL zunmql(
'R',
'N', 1, 0, 1, a, 1, x, af, 1, w, 1, info )
240 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
242 CALL zunmql(
'L',
'N', 2, 1, 0, a, 1, x, af, 2, w, 1, info )
243 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
245 CALL zunmql(
'R',
'N', 1, 2, 0, a, 1, x, af, 1, w, 1, info )
246 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
248 CALL zunmql(
'L',
'N', 2, 1, 0, a, 2, x, af, 1, w, 1, info )
249 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
251 CALL zunmql(
'L',
'N', 1, 2, 0, a, 1, x, af, 1, w, 1, info )
252 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
254 CALL zunmql(
'R',
'N', 2, 1, 0, a, 1, x, af, 2, w, 1, info )
255 CALL chkxer(
'ZUNMQL', infot, nout, lerr, ok )
261 CALL zunm2l(
'/',
'N', 0, 0, 0, a, 1, x, af, 1, w, info )
262 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
264 CALL zunm2l(
'L',
'/', 0, 0, 0, a, 1, x, af, 1, w, info )
265 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
267 CALL zunm2l(
'L',
'N', -1, 0, 0, a, 1, x, af, 1, w, info )
268 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
270 CALL zunm2l(
'L',
'N', 0, -1, 0, a, 1, x, af, 1, w, info )
271 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
273 CALL zunm2l(
'L',
'N', 0, 0, -1, a, 1, x, af, 1, w, info )
274 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
276 CALL zunm2l(
'L',
'N', 0, 1, 1, a, 1, x, af, 1, w, info )
277 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
279 CALL zunm2l(
'R',
'N', 1, 0, 1, a, 1, x, af, 1, w, info )
280 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
282 CALL zunm2l(
'L',
'N', 2, 1, 0, a, 1, x, af, 2, w, info )
283 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
285 CALL zunm2l(
'R',
'N', 1, 2, 0, a, 1, x, af, 1, w, info )
286 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
288 CALL zunm2l(
'L',
'N', 2, 1, 0, a, 2, x, af, 1, w, info )
289 CALL chkxer(
'ZUNM2L', infot, nout, lerr, ok )
293 CALL alaesm( path, ok, nout )
subroutine alaesm(path, ok, nout)
ALAESM
subroutine chkxer(srnamt, infot, nout, lerr, ok)
subroutine zgeql2(m, n, a, lda, tau, work, info)
ZGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm.
subroutine zgeqlf(m, n, a, lda, tau, work, lwork, info)
ZGEQLF
subroutine zung2l(m, n, k, a, lda, tau, work, info)
ZUNG2L generates all or part of the unitary matrix Q from a QL factorization determined by cgeqlf (un...
subroutine zungql(m, n, k, a, lda, tau, work, lwork, info)
ZUNGQL
subroutine zunm2l(side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
ZUNM2L multiplies a general matrix by the unitary matrix from a QL factorization determined by cgeqlf...
subroutine zunmql(side, trans, m, n, k, a, lda, tau, c, ldc, work, lwork, info)
ZUNMQL
subroutine zerrql(path, nunit)
ZERRQL
subroutine zgeqls(m, n, nrhs, a, lda, tau, b, ldb, work, lwork, info)
ZGEQLS