ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
pdblas1tst.f File Reference

Go to the source code of this file.

Functions/Subroutines

program pdbla1tst
 
subroutine pdbla1tstinfo (SUMMRY, NOUT, NMAT, NVAL, MXVAL, NXVAL, IMBXVAL, MBXVAL, INBXVAL, NBXVAL, RSCXVAL, CSCXVAL, IXVAL, JXVAL, INCXVAL, MYVAL, NYVAL, IMBYVAL, MBYVAL, INBYVAL, NBYVAL, RSCYVAL, CSCYVAL, IYVAL, JYVAL, INCYVAL, LDVAL, NGRIDS, PVAL, LDPVAL, QVAL, LDQVAL, LTEST, SOF, TEE, IAM, IGAP, IVERB, NPROCS, ALPHA, WORK)
 
subroutine pdblas1tstchke (LTEST, INOUT, NPROCS)
 
subroutine pdchkarg1 (ICTXT, NOUT, SNAME, N, ALPHA, IX, JX, DESCX, INCX, IY, JY, DESCY, INCY, INFO)
 
logical function pisinscope (ICTXT, N, IX, JX, DESCX, INCX)
 
subroutine pdblas1tstchk (ICTXT, NOUT, NROUT, N, PSCLR, PUSCLR, PISCLR, X, PX, IX, JX, DESCX, INCX, Y, PY, IY, JY, DESCY, INCY, INFO)
 
subroutine pderrdot (ERRBND, N, SCLR, X, INCX, Y, INCY, PREC)
 
subroutine pderrnrm2 (ERRBND, N, USCLR, X, INCX, PREC)
 
subroutine pderrasum (ERRBND, N, USCLR, X, INCX, PREC)
 
subroutine pderrscal (ERRBND, PSCLR, X, PREC)
 
subroutine pderraxpy (ERRBND, PSCLR, X, Y, PREC)
 

Function/Subroutine Documentation

◆ pdbla1tst()

program pdbla1tst ( )

Definition at line 11 of file pdblas1tst.f.

Here is the call graph for this function:

◆ pdbla1tstinfo()

subroutine pdbla1tstinfo ( character*( * )  SUMMRY,
integer  NOUT,
integer  NMAT,
integer, dimension( ldval )  NVAL,
integer, dimension( ldval )  MXVAL,
integer, dimension( ldval )  NXVAL,
integer, dimension( ldval )  IMBXVAL,
integer, dimension( ldval )  MBXVAL,
integer, dimension( ldval )  INBXVAL,
integer, dimension( ldval )  NBXVAL,
integer, dimension( ldval )  RSCXVAL,
integer, dimension( ldval )  CSCXVAL,
integer, dimension( ldval )  IXVAL,
integer, dimension( ldval )  JXVAL,
integer, dimension( ldval )  INCXVAL,
integer, dimension( ldval )  MYVAL,
integer, dimension( ldval )  NYVAL,
integer, dimension( ldval )  IMBYVAL,
integer, dimension( ldval )  MBYVAL,
integer, dimension( ldval )  INBYVAL,
integer, dimension( ldval )  NBYVAL,
integer, dimension( ldval )  RSCYVAL,
integer, dimension( ldval )  CSCYVAL,
integer, dimension( ldval )  IYVAL,
integer, dimension( ldval )  JYVAL,
integer, dimension( ldval )  INCYVAL,
integer  LDVAL,
integer  NGRIDS,
integer, dimension( ldpval )  PVAL,
integer  LDPVAL,
integer, dimension( ldqval )  QVAL,
integer  LDQVAL,
logical, dimension( * )  LTEST,
logical  SOF,
logical  TEE,
integer  IAM,
integer  IGAP,
integer  IVERB,
integer  NPROCS,
double precision  ALPHA,
integer, dimension( * )  WORK 
)

Definition at line 777 of file pdblas1tst.f.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pdblas1tstchk()

subroutine pdblas1tstchk ( integer  ICTXT,
integer  NOUT,
integer  NROUT,
integer  N,
double precision  PSCLR,
double precision  PUSCLR,
integer  PISCLR,
double precision, dimension( * )  X,
double precision, dimension( * )  PX,
integer  IX,
integer  JX,
integer, dimension( * )  DESCX,
integer  INCX,
double precision, dimension( * )  Y,
double precision, dimension( * )  PY,
integer  IY,
integer  JY,
integer, dimension( * )  DESCY,
integer  INCY,
integer  INFO 
)

Definition at line 2211 of file pdblas1tst.f.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pdblas1tstchke()

subroutine pdblas1tstchke ( logical, dimension( * )  LTEST,
integer  INOUT,
integer  NPROCS 
)

Definition at line 1469 of file pdblas1tst.f.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pdchkarg1()

subroutine pdchkarg1 ( integer  ICTXT,
integer  NOUT,
character*(*)  SNAME,
integer  N,
double precision  ALPHA,
integer  IX,
integer  JX,
integer, dimension( * )  DESCX,
integer  INCX,
integer  IY,
integer  JY,
integer, dimension( * )  DESCY,
integer  INCY,
integer  INFO 
)

Definition at line 1734 of file pdblas1tst.f.

Here is the caller graph for this function:

◆ pderrasum()

subroutine pderrasum ( double precision  ERRBND,
integer  N,
double precision  USCLR,
double precision, dimension( * )  X,
integer  INCX,
double precision  PREC 
)

Definition at line 3164 of file pdblas1tst.f.

Here is the caller graph for this function:

◆ pderraxpy()

subroutine pderraxpy ( double precision  ERRBND,
double precision  PSCLR,
double precision  X,
double precision  Y,
double precision  PREC 
)

Definition at line 3313 of file pdblas1tst.f.

Here is the caller graph for this function:

◆ pderrdot()

subroutine pderrdot ( double precision  ERRBND,
integer  N,
double precision  SCLR,
double precision, dimension( * )  X,
integer  INCX,
double precision, dimension( * )  Y,
integer  INCY,
double precision  PREC 
)

Definition at line 2933 of file pdblas1tst.f.

Here is the caller graph for this function:

◆ pderrnrm2()

subroutine pderrnrm2 ( double precision  ERRBND,
integer  N,
double precision  USCLR,
double precision, dimension( * )  X,
integer  INCX,
double precision  PREC 
)

Definition at line 3047 of file pdblas1tst.f.

Here is the caller graph for this function:

◆ pderrscal()

subroutine pderrscal ( double precision  ERRBND,
double precision  PSCLR,
double precision  X,
double precision  PREC 
)

Definition at line 3246 of file pdblas1tst.f.

Here is the caller graph for this function:

◆ pisinscope()

logical function pisinscope ( integer  ICTXT,
integer  N,
integer  IX,
integer  JX,
integer, dimension( * )  DESCX,
integer  INCX 
)

Definition at line 2034 of file pdblas1tst.f.

Here is the call graph for this function: