LAPACK  3.4.0
LAPACK: Linear Algebra PACKage
dblat3.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __dblat3.f__
 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)

Function/Subroutine Documentation

subroutine CHKXER ( CHARACTER*6  SRNAMT,
INTEGER  INFOT,
INTEGER  NOUT,
LOGICAL  LERR,
LOGICAL  OK 
)

Definition at line 2794 of file dblat3.f.

DOUBLE PRECISION function DBEG ( LOGICAL  RESET)

Definition at line 2729 of file dblat3.f.

Here is the call graph for this function:

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 
)

Definition at line 401 of file dblat3.f.

Here is the call graph for this function:

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 
)

Definition at line 682 of file dblat3.f.

Here is the call graph for this function:

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 
)

Definition at line 952 of file dblat3.f.

Here is the call graph for this function:

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 
)

Definition at line 1257 of file dblat3.f.

Here is the call graph for this function:

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 
)

Definition at line 1532 of file dblat3.f.

Here is the call graph for this function:

subroutine DCHKE ( INTEGER  ISNUM,
CHARACTER*6  SRNAMT,
INTEGER  NOUT 
)

Definition at line 1846 of file dblat3.f.

Here is the call graph for this function:

DOUBLE PRECISION function DDIFF ( DOUBLE PRECISION  X,
DOUBLE PRECISION  Y 
)

Definition at line 2775 of file dblat3.f.

Here is the call graph for this function:

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 
)

Definition at line 2401 of file dblat3.f.

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 
)

Definition at line 2514 of file dblat3.f.

Here is the caller graph for this function:

LOGICAL function LDE ( DOUBLE PRECISION, dimension( * )  RI,
DOUBLE PRECISION, dimension( * )  RJ,
INTEGER  LR 
)

Definition at line 2636 of file dblat3.f.

Here is the call graph for this function:

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 
)

Definition at line 2668 of file dblat3.f.

Here is the call graph for this function:

subroutine XERBLA ( CHARACTER*6  SRNAME,
INTEGER  INFO 
)

Definition at line 2824 of file dblat3.f.

 All Files Functions