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