|
TR-mbed 1.0
|
Functions/Subroutines | |
| program | dblat1 |
| DBLAT1 | |
| subroutine | header |
| subroutine | check0 (sfac) |
| subroutine | check1 (sfac) |
| subroutine | check2 (sfac) |
| subroutine | check3 (sfac) |
| subroutine | stest (len, scomp, strue, ssize, sfac) |
| subroutine | testdsdot (scomp, strue, ssize, sfac) |
| subroutine | stest1 (scomp1, strue1, ssize, sfac) |
| double precision function | sdiff (sa, sb) |
| subroutine | itest1 (icomp, itrue) |
| subroutine check0 | ( | double precision | sfac | ) |
| subroutine check1 | ( | double precision | sfac | ) |
| subroutine check2 | ( | double precision | sfac | ) |
| subroutine check3 | ( | double precision | sfac | ) |
| program dblat1 |
DBLAT1
Test program for the DOUBLE PRECISION Level 1 BLAS.
Based upon the original BLAS test routine together with:
F06EAF Example Program Text | 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 | ||
| ) |