![]() |
LAPACK
3.6.0
LAPACK: Linear Algebra PACKage
|
Functions/Subroutines | |
program | zblat3 |
subroutine | zchk1 (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, IORDER) |
subroutine | zprcn1 (NOUT, NC, SNAME, IORDER, TRANSA, TRANSB, M, N, K, ALPHA, LDA, LDB, BETA, LDC) |
subroutine | zchk2 (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, IORDER) |
subroutine | zprcn2 (NOUT, NC, SNAME, IORDER, SIDE, UPLO, M, N, ALPHA, LDA, LDB, BETA, LDC) |
subroutine | zchk3 (SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI, FATAL, NIDIM, IDIM, NALF, ALF, NMAX, A, AA, AS, B, BB, BS, CT, G, C, IORDER) |
subroutine | zprcn3 (NOUT, NC, SNAME, IORDER, SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, LDA, LDB) |
subroutine | zchk4 (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, IORDER) |
subroutine | zprcn4 (NOUT, NC, SNAME, IORDER, UPLO, TRANSA, N, K, ALPHA, LDA, BETA, LDC) |
subroutine | zprcn6 (NOUT, NC, SNAME, IORDER, UPLO, TRANSA, N, K, ALPHA, LDA, BETA, LDC) |
subroutine | zchk5 (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, IORDER) |
subroutine | zprcn5 (NOUT, NC, SNAME, IORDER, UPLO, TRANSA, N, K, ALPHA, LDA, LDB, BETA, LDC) |
subroutine | zprcn7 (NOUT, NC, SNAME, IORDER, UPLO, TRANSA, N, K, ALPHA, LDA, LDB, BETA, LDC) |
subroutine | zmake (TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, RESET, TRANSL) |
subroutine | zmmch (TRANSA, TRANSB, M, N, KK, ALPHA, A, LDA, B, LDB, BETA, C, LDC, CT, G, CC, LDCC, EPS, ERR, FATAL, NOUT, MV) |
logical function | lze (RI, RJ, LR) |
logical function | lzeres (TYPE, UPLO, M, N, AA, AS, LDA) |
complex *16 function | zbeg (RESET) |
double precision function | ddiff (X, Y) |
double precision function ddiff | ( | double precision | X, |
double precision | Y | ||
) |
logical function lze | ( | complex*16, dimension( * ) | RI, |
complex*16, dimension( * ) | RJ, | ||
integer | LR | ||
) |
logical function lzeres | ( | character*2 | TYPE, |
character*1 | UPLO, | ||
integer | M, | ||
integer | N, | ||
complex*16, dimension( lda, * ) | AA, | ||
complex*16, dimension( lda, * ) | AS, | ||
integer | LDA | ||
) |
complex*16 function zbeg | ( | logical | RESET | ) |
program zblat3 | ( | ) |
subroutine zchk1 | ( | character*12 | SNAME, |
double precision | EPS, | ||
double precision | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex*16, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex*16, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex*16, dimension( nmax, nmax ) | A, | ||
complex*16, dimension( nmax*nmax ) | AA, | ||
complex*16, dimension( nmax*nmax ) | AS, | ||
complex*16, dimension( nmax, nmax ) | B, | ||
complex*16, dimension( nmax*nmax ) | BB, | ||
complex*16, dimension( nmax*nmax ) | BS, | ||
complex*16, dimension( nmax, nmax ) | C, | ||
complex*16, dimension( nmax*nmax ) | CC, | ||
complex*16, dimension( nmax*nmax ) | CS, | ||
complex*16, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
integer | IORDER | ||
) |
subroutine zchk2 | ( | character*12 | SNAME, |
double precision | EPS, | ||
double precision | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex*16, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex*16, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex*16, dimension( nmax, nmax ) | A, | ||
complex*16, dimension( nmax*nmax ) | AA, | ||
complex*16, dimension( nmax*nmax ) | AS, | ||
complex*16, dimension( nmax, nmax ) | B, | ||
complex*16, dimension( nmax*nmax ) | BB, | ||
complex*16, dimension( nmax*nmax ) | BS, | ||
complex*16, dimension( nmax, nmax ) | C, | ||
complex*16, dimension( nmax*nmax ) | CC, | ||
complex*16, dimension( nmax*nmax ) | CS, | ||
complex*16, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
integer | IORDER | ||
) |
subroutine zchk3 | ( | character*12 | SNAME, |
double precision | EPS, | ||
double precision | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex*16, dimension( nalf ) | ALF, | ||
integer | NMAX, | ||
complex*16, dimension( nmax, nmax ) | A, | ||
complex*16, dimension( nmax*nmax ) | AA, | ||
complex*16, dimension( nmax*nmax ) | AS, | ||
complex*16, dimension( nmax, nmax ) | B, | ||
complex*16, dimension( nmax*nmax ) | BB, | ||
complex*16, dimension( nmax*nmax ) | BS, | ||
complex*16, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
complex*16, dimension( nmax, nmax ) | C, | ||
integer | IORDER | ||
) |
subroutine zchk4 | ( | character*12 | SNAME, |
double precision | EPS, | ||
double precision | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex*16, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex*16, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex*16, dimension( nmax, nmax ) | A, | ||
complex*16, dimension( nmax*nmax ) | AA, | ||
complex*16, dimension( nmax*nmax ) | AS, | ||
complex*16, dimension( nmax, nmax ) | B, | ||
complex*16, dimension( nmax*nmax ) | BB, | ||
complex*16, dimension( nmax*nmax ) | BS, | ||
complex*16, dimension( nmax, nmax ) | C, | ||
complex*16, dimension( nmax*nmax ) | CC, | ||
complex*16, dimension( nmax*nmax ) | CS, | ||
complex*16, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
integer | IORDER | ||
) |
subroutine zchk5 | ( | character*12 | SNAME, |
double precision | EPS, | ||
double precision | THRESH, | ||
integer | NOUT, | ||
integer | NTRA, | ||
logical | TRACE, | ||
logical | REWI, | ||
logical | FATAL, | ||
integer | NIDIM, | ||
integer, dimension( nidim ) | IDIM, | ||
integer | NALF, | ||
complex*16, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
complex*16, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
complex*16, dimension( 2*nmax*nmax ) | AB, | ||
complex*16, dimension( nmax*nmax ) | AA, | ||
complex*16, dimension( nmax*nmax ) | AS, | ||
complex*16, dimension( nmax*nmax ) | BB, | ||
complex*16, dimension( nmax*nmax ) | BS, | ||
complex*16, dimension( nmax, nmax ) | C, | ||
complex*16, dimension( nmax*nmax ) | CC, | ||
complex*16, dimension( nmax*nmax ) | CS, | ||
complex*16, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
complex*16, dimension( 2*nmax ) | W, | ||
integer | IORDER | ||
) |
subroutine zmake | ( | character*2 | TYPE, |
character*1 | UPLO, | ||
character*1 | DIAG, | ||
integer | M, | ||
integer | N, | ||
complex*16, dimension( nmax, * ) | A, | ||
integer | NMAX, | ||
complex*16, dimension( * ) | AA, | ||
integer | LDA, | ||
logical | RESET, | ||
complex*16 | TRANSL | ||
) |
subroutine zmmch | ( | character*1 | TRANSA, |
character*1 | TRANSB, | ||
integer | M, | ||
integer | N, | ||
integer | KK, | ||
complex*16 | ALPHA, | ||
complex*16, dimension( lda, * ) | A, | ||
integer | LDA, | ||
complex*16, dimension( ldb, * ) | B, | ||
integer | LDB, | ||
complex*16 | BETA, | ||
complex*16, dimension( ldc, * ) | C, | ||
integer | LDC, | ||
complex*16, dimension( * ) | CT, | ||
double precision, dimension( * ) | G, | ||
complex*16, dimension( ldcc, * ) | CC, | ||
integer | LDCC, | ||
double precision | EPS, | ||
double precision | ERR, | ||
logical | FATAL, | ||
integer | NOUT, | ||
logical | MV | ||
) |
subroutine zprcn1 | ( | integer | NOUT, |
integer | NC, | ||
character*12 | SNAME, | ||
integer | IORDER, | ||
character*1 | TRANSA, | ||
character*1 | TRANSB, | ||
integer | M, | ||
integer | N, | ||
integer | K, | ||
double complex | ALPHA, | ||
integer | LDA, | ||
integer | LDB, | ||
double complex | BETA, | ||
integer | LDC | ||
) |
subroutine zprcn2 | ( | integer | NOUT, |
integer | NC, | ||
character*12 | SNAME, | ||
integer | IORDER, | ||
character*1 | SIDE, | ||
character*1 | UPLO, | ||
integer | M, | ||
integer | N, | ||
double complex | ALPHA, | ||
integer | LDA, | ||
integer | LDB, | ||
double complex | BETA, | ||
integer | LDC | ||
) |
subroutine zprcn3 | ( | integer | NOUT, |
integer | NC, | ||
character*12 | SNAME, | ||
integer | IORDER, | ||
character*1 | SIDE, | ||
character*1 | UPLO, | ||
character*1 | TRANSA, | ||
character*1 | DIAG, | ||
integer | M, | ||
integer | N, | ||
double complex | ALPHA, | ||
integer | LDA, | ||
integer | LDB | ||
) |
subroutine zprcn4 | ( | integer | NOUT, |
integer | NC, | ||
character*12 | SNAME, | ||
integer | IORDER, | ||
character*1 | UPLO, | ||
character*1 | TRANSA, | ||
integer | N, | ||
integer | K, | ||
double complex | ALPHA, | ||
integer | LDA, | ||
double complex | BETA, | ||
integer | LDC | ||
) |
subroutine zprcn5 | ( | integer | NOUT, |
integer | NC, | ||
character*12 | SNAME, | ||
integer | IORDER, | ||
character*1 | UPLO, | ||
character*1 | TRANSA, | ||
integer | N, | ||
integer | K, | ||
double complex | ALPHA, | ||
integer | LDA, | ||
integer | LDB, | ||
double complex | BETA, | ||
integer | LDC | ||
) |
subroutine zprcn6 | ( | integer | NOUT, |
integer | NC, | ||
character*12 | SNAME, | ||
integer | IORDER, | ||
character*1 | UPLO, | ||
character*1 | TRANSA, | ||
integer | N, | ||
integer | K, | ||
double precision | ALPHA, | ||
integer | LDA, | ||
double precision | BETA, | ||
integer | LDC | ||
) |
subroutine zprcn7 | ( | integer | NOUT, |
integer | NC, | ||
character*12 | SNAME, | ||
integer | IORDER, | ||
character*1 | UPLO, | ||
character*1 | TRANSA, | ||
integer | N, | ||
integer | K, | ||
double complex | ALPHA, | ||
integer | LDA, | ||
integer | LDB, | ||
double precision | BETA, | ||
integer | LDC | ||
) |