Go to the source code of this file.
|
program | zblat1 |
| ZBLAT1 More...
|
|
subroutine | header |
|
subroutine | check1 (SFAC) |
|
subroutine | check2 (SFAC) |
|
subroutine | stest (LEN, SCOMP, STRUE, SSIZE, SFAC) |
|
subroutine | stest1 (SCOMP1, STRUE1, SSIZE, SFAC) |
|
DOUBLE PRECISION function | sdiff (SA, SB) |
|
subroutine | ctest (LEN, CCOMP, CTRUE, CSIZE, SFAC) |
|
subroutine | itest1 (ICOMP, ITRUE) |
|
subroutine check1 |
( |
double precision |
SFAC | ) |
|
subroutine check2 |
( |
double precision |
SFAC | ) |
|
subroutine ctest |
( |
integer |
LEN, |
|
|
complex*16, dimension(len) |
CCOMP, |
|
|
complex*16, dimension(len) |
CTRUE, |
|
|
complex*16, dimension(len) |
CSIZE, |
|
|
double precision |
SFAC |
|
) |
| |
subroutine itest1 |
( |
integer |
ICOMP, |
|
|
integer |
ITRUE |
|
) |
| |
DOUBLE PRECISION function sdiff |
( |
double precision |
SA, |
|
|
double precision |
SB |
|
) |
| |
subroutine stest |
( |
integer |
LEN, |
|
|
double precision, dimension(len) |
SCOMP, |
|
|
double precision, dimension(len) |
STRUE, |
|
|
double precision, dimension(len) |
SSIZE, |
|
|
double precision |
SFAC |
|
) |
| |
subroutine stest1 |
( |
double precision |
SCOMP1, |
|
|
double precision |
STRUE1, |
|
|
double precision, dimension(*) |
SSIZE, |
|
|
double precision |
SFAC |
|
) |
| |
ZBLAT1
- Purpose:
Test program for the COMPLEX*16 Level 1 BLAS.
Based upon the original BLAS test routine together with:
F06GAF Example Program Text
- Author
- Univ. of Tennessee
-
Univ. of California Berkeley
-
Univ. of Colorado Denver
-
NAG Ltd.
- Date
- April 2012
Definition at line 38 of file zblat1.f.