75 DOUBLE PRECISION 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.d0 / dble
104 af( i, j ) = 1.d0 / dble( i+j )
118 CALL dgeqlf( -1, 0, a, 1, b, w, 1, info )
119 CALL chkxer(
'DGEQLF', infot, nout, lerr, ok )
121 CALL dgeqlf( 0, -1, a, 1, b, w, 1, info )
122 CALL chkxer(
'DGEQLF', infot, nout, lerr, ok )
124 CALL dgeqlf( 2, 1, a, 1, b, w, 1, info )
125 CALL chkxer(
'DGEQLF', infot, nout, lerr, ok )
127 CALL dgeqlf( 1, 2, a, 1, b, w, 1, info )
134 CALL DGEQL2( -1, 0, A, 1, B, W, INFO )
135 CALL CHKXER( 'dgeql2', INFOT, NOUT, LERR, OK )
137 CALL DGEQL2( 0, -1, A, 1, B, W, INFO )
138 CALL CHKXER( 'dgeql2', INFOT, NOUT, LERR, OK )
140 CALL DGEQL2( 2, 1, A, 1, B, W, INFO )
141 CALL CHKXER( 'dgeql2', INFOT, NOUT, LERR, OK )
147 CALL DGEQLS( -1, 0, 0, A, 1, X, B, 1, W, 1, INFO )
148 CALL CHKXER( 'dgeqls', INFOT, NOUT, LERR, OK )
150 CALL DGEQLS( 0, -1, 0, A, 1, X, B, 1, W, 1, INFO )
151 CALL CHKXER( 'dgeqls', infot, nout, lerr, ok )
153 CALL dgeqls( 1, 2, 0, a, 1, x, b, 1, w, 1, info )
154 CALL chkxer(
'DGEQLS', infot, nout, lerr, ok )
156 CALL dgeqls( 0, 0, -1, a, 1, x, b, 1, w, 1, info )
157 CALL chkxer(
'DGEQLS', infot, nout, lerr, ok )
159 CALL dgeqls( 2, 1, 0, a, 1, x, b, 2, w, 1, info )
160 CALL chkxer(
'DGEQLS', infot, nout, lerr, ok )
162 CALL dgeqls( 2, 1, 0, a, 2, x, b, 1, w, 1, info )
163 CALL chkxer(
'DGEQLS', infot, nout, lerr, ok )
165 CALL dgeqls( 1, 1, 2, a, 1, x, b, 1, w, 1, info )
172 CALL DORGQL( -1, 0, 0, A, 1, X, W, 1, INFO )
173 CALL CHKXER( 'dorgql', INFOT, NOUT, LERR, OK )
175 CALL DORGQL( 0, -1, 0, A, 1, X, W, 1, INFO )
176 CALL CHKXER( 'dorgql', INFOT, NOUT, LERR, OK )
178 CALL DORGQL( 1, 2, 0, A, 1, X, W, 2, INFO )
179 CALL CHKXER( 'dorgql', INFOT, NOUT, LERR, OK )
181 CALL DORGQL( 0, 0, -1, A, 1, X, W, 1, INFO )
182 CALL CHKXER( 'dorgql', INFOT, NOUT, LERR, OK )
184 CALL DORGQL( 1, 1, 2, A, 1, X, W, 1, INFO )
185 CALL CHKXER( 'dorgql', INFOT, NOUT, LERR, OK )
187 CALL DORGQL( 2, 1, 0, A, 1, X, W, 1, INFO )
188 CALL CHKXER( 'dorgql', INFOT, NOUT, LERR, OK )
190 CALL DORGQL( 2, 2, 0, A, 2, X, W, 1, INFO )
191 CALL CHKXER( 'dorgql', INFOT, NOUT, LERR, OK )
197 CALL DORG2L( -1, 0, 0, A, 1, X, W, INFO )
198 CALL CHKXER( 'dorg2l', INFOT, NOUT, LERR, OK )
200 CALL DORG2L( 0, -1, 0, A, 1, X, W, INFO )
201 CALL CHKXER( 'dorg2l', INFOT, NOUT, LERR, OK )
203 CALL DORG2L( 1, 2, 0, A, 1, X, W, INFO )
204 CALL CHKXER( 'dorg2l', infot, nout, lerr, ok )
206 CALL dorg2l( 0, 0, -1, a, 1, x, w, info )
207 CALL chkxer(
'DORG2L', infot, nout, lerr, ok )
209 CALL dorg2l( 2, 1, 2, a, 2, x, w, info )
210 CALL chkxer(
'DORG2L', infot, nout, lerr, ok )
212 CALL dorg2l( 2, 1, 0, a, 1, x, w, info )
213 CALL chkxer(
'DORG2L', infot, nout, lerr, ok )
219 CALL dormql(
'/',
'N', 0, 0, 0, a, 1, x, af, 1, w, 1, info )
220 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
222 CALL dormql(
'L',
'/', 0, 0, 0, a, 1, x, af, 1, w, 1, info )
223 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
225 CALL dormql(
'L',
'N', -1, 0, 0, a, 1, x, af, 1, w, 1, info )
226 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
228 CALL dormql(
'L',
'N', 0, -1, 0, a, 1, x, af, 1, w, 1, info )
229 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
231 CALL dormql(
'L',
'N', 0, 0, -1, a, 1, x, af, 1, w, 1, info )
232 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
234 CALL dormql(
'L',
'N', 0, 1, 1, a, 1, x, af, 1, w, 1, info )
235 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
237 CALL dormql(
'R',
'N', 1, 0, 1, a, 1, x, af, 1, w, 1, info )
238 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
240 CALL dormql(
'L',
'N', 2, 1, 0, a, 1, x, af, 2, w, 1, info )
241 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
243 CALL dormql(
'R',
'N', 1, 2, 0, a, 1, x, af, 1, w, 1, info )
244 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
246 CALL dormql(
'L',
'N', 2, 1, 0, a, 2, x, af, 1, w, 1, info )
247 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
249 CALL dormql(
'L',
'N', 1, 2, 0, a, 1, x, af, 1, w, 1, info )
250 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
252 CALL dormql(
'R',
'N', 2, 1, 0, a, 1, x, af, 2, w, 1, info )
253 CALL chkxer(
'DORMQL', infot, nout, lerr, ok )
259 CALL dorm2l(
'/',
'N', 0, 0, 0, a, 1, x, af, 1, w, info )
260 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
262 CALL dorm2l(
'L',
'/', 0, 0, 0, a, 1, x, af, 1, w, info )
263 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
265 CALL dorm2l(
'L',
'N', -1, 0, 0, a, 1, x, af, 1, w, info )
266 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
268 CALL dorm2l(
'L',
'N', 0, -1, 0, a, 1, x, af, 1, w, info )
269 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
271 CALL dorm2l(
'L',
'N', 0, 0, -1, a, 1, x, af, 1, w, info )
272 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
274 CALL dorm2l(
'L',
'N', 0, 1, 1, a, 1, x, af, 1, w, info )
275 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
277 CALL dorm2l(
'R',
'N', 1, 0, 1, a, 1, x, af, 1, w, info )
278 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
280 CALL dorm2l(
'L',
'N', 2, 1, 0, a, 1, x, af, 2, w, info )
281 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
283 CALL dorm2l(
'R',
'N', 1, 2, 0, a, 1, x, af, 1, w, info )
284 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
286 CALL dorm2l(
'L',
'N', 2, 1, 0, a, 2, x, af, 1, w, info )
287 CALL chkxer(
'DORM2L', infot, nout, lerr, ok )
291 CALL alaesm( path, ok, nout )