LAPACK 3.3.1
Linear Algebra PACKage

mainprog.f File Reference

Go to the source code of this file.

Functions/Subroutines

DOUBLE PRECISION DQDOTA (N, DB, QC, DX, INCX, DY, INCY)
subroutine DTEST (LEN, DCOMP, DTRUE, DSIZE, DFAC)
function SDIFF (SA, SB)
DOUBLE PRECISION DDIFF (DA, DB)
subroutine STEST1 (SCOMP1, STRUE1, SSIZE, SFAC)
subroutine CTEST (LEN, CCOMP, CTRUE, CSIZE, SFAC)
subroutine DTEST1 (DCOMP1, DTRUE1, DSIZE, DFAC)
subroutine STEST (LEN, SCOMP, STRUE, SSIZE, SFAC)
subroutine ITEST1 (ICOMP, ITRUE)
DOUBLE PRECISION DQDOTI (N, DB, QC, DX, INCX, DY, INCY)
program __mainprog.f__
subroutine HEADER
subroutine CHECK0 (SFAC, DFAC)
subroutine CHECK1 (SFAC, DFAC)
subroutine CHECK2 (SFAC, SDFAC, DFAC, DQFAC)
subroutine MPBLAS (I1)
subroutine MPADD (X, Y, Z)
subroutine MPMLP (U, V, W, J)
subroutine MPUNFL (X)
subroutine MPMULI (X, IY, Z)
subroutine MPADD2 (X, Y, Z, Y1, TRUNC)
subroutine MPADD3 (X, Y, S, MED, RE)
subroutine MPCDM (DX, Z)
subroutine MPCHK (I, J)
subroutine MPCMD (X, DZ)
subroutine MPDIVI (X, IY, Z)
subroutine MPERR
subroutine MPMAXR (X)
subroutine MPMUL (X, Y, Z)
subroutine MPMUL2 (X, IY, Z, TRUNC)
subroutine MPNZR (RS, RE, Z, TRUNC)
subroutine MPOVFL (X)
subroutine MPSTR (X, Y)

Function Documentation

program __mainprog.f__ ( )

Definition at line 549 of file mainprog.f.

Here is the call graph for this function:

subroutine CHECK0 ( SFAC  ,
DOUBLE PRECISION  DFAC 
)

Definition at line 653 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine CHECK1 ( SFAC  ,
DOUBLE PRECISION  DFAC 
)

Definition at line 786 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine CHECK2 ( SFAC  ,
SDFAC  ,
DOUBLE PRECISION  DFAC,
DOUBLE PRECISION  DQFAC 
)

Definition at line 958 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine CTEST ( LEN  ,
COMPLEX,dimension(len)  CCOMP,
COMPLEX,dimension(len)  CTRUE,
COMPLEX,dimension(len)  CSIZE,
REAL  SFAC 
)

Definition at line 105 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

DOUBLE PRECISION DDIFF ( DOUBLE PRECISION  DA,
DOUBLE PRECISION  DB 
)

Definition at line 80 of file mainprog.f.

Here is the caller graph for this function:

DOUBLE PRECISION DQDOTA ( ,
DOUBLE PRECISION  DB,
INTEGER,dimension(10)  QC,
DOUBLE PRECISION,dimension(1)  DX,
INCX  ,
DOUBLE PRECISION,dimension(1)  DY,
INCY   
)

Definition at line 1 of file mainprog.f.

Here is the call graph for this function:

DOUBLE PRECISION DQDOTI ( ,
DOUBLE PRECISION  DB,
INTEGER,dimension(10)  QC,
DOUBLE PRECISION,dimension(1)  DX,
INCX  ,
DOUBLE PRECISION,dimension(1)  DY,
INCY   
)

Definition at line 208 of file mainprog.f.

Here is the call graph for this function:

subroutine DTEST ( LEN  ,
DOUBLE PRECISION,dimension(len)  DCOMP,
DOUBLE PRECISION,dimension(len)  DTRUE,
DOUBLE PRECISION,dimension(len)  DSIZE,
DOUBLE PRECISION  DFAC 
)

Definition at line 38 of file mainprog.f.

Here is the caller graph for this function:

subroutine DTEST1 ( DOUBLE PRECISION  DCOMP1,
DOUBLE PRECISION  DTRUE1,
DOUBLE PRECISION,dimension(1)  DSIZE,
DOUBLE PRECISION  DFAC 
)

Definition at line 126 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine HEADER ( )

Definition at line 600 of file mainprog.f.

Here is the caller graph for this function:

subroutine ITEST1 ( INTEGER  ICOMP,
INTEGER  ITRUE 
)

Definition at line 179 of file mainprog.f.

Here is the caller graph for this function:

subroutine MPADD ( INTEGER,dimension(1)  X,
INTEGER,dimension(1)  Y,
INTEGER,dimension(1)  Z 
)

Definition at line 1596 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPADD2 ( INTEGER,dimension(1)  X,
INTEGER,dimension(1)  Y,
INTEGER,dimension(1)  Z,
INTEGER,dimension(1)  Y1,
INTEGER  TRUNC 
)

Definition at line 1639 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPADD3 ( INTEGER,dimension(1)  X,
INTEGER,dimension(1)  Y,
INTEGER  S,
MED  ,
INTEGER  RE 
)

Definition at line 1699 of file mainprog.f.

Here is the caller graph for this function:

subroutine MPBLAS ( I1  )

Definition at line 1561 of file mainprog.f.

Here is the caller graph for this function:

subroutine MPCDM ( DOUBLE PRECISION  DX,
INTEGER,dimension(1)  Z 
)

Definition at line 1791 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPCHK ( ,
 
)

Definition at line 1860 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPCMD ( INTEGER,dimension(1)  X,
DOUBLE PRECISION  DZ 
)

Definition at line 1913 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPDIVI ( INTEGER,dimension(1)  X,
IY  ,
INTEGER,dimension(1)  Z 
)

Definition at line 1955 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPERR ( )

Definition at line 2070 of file mainprog.f.

Here is the caller graph for this function:

subroutine MPMAXR ( INTEGER,dimension(1)  X)

Definition at line 2091 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPMLP ( INTEGER,dimension(1)  U,
INTEGER,dimension(1)  V,
INTEGER  W,
 
)

Definition at line 1604 of file mainprog.f.

Here is the caller graph for this function:

subroutine MPMUL ( INTEGER,dimension(1)  X,
INTEGER,dimension(1)  Y,
INTEGER,dimension(1)  Z 
)

Definition at line 2109 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPMUL2 ( INTEGER,dimension(1)  X,
IY  ,
INTEGER,dimension(1)  Z,
INTEGER  TRUNC 
)

Definition at line 2186 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPMULI ( INTEGER,dimension(1)  X,
IY  ,
INTEGER,dimension(1)  Z 
)

Definition at line 1629 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPNZR ( INTEGER  RS,
INTEGER  RE,
INTEGER,dimension(1)  Z,
INTEGER  TRUNC 
)

Definition at line 2276 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPOVFL ( INTEGER,dimension(1)  X)

Definition at line 2359 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine MPSTR ( INTEGER,dimension(1)  X,
INTEGER,dimension(1)  Y 
)

Definition at line 2382 of file mainprog.f.

Here is the caller graph for this function:

subroutine MPUNFL ( INTEGER,dimension(1)  X)

Definition at line 1614 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

function SDIFF ( SA  ,
SB   
)

Definition at line 73 of file mainprog.f.

Here is the caller graph for this function:

subroutine STEST ( LEN  ,
REAL,dimension(len)  SCOMP,
REAL,dimension(len)  STRUE,
REAL,dimension(len)  SSIZE,
REAL  SFAC 
)

Definition at line 144 of file mainprog.f.

Here is the caller graph for this function:

subroutine STEST1 ( SCOMP1  ,
STRUE1  ,
REAL,dimension(1)  SSIZE,
SFAC   
)

Definition at line 88 of file mainprog.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions