LAPACK
3.4.2
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
program | dblat3 |
DBLAT3 | |
subroutine | dchk1 (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 | dchk2 (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 | dchk3 (SNAME, EPS, THRESH, NOUT, NTRA, TRACE, REWI, FATAL, NIDIM, IDIM, NALF, ALF, NMAX, A, AA, AS, B, BB, BS, CT, G, C) |
subroutine | dchk4 (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 | dchk5 (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 | dchke (ISNUM, SRNAMT, NOUT) |
subroutine | dmake (TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, RESET, TRANSL) |
subroutine | dmmch (TRANSA, TRANSB, M, N, KK, ALPHA, A, LDA, B, LDB, BETA, C, LDC, CT, G, CC, LDCC, EPS, ERR, FATAL, NOUT, MV) |
LOGICAL function | lde (RI, RJ, LR) |
LOGICAL function | lderes (TYPE, UPLO, M, N, AA, AS, LDA) |
DOUBLE PRECISION function | dbeg (RESET) |
DOUBLE PRECISION function | ddiff (X, Y) |
subroutine | chkxer (SRNAMT, INFOT, NOUT, LERR, OK) |
subroutine | xerbla (SRNAME, INFO) |
subroutine chkxer | ( | character*6 | SRNAMT, |
integer | INFOT, | ||
integer | NOUT, | ||
logical | LERR, | ||
logical | OK | ||
) |
DOUBLE PRECISION function dbeg | ( | logical | RESET | ) |
subroutine dchk1 | ( | character*6 | 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, | ||
double precision, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
double precision, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
double precision, dimension( nmax, nmax ) | A, | ||
double precision, dimension( nmax*nmax ) | AA, | ||
double precision, dimension( nmax*nmax ) | AS, | ||
double precision, dimension( nmax, nmax ) | B, | ||
double precision, dimension( nmax*nmax ) | BB, | ||
double precision, dimension( nmax*nmax ) | BS, | ||
double precision, dimension( nmax, nmax ) | C, | ||
double precision, dimension( nmax*nmax ) | CC, | ||
double precision, dimension( nmax*nmax ) | CS, | ||
double precision, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G | ||
) |
subroutine dchk2 | ( | character*6 | 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, | ||
double precision, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
double precision, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
double precision, dimension( nmax, nmax ) | A, | ||
double precision, dimension( nmax*nmax ) | AA, | ||
double precision, dimension( nmax*nmax ) | AS, | ||
double precision, dimension( nmax, nmax ) | B, | ||
double precision, dimension( nmax*nmax ) | BB, | ||
double precision, dimension( nmax*nmax ) | BS, | ||
double precision, dimension( nmax, nmax ) | C, | ||
double precision, dimension( nmax*nmax ) | CC, | ||
double precision, dimension( nmax*nmax ) | CS, | ||
double precision, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G | ||
) |
subroutine dchk3 | ( | character*6 | 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, | ||
double precision, dimension( nalf ) | ALF, | ||
integer | NMAX, | ||
double precision, dimension( nmax, nmax ) | A, | ||
double precision, dimension( nmax*nmax ) | AA, | ||
double precision, dimension( nmax*nmax ) | AS, | ||
double precision, dimension( nmax, nmax ) | B, | ||
double precision, dimension( nmax*nmax ) | BB, | ||
double precision, dimension( nmax*nmax ) | BS, | ||
double precision, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
double precision, dimension( nmax, nmax ) | C | ||
) |
subroutine dchk4 | ( | character*6 | 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, | ||
double precision, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
double precision, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
double precision, dimension( nmax, nmax ) | A, | ||
double precision, dimension( nmax*nmax ) | AA, | ||
double precision, dimension( nmax*nmax ) | AS, | ||
double precision, dimension( nmax, nmax ) | B, | ||
double precision, dimension( nmax*nmax ) | BB, | ||
double precision, dimension( nmax*nmax ) | BS, | ||
double precision, dimension( nmax, nmax ) | C, | ||
double precision, dimension( nmax*nmax ) | CC, | ||
double precision, dimension( nmax*nmax ) | CS, | ||
double precision, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G | ||
) |
subroutine dchk5 | ( | character*6 | 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, | ||
double precision, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
double precision, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
double precision, dimension( 2*nmax*nmax ) | AB, | ||
double precision, dimension( nmax*nmax ) | AA, | ||
double precision, dimension( nmax*nmax ) | AS, | ||
double precision, dimension( nmax*nmax ) | BB, | ||
double precision, dimension( nmax*nmax ) | BS, | ||
double precision, dimension( nmax, nmax ) | C, | ||
double precision, dimension( nmax*nmax ) | CC, | ||
double precision, dimension( nmax*nmax ) | CS, | ||
double precision, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
double precision, dimension( 2*nmax ) | W | ||
) |
subroutine dchke | ( | integer | ISNUM, |
character*6 | SRNAMT, | ||
integer | NOUT | ||
) |
DOUBLE PRECISION function ddiff | ( | double precision | X, |
double precision | Y | ||
) |
subroutine dmake | ( | character*2 | TYPE, |
character*1 | UPLO, | ||
character*1 | DIAG, | ||
integer | M, | ||
integer | N, | ||
double precision, dimension( nmax, * ) | A, | ||
integer | NMAX, | ||
double precision, dimension( * ) | AA, | ||
integer | LDA, | ||
logical | RESET, | ||
double precision | TRANSL | ||
) |
subroutine dmmch | ( | character*1 | TRANSA, |
character*1 | TRANSB, | ||
integer | M, | ||
integer | N, | ||
integer | KK, | ||
double precision | ALPHA, | ||
double precision, dimension( lda, * ) | A, | ||
integer | LDA, | ||
double precision, dimension( ldb, * ) | B, | ||
integer | LDB, | ||
double precision | BETA, | ||
double precision, dimension( ldc, * ) | C, | ||
integer | LDC, | ||
double precision, dimension( * ) | CT, | ||
double precision, dimension( * ) | G, | ||
double precision, dimension( ldcc, * ) | CC, | ||
integer | LDCC, | ||
double precision | EPS, | ||
double precision | ERR, | ||
logical | FATAL, | ||
integer | NOUT, | ||
logical | MV | ||
) |
LOGICAL function lde | ( | double precision, dimension( * ) | RI, |
double precision, dimension( * ) | RJ, | ||
integer | LR | ||
) |
LOGICAL function lderes | ( | character*2 | TYPE, |
character*1 | UPLO, | ||
integer | M, | ||
integer | N, | ||
double precision, dimension( lda, * ) | AA, | ||
double precision, dimension( lda, * ) | AS, | ||
integer | LDA | ||
) |