LAPACK
3.4.2
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
program | cblat3 |
CBLAT3 | |
subroutine | cchk1 (SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET, NMAX, A, AA, AS, B, BB, BS, C, CC, CS, CT, G) |
subroutine | cchk2 (SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET, NMAX, A, AA, AS, B, BB, BS, C, CC, CS, CT, G) |
subroutine | cchk3 (SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI, FATAL, NIDIM, IDIM, NALF, ALF, NMAX, A, AA, AS, B, BB, BS, CT, G, C) |
subroutine | cchk4 (SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET, NMAX, A, AA, AS, B, BB, BS, C, CC, CS, CT, G) |
subroutine | cchk5 (SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET, NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W) |
subroutine | cchke (ISNUM, SRNAMT, NOUT) |
subroutine | cmake (TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, RESET, TRANSL) |
subroutine | cmmch (TRANSA, TRANSB, M, N, KK, ALPHA, A, LDA, B, LDB, BETA, C, LDC, CT, G, CC, LDCC, EPS, ERR, FATAL, NOUT, MV) |
LOGICAL function | lce (RI, RJ, LR) |
LOGICAL function | lceres (TYPE, UPLO, M, N, AA, AS, LDA) |
COMPLEX function | cbeg (RESET) |
REAL function | sdiff (X, Y) |
subroutine | chkxer (SRNAMT, INFOT, NOUT, LERR, OK) |
subroutine | xerbla (SRNAME, INFO) |
COMPLEX function cbeg | ( | logical | RESET | ) |
subroutine cchk1 | ( | character*6 | SNAME, |
real | EPS, | ||
real | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex, dimension( nmax, nmax ) | A, | ||
complex, dimension( nmax*nmax ) | AA, | ||
complex, dimension( nmax*nmax ) | AS, | ||
complex, dimension( nmax, nmax ) | B, | ||
complex, dimension( nmax*nmax ) | BB, | ||
complex, dimension( nmax*nmax ) | BS, | ||
complex, dimension( nmax, nmax ) | C, | ||
complex, dimension( nmax*nmax ) | CC, | ||
complex, dimension( nmax*nmax ) | CS, | ||
complex, dimension( nmax ) | CT, | ||
real, dimension( nmax ) | G | ||
) |
subroutine cchk2 | ( | character*6 | SNAME, |
real | EPS, | ||
real | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex, dimension( nmax, nmax ) | A, | ||
complex, dimension( nmax*nmax ) | AA, | ||
complex, dimension( nmax*nmax ) | AS, | ||
complex, dimension( nmax, nmax ) | B, | ||
complex, dimension( nmax*nmax ) | BB, | ||
complex, dimension( nmax*nmax ) | BS, | ||
complex, dimension( nmax, nmax ) | C, | ||
complex, dimension( nmax*nmax ) | CC, | ||
complex, dimension( nmax*nmax ) | CS, | ||
complex, dimension( nmax ) | CT, | ||
real, dimension( nmax ) | G | ||
) |
subroutine cchk3 | ( | character*6 | SNAME, |
real | EPS, | ||
real | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex, dimension( nalf ) | ALF, | ||
integer | NMAX, | ||
complex, dimension( nmax, nmax ) | A, | ||
complex, dimension( nmax*nmax ) | AA, | ||
complex, dimension( nmax*nmax ) | AS, | ||
complex, dimension( nmax, nmax ) | B, | ||
complex, dimension( nmax*nmax ) | BB, | ||
complex, dimension( nmax*nmax ) | BS, | ||
complex, dimension( nmax ) | CT, | ||
real, dimension( nmax ) | G, | ||
complex, dimension( nmax, nmax ) | C | ||
) |
subroutine cchk4 | ( | character*6 | SNAME, |
real | EPS, | ||
real | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex, dimension( nmax, nmax ) | A, | ||
complex, dimension( nmax*nmax ) | AA, | ||
complex, dimension( nmax*nmax ) | AS, | ||
complex, dimension( nmax, nmax ) | B, | ||
complex, dimension( nmax*nmax ) | BB, | ||
complex, dimension( nmax*nmax ) | BS, | ||
complex, dimension( nmax, nmax ) | C, | ||
complex, dimension( nmax*nmax ) | CC, | ||
complex, dimension( nmax*nmax ) | CS, | ||
complex, dimension( nmax ) | CT, | ||
real, dimension( nmax ) | G | ||
) |
subroutine cchk5 | ( | character*6 | SNAME, |
real | EPS, | ||
real | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex, dimension( 2*nmax*nmax ) | AB, | ||
complex, dimension( nmax*nmax ) | AA, | ||
complex, dimension( nmax*nmax ) | AS, | ||
complex, dimension( nmax*nmax ) | BB, | ||
complex, dimension( nmax*nmax ) | BS, | ||
complex, dimension( nmax, nmax ) | C, | ||
complex, dimension( nmax*nmax ) | CC, | ||
complex, dimension( nmax*nmax ) | CS, | ||
complex, dimension( nmax ) | CT, | ||
real, dimension( nmax ) | G, | ||
complex, dimension( 2*nmax ) | W | ||
) |
subroutine cchke | ( | integer | ISNUM, |
character*6 | SRNAMT, | ||
integer | NOUT | ||
) |
subroutine chkxer | ( | character*6 | SRNAMT, |
integer | INFOT, | ||
integer | NOUT, | ||
logical | LERR, | ||
logical | OK | ||
) |
subroutine cmake | ( | character*2 | TYPE, |
character*1 | UPLO, | ||
character*1 | DIAG, | ||
integer | M, | ||
integer | N, | ||
complex, dimension( nmax, * ) | A, | ||
integer | NMAX, | ||
complex, dimension( * ) | AA, | ||
integer | LDA, | ||
logical | RESET, | ||
complex | TRANSL | ||
) |
subroutine cmmch | ( | character*1 | TRANSA, |
character*1 | TRANSB, | ||
integer | M, | ||
integer | N, | ||
integer | KK, | ||
complex | ALPHA, | ||
complex, dimension( lda, * ) | A, | ||
integer | LDA, | ||
complex, dimension( ldb, * ) | B, | ||
integer | LDB, | ||
complex | BETA, | ||
complex, dimension( ldc, * ) | C, | ||
integer | LDC, | ||
complex, dimension( * ) | CT, | ||
real, dimension( * ) | G, | ||
complex, dimension( ldcc, * ) | CC, | ||
integer | LDCC, | ||
real | EPS, | ||
real | ERR, | ||
logical | FATAL, | ||
integer | NOUT, | ||
logical | MV | ||
) |
LOGICAL function lce | ( | complex, dimension( * ) | RI, |
complex, dimension( * ) | RJ, | ||
integer | LR | ||
) |
LOGICAL function lceres | ( | character*2 | TYPE, |
character*1 | UPLO, | ||
integer | M, | ||
integer | N, | ||
complex, dimension( lda, * ) | AA, | ||
complex, dimension( lda, * ) | AS, | ||
integer | LDA | ||
) |
REAL function sdiff | ( | real | X, |
real | Y | ||
) |