|
TR-mbed 1.0
|
Functions/Subroutines | |
| program | sblat1 |
| SBLAT1 | |
| subroutine | header |
| subroutine | check0 (sfac) |
| subroutine | check1 (sfac) |
| subroutine | check2 (sfac) |
| subroutine | check3 (sfac) |
| subroutine | stest (len, scomp, strue, ssize, sfac) |
| subroutine | stest1 (scomp1, strue1, ssize, sfac) |
| real function | sdiff (sa, sb) |
| subroutine | itest1 (icomp, itrue) |
| subroutine check0 | ( | real | sfac | ) |
| subroutine check1 | ( | real | sfac | ) |
| subroutine check2 | ( | real | sfac | ) |
| subroutine check3 | ( | real | sfac | ) |
| subroutine header |
| program sblat1 |
SBLAT1
Test program for the REAL Level 1 BLAS.
Based upon the original BLAS test routine together with:
F06EAF Example Program Text | subroutine stest | ( | integer | len, |
| real, dimension(len) | scomp, | ||
| real, dimension(len) | strue, | ||
| real, dimension(len) | ssize, | ||
| real | sfac | ||
| ) |