71 parameter ( nmax = 2 )
78 DOUBLE PRECISION a( nmax, nmax ), tau( nmax ), w( nmax )
93 COMMON / infoc / infot, nout, ok, lerr
94 COMMON / srnamc / srnamt
99 WRITE( nout, fmt = * )
109 IF(
lsamen( 2, c2,
'TZ' ) )
THEN
117 CALL dtzrzf( -1, 0, a, 1, tau, w, 1, info )
118 CALL chkxer(
'DTZRZF', infot, nout, lerr, ok )
120 CALL dtzrzf( 1, 0, a, 1, tau, w, 1, info )
121 CALL chkxer(
'DTZRZF', infot, nout, lerr, ok )
123 CALL dtzrzf( 2, 2, a, 1, tau, w, 1, info )
124 CALL chkxer(
'DTZRZF', infot, nout, lerr, ok )
126 CALL dtzrzf( 2, 2, a, 2, tau, w, 0, info )
127 CALL chkxer(
'DTZRZF', infot, nout, lerr, ok )
129 CALL dtzrzf( 2, 3, a, 2, tau, w, 1, info )
130 CALL chkxer(
'DTZRZF', infot, nout, lerr, ok )
135 CALL alaesm( path, ok, nout )
logical function lsamen(N, CA, CB)
LSAMEN
subroutine dtzrzf(M, N, A, LDA, TAU, WORK, LWORK, INFO)
DTZRZF
subroutine alaesm(PATH, OK, NOUT)
ALAESM
subroutine chkxer(SRNAMT, INFOT, NOUT, LERR, OK)