|
TR-mbed 1.0
|
Functions/Subroutines | |
| program | zblat1 |
| ZBLAT1 | |
| 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 header |
| 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 | ||
| ) |
| program zblat1 |
ZBLAT1
Test program for the COMPLEX*16 Level 1 BLAS.
Based upon the original BLAS test routine together with:
F06GAF Example Program Text