77 COMPLEX A( NMAX, NMAX ), T( NMAX, NMAX ), D(NMAX)
84 CHARACTER(LEN=32) SRNAMT
88 COMMON / infoc / infot, nout, ok, lerr
89 COMMON / srnamc / srnamt
97 WRITE( nout, fmt = * )
103 a( i, j ) = cmplx( 1.e+0 / real( i+j ) )
104 t( i, j ) = cmplx( 1.e+0 / real( i+j ) )
106 d( j ) = ( 0.e+0, 0.e+0 )
117 CALL cunhr_col( -1, 0, 1, a, 1, t, 1, d, info )
118 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
121 CALL cunhr_col( 0, -1, 1, a, 1, t, 1, d, info )
122 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
123 CALL cunhr_col( 1, 2, 1, a, 1, t, 1, d, info )
124 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
127 CALL cunhr_col( 0, 0, -1, a, 1, t, 1, d, info )
128 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
130 CALL cunhr_col( 0, 0, 0, a, 1, t, 1, d, info )
131 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
134 CALL cunhr_col( 0, 0, 1, a, -1, t, 1, d, info )
135 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
137 CALL cunhr_col( 0, 0, 1, a, 0, t, 1, d, info )
138 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
140 CALL cunhr_col( 2, 0, 1, a, 1, t, 1, d, info )
141 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
144 CALL cunhr_col( 0, 0, 1, a, 1, t, -1, d, info )
145 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
147 CALL cunhr_col( 0, 0, 1, a, 1, t, 0, d, info )
148 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
150 CALL cunhr_col( 4, 3, 2, a, 4, t, 1, d, info )
151 CALL chkxer(
'CUNHR_COL', infot, nout, lerr, ok )
155 CALL alaesm( path, ok, nout )
subroutine alaesm(path, ok, nout)
ALAESM
subroutine chkxer(srnamt, infot, nout, lerr, ok)
subroutine cerrunhr_col(path, nunit)
CERRUNHR_COL
subroutine cunhr_col(m, n, nb, a, lda, t, ldt, d, info)
CUNHR_COL