Go to the source code of this file.
Functions/Subroutines | |
| subroutine | pcoptee (ictxt, nout, subptr, scode, sname) |
| subroutine | pcchkopt (ictxt, nout, subptr, scode, sname, argnam, argpos) |
| subroutine | pcdimee (ictxt, nout, subptr, scode, sname) |
| subroutine | pcchkdim (ictxt, nout, subptr, scode, sname, argnam, argpos) |
| subroutine | pcvecee (ictxt, nout, subptr, scode, sname) |
| subroutine | pcmatee (ictxt, nout, subptr, scode, sname) |
| subroutine | pcsetpblas (ictxt) |
| subroutine | pcchkmat (ictxt, nout, subptr, scode, sname, argnam, argpos) |
| subroutine | pccallsub (subptr, scode) |
| subroutine | pcerrset (err, errmax, xtrue, x) |
| subroutine | pcchkvin (errmax, n, x, px, ix, jx, descx, incx, info) |
| subroutine | pcchkvout (n, x, px, ix, jx, descx, incx, info) |
| subroutine | pcchkmin (errmax, m, n, a, pa, ia, ja, desca, info) |
| subroutine | pcchkmout (m, n, a, pa, ia, ja, desca, info) |
| subroutine | pcmprnt (ictxt, nout, m, n, a, lda, irprnt, icprnt, cmatnm) |
| subroutine | pcvprnt (ictxt, nout, n, x, incx, irprnt, icprnt, cvecnm) |
| subroutine | pcmvch (ictxt, trans, m, n, alpha, a, ia, ja, desca, x, ix, jx, descx, incx, beta, y, py, iy, jy, descy, incy, g, err, info) |
| subroutine | pcvmch (ictxt, trans, uplo, m, n, alpha, x, ix, jx, descx, incx, y, iy, jy, descy, incy, a, pa, ia, ja, desca, g, err, info) |
| subroutine | pcvmch2 (ictxt, uplo, m, n, alpha, x, ix, jx, descx, incx, y, iy, jy, descy, incy, a, pa, ia, ja, desca, g, err, info) |
| subroutine | pcmmch (ictxt, transa, transb, m, n, k, alpha, a, ia, ja, desca, b, ib, jb, descb, beta, c, pc, ic, jc, descc, ct, g, err, info) |
| subroutine | pcmmch1 (ictxt, uplo, trans, n, k, alpha, a, ia, ja, desca, beta, c, pc, ic, jc, descc, ct, g, err, info) |
| subroutine | pcmmch2 (ictxt, uplo, trans, n, k, alpha, a, ia, ja, desca, b, ib, jb, descb, beta, c, pc, ic, jc, descc, ct, g, err, info) |
| subroutine | pcmmch3 (uplo, trans, m, n, alpha, a, ia, ja, desca, beta, c, pc, ic, jc, descc, err, info) |
| subroutine | pcerraxpby (errbnd, alpha, x, beta, y, prec) |
| subroutine | pcipset (toggle, n, a, ia, ja, desca) |
| real function | pslamch (ictxt, cmach) |
| subroutine | pclaset (uplo, m, n, alpha, beta, a, ia, ja, desca) |
| subroutine | pclascal (type, m, n, alpha, a, ia, ja, desca) |
| subroutine | pclagen (inplace, aform, diag, offa, m, n, ia, ja, desca, iaseed, a, lda) |
| subroutine | pcladom (inplace, n, alpha, a, ia, ja, desca) |
| subroutine | pb_pclaprnt (m, n, a, ia, ja, desca, irprnt, icprnt, cmatnm, nout, work) |
| subroutine | pb_pclaprn2 (m, n, a, ia, ja, desca, irprnt, icprnt, cmatnm, nout, prow, pcol, work) |
| subroutine | pb_cfillpad (ictxt, m, n, a, lda, ipre, ipost, chkval) |
| subroutine | pb_cchekpad (ictxt, mess, m, n, a, lda, ipre, ipost, chkval) |
| subroutine | pb_claset (uplo, m, n, ioffd, alpha, beta, a, lda) |
| subroutine | pb_clascal (uplo, m, n, ioffd, alpha, a, lda) |
| subroutine | pb_clagen (uplo, aform, a, lda, lcmt00, iran, mblks, imbloc, mb, lmbloc, nblks, inbloc, nb, lnbloc, jmp, imuladd) |
| real function | pb_srand (idumm) |
| real function | pb_sran (idumm) |
| subroutine pb_cchekpad | ( | integer | ictxt, |
| character*(*) | mess, | ||
| integer | m, | ||
| integer | n, | ||
| complex, dimension( * ) | a, | ||
| integer | lda, | ||
| integer | ipre, | ||
| integer | ipost, | ||
| complex | chkval ) |
Definition at line 9871 of file pcblastst.f.
| subroutine pb_cfillpad | ( | integer | ictxt, |
| integer | m, | ||
| integer | n, | ||
| complex, dimension( * ) | a, | ||
| integer | lda, | ||
| integer | ipre, | ||
| integer | ipost, | ||
| complex | chkval ) |
Definition at line 9759 of file pcblastst.f.
| subroutine pb_clagen | ( | character*1 | uplo, |
| character*1 | aform, | ||
| complex, dimension( lda, * ) | a, | ||
| integer | lda, | ||
| integer | lcmt00, | ||
| integer, dimension( * ) | iran, | ||
| integer | mblks, | ||
| integer | imbloc, | ||
| integer | mb, | ||
| integer | lmbloc, | ||
| integer | nblks, | ||
| integer | inbloc, | ||
| integer | nb, | ||
| integer | lnbloc, | ||
| integer, dimension( * ) | jmp, | ||
| integer, dimension( 4, * ) | imuladd ) |
Definition at line 10422 of file pcblastst.f.
| subroutine pb_clascal | ( | character*1 | uplo, |
| integer | m, | ||
| integer | n, | ||
| integer | ioffd, | ||
| complex | alpha, | ||
| complex, dimension( lda, * ) | a, | ||
| integer | lda ) |
Definition at line 10243 of file pcblastst.f.
| subroutine pb_claset | ( | character*1 | uplo, |
| integer | m, | ||
| integer | n, | ||
| integer | ioffd, | ||
| complex | alpha, | ||
| complex | beta, | ||
| complex, dimension( lda, * ) | a, | ||
| integer | lda ) |
Definition at line 10046 of file pcblastst.f.
| subroutine pb_pclaprn2 | ( | integer | m, |
| integer | n, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| integer | irprnt, | ||
| integer | icprnt, | ||
| character*(*) | cmatnm, | ||
| integer | nout, | ||
| integer | prow, | ||
| integer | pcol, | ||
| complex, dimension( * ) | work ) |
Definition at line 9514 of file pcblastst.f.
| subroutine pb_pclaprnt | ( | integer | m, |
| integer | n, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| integer | irprnt, | ||
| integer | icprnt, | ||
| character*(*) | cmatnm, | ||
| integer | nout, | ||
| complex, dimension( * ) | work ) |
Definition at line 9300 of file pcblastst.f.
| real function pb_sran | ( | integer | idumm | ) |
Definition at line 11551 of file pcblastst.f.
| real function pb_srand | ( | integer | idumm | ) |
Definition at line 11489 of file pcblastst.f.
| subroutine pccallsub | ( | external | subptr, |
| integer | scode ) |
Definition at line 2182 of file pcblastst.f.
| subroutine pcchkdim | ( | integer | ictxt, |
| integer | nout, | ||
| external | subptr, | ||
| integer | scode, | ||
| character*(*) | sname, | ||
| character*1 | argnam, | ||
| integer | argpos ) |
Definition at line 757 of file pcblastst.f.
| subroutine pcchkmat | ( | integer | ictxt, |
| integer | nout, | ||
| external | subptr, | ||
| integer | scode, | ||
| character*(*) | sname, | ||
| character*1 | argnam, | ||
| integer | argpos ) |
Definition at line 1675 of file pcblastst.f.
| subroutine pcchkmin | ( | real | errmax, |
| integer | m, | ||
| integer | n, | ||
| complex, dimension( * ) | a, | ||
| complex, dimension( * ) | pa, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| integer | info ) |
Definition at line 3331 of file pcblastst.f.
| subroutine pcchkmout | ( | integer | m, |
| integer | n, | ||
| complex, dimension( * ) | a, | ||
| complex, dimension( * ) | pa, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| integer | info ) |
Definition at line 3632 of file pcblastst.f.
| subroutine pcchkopt | ( | integer | ictxt, |
| integer | nout, | ||
| external | subptr, | ||
| integer | scode, | ||
| character*(*) | sname, | ||
| character*1 | argnam, | ||
| integer | argpos ) |
Definition at line 264 of file pcblastst.f.
| subroutine pcchkvin | ( | real | errmax, |
| integer | n, | ||
| complex, dimension( * ) | x, | ||
| complex, dimension( * ) | px, | ||
| integer | ix, | ||
| integer | jx, | ||
| integer, dimension( * ) | descx, | ||
| integer | incx, | ||
| integer | info ) |
Definition at line 2580 of file pcblastst.f.
| subroutine pcchkvout | ( | integer | n, |
| complex, dimension( * ) | x, | ||
| complex, dimension( * ) | px, | ||
| integer | ix, | ||
| integer | jx, | ||
| integer, dimension( * ) | descx, | ||
| integer | incx, | ||
| integer | info ) |
Definition at line 2875 of file pcblastst.f.
| subroutine pcdimee | ( | integer | ictxt, |
| integer | nout, | ||
| external | subptr, | ||
| integer | scode, | ||
| character*(*) | sname ) |
Definition at line 454 of file pcblastst.f.
Definition at line 6942 of file pcblastst.f.
Definition at line 2459 of file pcblastst.f.
| subroutine pcipset | ( | character*1 | toggle, |
| integer | n, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca ) |
Definition at line 7043 of file pcblastst.f.
| subroutine pcladom | ( | logical | inplace, |
| integer | n, | ||
| complex | alpha, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca ) |
Definition at line 8893 of file pcblastst.f.
| subroutine pclagen | ( | logical | inplace, |
| character*1 | aform, | ||
| character*1 | diag, | ||
| integer | offa, | ||
| integer | m, | ||
| integer | n, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| integer | iaseed, | ||
| complex, dimension( lda, * ) | a, | ||
| integer | lda ) |
Definition at line 8489 of file pcblastst.f.
| subroutine pclascal | ( | character*1 | type, |
| integer | m, | ||
| integer | n, | ||
| complex | alpha, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca ) |
Definition at line 7982 of file pcblastst.f.
| subroutine pclaset | ( | character*1 | uplo, |
| integer | m, | ||
| integer | n, | ||
| complex | alpha, | ||
| complex | beta, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca ) |
Definition at line 7507 of file pcblastst.f.
| subroutine pcmatee | ( | integer | ictxt, |
| integer | nout, | ||
| external | subptr, | ||
| integer | scode, | ||
| character*7 | sname ) |
Definition at line 1189 of file pcblastst.f.
| subroutine pcmmch | ( | integer | ictxt, |
| character*1 | transa, | ||
| character*1 | transb, | ||
| integer | m, | ||
| integer | n, | ||
| integer | k, | ||
| complex | alpha, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| complex, dimension( * ) | b, | ||
| integer | ib, | ||
| integer | jb, | ||
| integer, dimension( * ) | descb, | ||
| complex | beta, | ||
| complex, dimension( * ) | c, | ||
| complex, dimension( * ) | pc, | ||
| integer | ic, | ||
| integer | jc, | ||
| integer, dimension( * ) | descc, | ||
| complex, dimension( * ) | ct, | ||
| real, dimension( * ) | g, | ||
| real | err, | ||
| integer | info ) |
Definition at line 5333 of file pcblastst.f.
| subroutine pcmmch1 | ( | integer | ictxt, |
| character*1 | uplo, | ||
| character*1 | trans, | ||
| integer | n, | ||
| integer | k, | ||
| complex | alpha, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| complex | beta, | ||
| complex, dimension( * ) | c, | ||
| complex, dimension( * ) | pc, | ||
| integer | ic, | ||
| integer | jc, | ||
| integer, dimension( * ) | descc, | ||
| complex, dimension( * ) | ct, | ||
| real, dimension( * ) | g, | ||
| real | err, | ||
| integer | info ) |
Definition at line 5786 of file pcblastst.f.
| subroutine pcmmch2 | ( | integer | ictxt, |
| character*1 | uplo, | ||
| character*1 | trans, | ||
| integer | n, | ||
| integer | k, | ||
| complex | alpha, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| complex, dimension( * ) | b, | ||
| integer | ib, | ||
| integer | jb, | ||
| integer, dimension( * ) | descb, | ||
| complex | beta, | ||
| complex, dimension( * ) | c, | ||
| complex, dimension( * ) | pc, | ||
| integer | ic, | ||
| integer | jc, | ||
| integer, dimension( * ) | descc, | ||
| complex, dimension( * ) | ct, | ||
| real, dimension( * ) | g, | ||
| real | err, | ||
| integer | info ) |
Definition at line 6165 of file pcblastst.f.
| subroutine pcmmch3 | ( | character*1 | uplo, |
| character*1 | trans, | ||
| integer | m, | ||
| integer | n, | ||
| complex | alpha, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| complex | beta, | ||
| complex, dimension( * ) | c, | ||
| complex, dimension( * ) | pc, | ||
| integer | ic, | ||
| integer | jc, | ||
| integer, dimension( * ) | descc, | ||
| real | err, | ||
| integer | info ) |
Definition at line 6582 of file pcblastst.f.
| subroutine pcmprnt | ( | integer | ictxt, |
| integer | nout, | ||
| integer | m, | ||
| integer | n, | ||
| complex, dimension( lda, * ) | a, | ||
| integer | lda, | ||
| integer | irprnt, | ||
| integer | icprnt, | ||
| character*(*) | cmatnm ) |
Definition at line 3953 of file pcblastst.f.
| subroutine pcmvch | ( | integer | ictxt, |
| character*1 | trans, | ||
| integer | m, | ||
| integer | n, | ||
| complex | alpha, | ||
| complex, dimension( * ) | a, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| complex, dimension( * ) | x, | ||
| integer | ix, | ||
| integer | jx, | ||
| integer, dimension( * ) | descx, | ||
| integer | incx, | ||
| complex | beta, | ||
| complex, dimension( * ) | y, | ||
| complex, dimension( * ) | py, | ||
| integer | iy, | ||
| integer | jy, | ||
| integer, dimension( * ) | descy, | ||
| integer | incy, | ||
| real, dimension( * ) | g, | ||
| real | err, | ||
| integer | info ) |
Definition at line 4169 of file pcblastst.f.
| subroutine pcoptee | ( | integer | ictxt, |
| integer | nout, | ||
| external | subptr, | ||
| integer | scode, | ||
| character*(*) | sname ) |
Definition at line 1 of file pcblastst.f.
| subroutine pcsetpblas | ( | integer | ictxt | ) |
Definition at line 1477 of file pcblastst.f.
| subroutine pcvecee | ( | integer | ictxt, |
| integer | nout, | ||
| external | subptr, | ||
| integer | scode, | ||
| character*7 | sname ) |
Definition at line 935 of file pcblastst.f.
| subroutine pcvmch | ( | integer | ictxt, |
| character*1 | trans, | ||
| character*1 | uplo, | ||
| integer | m, | ||
| integer | n, | ||
| complex | alpha, | ||
| complex, dimension( * ) | x, | ||
| integer | ix, | ||
| integer | jx, | ||
| integer, dimension( * ) | descx, | ||
| integer | incx, | ||
| complex, dimension( * ) | y, | ||
| integer | iy, | ||
| integer | jy, | ||
| integer, dimension( * ) | descy, | ||
| integer | incy, | ||
| complex, dimension( * ) | a, | ||
| complex, dimension( * ) | pa, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| real, dimension( * ) | g, | ||
| real | err, | ||
| integer | info ) |
Definition at line 4603 of file pcblastst.f.
| subroutine pcvmch2 | ( | integer | ictxt, |
| character*1 | uplo, | ||
| integer | m, | ||
| integer | n, | ||
| complex | alpha, | ||
| complex, dimension( * ) | x, | ||
| integer | ix, | ||
| integer | jx, | ||
| integer, dimension( * ) | descx, | ||
| integer | incx, | ||
| complex, dimension( * ) | y, | ||
| integer | iy, | ||
| integer | jy, | ||
| integer, dimension( * ) | descy, | ||
| integer | incy, | ||
| complex, dimension( * ) | a, | ||
| complex, dimension( * ) | pa, | ||
| integer | ia, | ||
| integer | ja, | ||
| integer, dimension( * ) | desca, | ||
| real, dimension( * ) | g, | ||
| real | err, | ||
| integer | info ) |
Definition at line 4972 of file pcblastst.f.
| subroutine pcvprnt | ( | integer | ictxt, |
| integer | nout, | ||
| integer | n, | ||
| complex, dimension( * ) | x, | ||
| integer | incx, | ||
| integer | irprnt, | ||
| integer | icprnt, | ||
| character*(*) | cvecnm ) |
Definition at line 4065 of file pcblastst.f.
| real function pslamch | ( | integer | ictxt, |
| character*1 | cmach ) |
Definition at line 7454 of file pcblastst.f.