LAPACK 3.3.0

dblat3.f File Reference

Go to the source code of this file.

Functions/Subroutines

program 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 LDE (RI, RJ, LR)
LOGICAL LDERES (TYPE, UPLO, M, N, AA, AS, LDA)
DOUBLE PRECISION DBEG (RESET)
DOUBLE PRECISION DDIFF (X, Y)
subroutine CHKXER (SRNAMT, INFOT, NOUT, LERR, OK)
subroutine XERBLA (SRNAME, INFO)

Function Documentation

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

Definition at line 2754 of file dblat3.f.

DOUBLE PRECISION DBEG ( LOGICAL  RESET)

Definition at line 2689 of file dblat3.f.

Here is the call graph for this function:

program DBLAT3 ( )

Definition at line 1 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 360 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 641 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 911 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 1216 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 1491 of file dblat3.f.

Here is the call graph for this function:

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

Definition at line 1805 of file dblat3.f.

Here is the call graph for this function:

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

Definition at line 2735 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 2360 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 2473 of file dblat3.f.

Here is the caller graph for this function:

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

Definition at line 2595 of file dblat3.f.

Here is the call graph for this function:

LOGICAL 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 2627 of file dblat3.f.

Here is the call graph for this function:

subroutine XERBLA ( CHARACTER*6  SRNAME,
INTEGER  INFO 
)

Definition at line 2784 of file dblat3.f.

 All Files Functions