.TH "BLAS/TESTING/sblat3.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME BLAS/TESTING/sblat3.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "program \fBsblat3\fP" .br .RI "\fBSBLAT3\fP " .ti -1c .RI "subroutine \fBschk1\fP (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)" .br .ti -1c .RI "subroutine \fBschk2\fP (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)" .br .ti -1c .RI "subroutine \fBschk3\fP (sname, eps, thresh, nout, ntra, trace, rewi, fatal, nidim, idim, nalf, alf, nmax, a, aa, as, b, bb, bs, ct, g, c)" .br .ti -1c .RI "subroutine \fBschk4\fP (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)" .br .ti -1c .RI "subroutine \fBschk5\fP (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)" .br .ti -1c .RI "subroutine \fBschke\fP (isnum, srnamt, nout)" .br .ti -1c .RI "subroutine \fBsmake\fP (type, uplo, diag, m, n, a, nmax, aa, lda, reset, transl)" .br .ti -1c .RI "subroutine \fBsmmch\fP (transa, transb, m, n, kk, alpha, a, lda, b, ldb, beta, c, ldc, ct, g, cc, ldcc, eps, err, fatal, nout, mv)" .br .ti -1c .RI "logical function \fBlse\fP (ri, rj, lr)" .br .ti -1c .RI "logical function \fBlseres\fP (type, uplo, m, n, aa, as, lda)" .br .ti -1c .RI "real function \fBsbeg\fP (reset)" .br .ti -1c .RI "real function \fBsdiff\fP (x, y)" .br .ti -1c .RI "subroutine \fBchkxer\fP (srnamt, infot, nout, lerr, ok)" .br .ti -1c .RI "subroutine \fBxerbla\fP (srname, info)" .br .ti -1c .RI "subroutine \fBschk6\fP (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)" .br .ti -1c .RI "subroutine \fBsmmtch\fP (uplo, transa, transb, n, kk, alpha, a, lda, b, ldb, beta, c, ldc, ct, g, cc, ldcc, eps, err, fatal, nout, mv)" .br .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine chkxer (character*7 srnamt, integer infot, integer nout, logical lerr, logical ok)" .PP Definition at line \fB2871\fP of file \fBsblat3\&.f\fP\&. .SS "logical function lse (real, dimension( * ) ri, real, dimension( * ) rj, integer lr)" .PP Definition at line \fB2713\fP of file \fBsblat3\&.f\fP\&. .SS "logical function lseres (character*2 type, character*1 uplo, integer m, integer n, real, dimension( lda, * ) aa, real, dimension( lda, * ) as, integer lda)" .PP Definition at line \fB2745\fP of file \fBsblat3\&.f\fP\&. .SS "real function sbeg (logical reset)" .PP Definition at line \fB2806\fP of file \fBsblat3\&.f\fP\&. .SS "program sblat3" .PP \fBSBLAT3\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> Test program for the REAL Level 3 Blas\&. !> !> The program must be driven by a short data file\&. The first 14 records !> of the file are read using list-directed input, the last 7 records !> are read using the format ( A7, L2 )\&. An annotated example of a data !> file can be obtained by deleting the first 3 characters from the !> following 20 lines: !> 'sblat3\&.out' NAME OF SUMMARY OUTPUT FILE !> 6 UNIT NUMBER OF SUMMARY FILE !> 'SBLAT3\&.SNAP' NAME OF SNAPSHOT OUTPUT FILE !> -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF \&.LT\&. 0) !> F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD\&. !> F LOGICAL FLAG, T TO STOP ON FAILURES\&. !> T LOGICAL FLAG, T TO TEST ERROR EXITS\&. !> 16\&.0 THRESHOLD VALUE OF TEST RATIO !> 6 NUMBER OF VALUES OF N !> 0 1 2 3 5 9 VALUES OF N !> 3 NUMBER OF VALUES OF ALPHA !> 0\&.0 1\&.0 0\&.7 VALUES OF ALPHA !> 3 NUMBER OF VALUES OF BETA !> 0\&.0 1\&.0 1\&.3 VALUES OF BETA !> SGEMM T PUT F FOR NO TEST\&. SAME COLUMNS\&. !> SSYMM T PUT F FOR NO TEST\&. SAME COLUMNS\&. !> STRMM T PUT F FOR NO TEST\&. SAME COLUMNS\&. !> STRSM T PUT F FOR NO TEST\&. SAME COLUMNS\&. !> SSYRK T PUT F FOR NO TEST\&. SAME COLUMNS\&. !> SSYR2K T PUT F FOR NO TEST\&. SAME COLUMNS\&. !> SGEMMTR T PUT F FOR NO TEST\&. SAME COLUMNS\&. !> !> Further Details !> =============== !> !> See: !> !> Dongarra J\&. J\&., Du Croz J\&. J\&., Duff I\&. S\&. and Hammarling S\&. !> A Set of Level 3 Basic Linear Algebra Subprograms\&. !> !> Technical Memorandum No\&.88 (Revision 1), Mathematics and !> Computer Science Division, Argonne National Laboratory, 9700 !> South Cass Avenue, Argonne, Illinois 60439, US\&. !> !> -- Written on 8-February-1989\&. !> Jack Dongarra, Argonne National Laboratory\&. !> Iain Duff, AERE Harwell\&. !> Jeremy Du Croz, Numerical Algorithms Group Ltd\&. !> Sven Hammarling, Numerical Algorithms Group Ltd\&. !> !> 10-9-00: Change STATUS='NEW' to 'UNKNOWN' so that the testers !> can be run multiple times without deleting generated !> output files (susan) !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB82\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine schk1 (character*7 sname, real eps, real thresh, integer nout, integer ntra, logical trace, logical rewi, logical fatal, integer nidim, integer, dimension( nidim ) idim, integer nalf, real, dimension( nalf ) alf, integer nbet, real, dimension( nbet ) bet, integer nmax, real, dimension( nmax, nmax ) a, real, dimension( nmax*nmax ) aa, real, dimension( nmax*nmax ) as, real, dimension( nmax, nmax ) b, real, dimension( nmax*nmax ) bb, real, dimension( nmax*nmax ) bs, real, dimension( nmax, nmax ) c, real, dimension( nmax*nmax ) cc, real, dimension( nmax*nmax ) cs, real, dimension( nmax ) ct, real, dimension( nmax ) g)" .PP Definition at line \fB399\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine schk2 (character*7 sname, real eps, real thresh, integer nout, integer ntra, logical trace, logical rewi, logical fatal, integer nidim, integer, dimension( nidim ) idim, integer nalf, real, dimension( nalf ) alf, integer nbet, real, dimension( nbet ) bet, integer nmax, real, dimension( nmax, nmax ) a, real, dimension( nmax*nmax ) aa, real, dimension( nmax*nmax ) as, real, dimension( nmax, nmax ) b, real, dimension( nmax*nmax ) bb, real, dimension( nmax*nmax ) bs, real, dimension( nmax, nmax ) c, real, dimension( nmax*nmax ) cc, real, dimension( nmax*nmax ) cs, real, dimension( nmax ) ct, real, dimension( nmax ) g)" .PP Definition at line \fB680\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine schk3 (character*7 sname, real eps, real thresh, integer nout, integer ntra, logical trace, logical rewi, logical fatal, integer nidim, integer, dimension( nidim ) idim, integer nalf, real, dimension( nalf ) alf, integer nmax, real, dimension( nmax, nmax ) a, real, dimension( nmax*nmax ) aa, real, dimension( nmax*nmax ) as, real, dimension( nmax, nmax ) b, real, dimension( nmax*nmax ) bb, real, dimension( nmax*nmax ) bs, real, dimension( nmax ) ct, real, dimension( nmax ) g, real, dimension( nmax, nmax ) c)" .PP Definition at line \fB950\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine schk4 (character*7 sname, real eps, real thresh, integer nout, integer ntra, logical trace, logical rewi, logical fatal, integer nidim, integer, dimension( nidim ) idim, integer nalf, real, dimension( nalf ) alf, integer nbet, real, dimension( nbet ) bet, integer nmax, real, dimension( nmax, nmax ) a, real, dimension( nmax*nmax ) aa, real, dimension( nmax*nmax ) as, real, dimension( nmax, nmax ) b, real, dimension( nmax*nmax ) bb, real, dimension( nmax*nmax ) bs, real, dimension( nmax, nmax ) c, real, dimension( nmax*nmax ) cc, real, dimension( nmax*nmax ) cs, real, dimension( nmax ) ct, real, dimension( nmax ) g)" .PP Definition at line \fB1255\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine schk5 (character*7 sname, real eps, real thresh, integer nout, integer ntra, logical trace, logical rewi, logical fatal, integer nidim, integer, dimension( nidim ) idim, integer nalf, real, dimension( nalf ) alf, integer nbet, real, dimension( nbet ) bet, integer nmax, real, dimension( 2*nmax*nmax ) ab, real, dimension( nmax*nmax ) aa, real, dimension( nmax*nmax ) as, real, dimension( nmax*nmax ) bb, real, dimension( nmax*nmax ) bs, real, dimension( nmax, nmax ) c, real, dimension( nmax*nmax ) cc, real, dimension( nmax*nmax ) cs, real, dimension( nmax ) ct, real, dimension( nmax ) g, real, dimension( 2*nmax ) w)" .PP Definition at line \fB1530\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine schk6 (character*7 sname, real eps, real thresh, integer nout, integer ntra, logical trace, logical rewi, logical fatal, integer nidim, integer, dimension( nidim ) idim, integer nalf, real, dimension( nalf ) alf, integer nbet, real, dimension( nbet ) bet, integer nmax, real, dimension( nmax, nmax ) a, real, dimension( nmax*nmax ) aa, real, dimension( nmax*nmax ) as, real, dimension( nmax, nmax ) b, real, dimension( nmax*nmax ) bb, real, dimension( nmax*nmax ) bs, real, dimension( nmax, nmax ) c, real, dimension( nmax*nmax ) cc, real, dimension( nmax*nmax ) cs, real, dimension( nmax ) ct, real, dimension( nmax ) g)" .PP Definition at line \fB2958\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine schke (integer isnum, character*7 srnamt, integer nout)" .PP Definition at line \fB1844\fP of file \fBsblat3\&.f\fP\&. .SS "real function sdiff (real x, real y)" .PP Definition at line \fB2852\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine smake (character*2 type, character*1 uplo, character*1 diag, integer m, integer n, real, dimension( nmax, * ) a, integer nmax, real, dimension( * ) aa, integer lda, logical reset, real transl)" .PP Definition at line \fB2478\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine smmch (character*1 transa, character*1 transb, integer m, integer n, integer kk, real alpha, real, dimension( lda, * ) a, integer lda, real, dimension( ldb, * ) b, integer ldb, real beta, real, dimension( ldc, * ) c, integer ldc, real, dimension( * ) ct, real, dimension( * ) g, real, dimension( ldcc, * ) cc, integer ldcc, real eps, real err, logical fatal, integer nout, logical mv)" .PP Definition at line \fB2591\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine smmtch (character*1 uplo, character*1 transa, character*1 transb, integer n, integer kk, real alpha, real, dimension( lda, * ) a, integer lda, real, dimension( ldb, * ) b, integer ldb, real beta, real, dimension( ldc, * ) c, integer ldc, real, dimension( * ) ct, real, dimension( * ) g, real, dimension( ldcc, * ) cc, integer ldcc, real eps, real err, logical fatal, integer nout, logical mv)" .PP Definition at line \fB3243\fP of file \fBsblat3\&.f\fP\&. .SS "subroutine xerbla (character*(*) srname, integer info)" .PP Definition at line \fB2901\fP of file \fBsblat3\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.