Go to the source code of this file.
Functions/Subroutines | |
| program | sblat3 |
| subroutine | schk1 (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, iorder) |
| subroutine | sprcn1 (nout, nc, sname, iorder, transa, transb, m, n, k, alpha, lda, ldb, beta, ldc) |
| subroutine | schk2 (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, iorder) |
| subroutine | sprcn2 (nout, nc, sname, iorder, side, uplo, m, n, alpha, lda, ldb, beta, ldc) |
| subroutine | schk3 (sname, eps, thresh, nout, ntra, trace, rewi, fatal, nidim, idim, nalf, alf, nmax, a, aa, as, b, bb, bs, ct, g, c, iorder) |
| subroutine | sprcn3 (nout, nc, sname, iorder, side, uplo, transa, diag, m, n, alpha, lda, ldb) |
| subroutine | schk4 (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, iorder) |
| subroutine | sprcn4 (nout, nc, sname, iorder, uplo, transa, n, k, alpha, lda, beta, ldc) |
| subroutine | schk5 (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, iorder) |
| subroutine | sprcn5 (nout, nc, sname, iorder, uplo, transa, n, k, alpha, lda, ldb, beta, ldc) |
| subroutine | smake (type, uplo, diag, m, n, a, nmax, aa, lda, reset, transl) |
| subroutine | smmch (transa, transb, m, n, kk, alpha, a, lda, b, ldb, beta, c, ldc, ct, g, cc, ldcc, eps, err, fatal, nout, mv) |
| logical function | lse (ri, rj, lr) |
| logical function | lseres (type, uplo, m, n, aa, as, lda) |
| real function | sbeg (reset) |
| real function | sdiff (x, y) |
| logical function lse | ( | real, dimension( * ) | ri, |
| real, dimension( * ) | rj, | ||
| integer | lr ) |
Definition at line 2322 of file c_sblat3.f.
| logical function lseres | ( | character*2 | type, |
| character*1 | uplo, | ||
| integer | m, | ||
| integer | n, | ||
| real, dimension( lda, * ) | aa, | ||
| real, dimension( lda, * ) | as, | ||
| integer | lda ) |
Definition at line 2354 of file c_sblat3.f.
| real function sbeg | ( | logical | reset | ) |
Definition at line 2416 of file c_sblat3.f.
| program sblat3 |
Definition at line 1 of file c_sblat3.f.
| subroutine schk1 | ( | character*12 | 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, | ||
| integer | iorder ) |
Definition at line 416 of file c_sblat3.f.
| subroutine schk2 | ( | character*12 | 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, | ||
| integer | iorder ) |
Definition at line 744 of file c_sblat3.f.
| subroutine schk3 | ( | character*12 | 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, | ||
| integer | iorder ) |
Definition at line 1055 of file c_sblat3.f.
| subroutine schk4 | ( | character*12 | 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, | ||
| integer | iorder ) |
Definition at line 1414 of file c_sblat3.f.
| subroutine schk5 | ( | character*12 | 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, | ||
| integer | iorder ) |
Definition at line 1731 of file c_sblat3.f.
| real function sdiff | ( | real | x, |
| real | y ) |
Definition at line 2462 of file c_sblat3.f.
| 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 ) |
Definition at line 2087 of file c_sblat3.f.
| 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 ) |
Definition at line 2200 of file c_sblat3.f.
| subroutine sprcn1 | ( | integer | nout, |
| integer | nc, | ||
| character*12 | sname, | ||
| integer | iorder, | ||
| character*1 | transa, | ||
| character*1 | transb, | ||
| integer | m, | ||
| integer | n, | ||
| integer | k, | ||
| real | alpha, | ||
| integer | lda, | ||
| integer | ldb, | ||
| real | beta, | ||
| integer | ldc ) |
Definition at line 709 of file c_sblat3.f.
| subroutine sprcn2 | ( | integer | nout, |
| integer | nc, | ||
| character*12 | sname, | ||
| integer | iorder, | ||
| character*1 | side, | ||
| character*1 | uplo, | ||
| integer | m, | ||
| integer | n, | ||
| real | alpha, | ||
| integer | lda, | ||
| integer | ldb, | ||
| real | beta, | ||
| integer | ldc ) |
Definition at line 1024 of file c_sblat3.f.
| subroutine sprcn3 | ( | integer | nout, |
| integer | nc, | ||
| character*12 | sname, | ||
| integer | iorder, | ||
| character*1 | side, | ||
| character*1 | uplo, | ||
| character*1 | transa, | ||
| character*1 | diag, | ||
| integer | m, | ||
| integer | n, | ||
| real | alpha, | ||
| integer | lda, | ||
| integer | ldb ) |
Definition at line 1371 of file c_sblat3.f.
| subroutine sprcn4 | ( | integer | nout, |
| integer | nc, | ||
| character*12 | sname, | ||
| integer | iorder, | ||
| character*1 | uplo, | ||
| character*1 | transa, | ||
| integer | n, | ||
| integer | k, | ||
| real | alpha, | ||
| integer | lda, | ||
| real | beta, | ||
| integer | ldc ) |
Definition at line 1698 of file c_sblat3.f.
| subroutine sprcn5 | ( | integer | nout, |
| integer | nc, | ||
| character*12 | sname, | ||
| integer | iorder, | ||
| character*1 | uplo, | ||
| character*1 | transa, | ||
| integer | n, | ||
| integer | k, | ||
| real | alpha, | ||
| integer | lda, | ||
| integer | ldb, | ||
| real | beta, | ||
| integer | ldc ) |
Definition at line 2054 of file c_sblat3.f.