80 COMPLEX*16 A( NMAX, NMAX ), T( NMAX, NMAX ), D(NMAX)
87 CHARACTER(LEN=32) SRNAMT
91 COMMON / infoc / infot, nout, ok, lerr
92 COMMON / srnamc / srnamt
95 INTRINSIC dble, dcmplx
100 WRITE( nout, fmt = * )
106 a( i, j ) = dcmplx( 1.d+0 / dble( i+j ) )
107 t( i, j ) = dcmplx( 1.d+0 / dble( i+j ) )
109 d( j ) = ( 0.d+0, 0.d+0 )
120 CALL zunhr_col( -1, 0, 1, a, 1, t, 1, d, info )
121 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
124 CALL zunhr_col( 0, -1, 1, a, 1, t, 1, d, info )
125 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
126 CALL zunhr_col( 1, 2, 1, a, 1, t, 1, d, info )
127 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
130 CALL zunhr_col( 0, 0, -1, a, 1, t, 1, d, info )
131 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
133 CALL zunhr_col( 0, 0, 0, a, 1, t, 1, d, info )
134 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
137 CALL zunhr_col( 0, 0, 1, a, -1, t, 1, d, info )
138 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
140 CALL zunhr_col( 0, 0, 1, a, 0, t, 1, d, info )
141 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
143 CALL zunhr_col( 2, 0, 1, a, 1, t, 1, d, info )
144 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
147 CALL zunhr_col( 0, 0, 1, a, 1, t, -1, d, info )
148 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
150 CALL zunhr_col( 0, 0, 1, a, 1, t, 0, d, info )
151 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
153 CALL zunhr_col( 4, 3, 2, a, 4, t, 1, d, info )
154 CALL chkxer(
'ZUNHR_COL', infot, nout, lerr, ok )
158 CALL alaesm( path, ok, nout )