76 DOUBLE PRECISION A( NMAX, NMAX ), T( NMAX, NMAX ), W( NMAX ),
89 COMMON / infoc / infot, nout, ok, lerr
90 COMMON / srnamc / srnamt
98 WRITE( nout, fmt = * )
105 c( i, j ) = 1.d0 / dble( i+j )
106 t( i, j ) = 1.d0 / dble( i+j )
118 CALL dgelqt( -1, 0, 1, a, 1, t, 1, w, info )
119 CALL chkxer(
'DGELQT', infot, nout, lerr, ok )
121 CALL dgelqt( 0, -1, 1, a, 1, t, 1, w, info )
122 CALL chkxer(
'DGELQT', infot, nout, lerr, ok )
124 CALL dgelqt( 0, 0, 0, a, 1, t, 1, w, info )
125 CALL chkxer(
'DGELQT', infot, nout, lerr, ok )
127 CALL dgelqt( 2, 1, 1, a, 1, t, 1, w, info )
128 CALL chkxer(
'DGELQT', infot, nout, lerr, ok )
130 CALL dgelqt( 2, 2, 2, a, 2, t, 1, w, info )
131 CALL chkxer(
'DGELQT', infot, nout, lerr, ok )
137 CALL dgelqt3( -1, 0, a, 1, t, 1, info )
138 CALL chkxer(
'DGELQT3', infot, nout, lerr, ok )
140 CALL dgelqt3( 0, -1, a, 1, t, 1, info )
141 CALL chkxer(
'DGELQT3', infot, nout, lerr, ok )
143 CALL dgelqt3( 2, 2, a, 1, t, 1, info )
144 CALL chkxer(
'DGELQT3', infot, nout, lerr, ok )
146 CALL dgelqt3( 2, 2, a, 2, t, 1, info )
147 CALL chkxer(
'DGELQT3', infot, nout, lerr, ok )
153 CALL dgemlqt(
'/',
'N', 0, 0, 0, 1, a
154 CALL chkxer(
'DGEMLQT', infot, nout, lerr, ok )
156 CALL dgemlqt(
'L',
'/', 0, 0, 0, 1, a, 1, t, 1, c, 1, w, info )
159 CALL DGEMLQT( 'l
', 'n
', -1, 0, 0, 1, A, 1, T, 1, C, 1, W, INFO )
160 CALL CHKXER( 'dgemlqt', INFOT, NOUT, LERR, OK )
162 CALL DGEMLQT( 'l
', 'n
', 0, -1, 0, 1, A, 1, T, 1, C, 1, W, INFO )
163 CALL CHKXER( 'dgemlqt', INFOT, NOUT, LERR, OK )
165 CALL DGEMLQT( 'l
', 'n
', 0, 0, -1, 1, A, 1, T, 1, C, 1, W, INFO )
166 CALL CHKXER( 'dgemlqt', INFOT, NOUT, LERR, OK )
168 CALL DGEMLQT( 'r',
'N', 0, 0, -1, 1, a, 1, t, 1, c, 1, w, info )
169 CALL chkxer(
'DGEMLQT', infot, nout, lerr, ok )
171 CALL dgemlqt(
'L',
'N', 0, 0, 0, 0, a, 1, t, 1, c, 1, w, info )
172 CALL chkxer(
'DGEMLQT', infot, nout, lerr, ok )
174 CALL dgemlqt(
'R',
'N', 2, 2, 2, 1, a, 1, t, 1, c, 1, w, info )
175 CALL chkxer(
'DGEMLQT', infot, nout, lerr, ok )
177 CALL dgemlqt(
'L', 'n
', 2, 2, 2, 1, A, 1, T, 1, C, 1, W, INFO )
178 CALL CHKXER( 'dgemlqt', infot, nout, lerr, ok )
180 CALL dgemlqt(
'R',
'N', 1, 1, 1, 1, a, 1, t, 0, c, 1, w, info )
181 CALL chkxer(
'DGEMLQT', infot, nout, lerr, ok )
183 CALL dgemlqt(
'L',
'N', 1, 1, 1, 1, a, 1, t, 1, c, 0, w, info )
184 CALL chkxer(
'DGEMLQT', infot, nout, lerr, ok )
188 CALL alaesm( path, ok, nout )