72 INTEGER I, INFO, J, RANK
75 COMPLEX A( NMAX, NMAX )
88 COMMON / infoc / infot, nout, ok, lerr
89 COMMON / srnamc / srnamt
97 WRITE( nout, fmt = * )
103 a( i, j ) = 1.0 / real( i+j )
121 CALL cpstrf(
'/', 0, a, 1, piv, rank, -1.0, rwork, info )
122 CALL chkxer(
'CPSTRF', infot, nout, lerr, ok )
124 CALL cpstrf(
'U', -1, a, 1, piv, rank, -1.0, rwork, info )
125 CALL chkxer(
'CPSTRF', infot, nout, lerr, ok )
127 CALL cpstrf(
'U', 2, a, 1, piv, rank, -1.0, rwork, info )
128 CALL chkxer(
'CPSTRF', infot, nout, lerr, ok )
134 CALL cpstf2(
'/', 0, a, 1, piv, rank, -1.0, rwork, info )
135 CALL chkxer(
'CPSTF2', infot, nout, lerr, ok )
137 CALL cpstf2(
'U', -1, a, 1, piv, rank, -1.0, rwork, info )
138 CALL chkxer(
'CPSTF2', infot, nout, lerr, ok )
140 CALL cpstf2(
'U', 2, a, 1, piv, rank, -1.0, rwork, info )
141 CALL chkxer(
'CPSTF2', infot, nout, lerr, ok )
146 CALL alaesm( path, ok, nout )
subroutine alaesm(path, ok, nout)
ALAESM
subroutine chkxer(srnamt, infot, nout, lerr, ok)
subroutine cerrps(path, nunit)
CERRPS
subroutine cpstf2(uplo, n, a, lda, piv, rank, tol, work, info)
CPSTF2 computes the Cholesky factorization with complete pivoting of complex Hermitian positive semid...
subroutine cpstrf(uplo, n, a, lda, piv, rank, tol, work, info)
CPSTRF computes the Cholesky factorization with complete pivoting of complex Hermitian positive semid...