Go to the source code of this file.
Functions/Subroutines |
program | cblat1 |
| CBLAT1
|
subroutine | header |
subroutine | check1 (SFAC) |
subroutine | check2 (SFAC) |
subroutine | stest (LEN, SCOMP, STRUE, SSIZE, SFAC) |
subroutine | stest1 (SCOMP1, STRUE1, SSIZE, SFAC) |
REAL function | sdiff (SA, SB) |
subroutine | ctest (LEN, CCOMP, CTRUE, CSIZE, SFAC) |
subroutine | itest1 (ICOMP, ITRUE) |
Function/Subroutine Documentation
subroutine check1 |
( |
real |
SFAC | ) |
|
subroutine check2 |
( |
real |
SFAC | ) |
|
subroutine ctest |
( |
integer |
LEN, |
|
|
complex, dimension(len) |
CCOMP, |
|
|
complex, dimension(len) |
CTRUE, |
|
|
complex, dimension(len) |
CSIZE, |
|
|
real |
SFAC |
|
) |
| |
subroutine itest1 |
( |
integer |
ICOMP, |
|
|
integer |
ITRUE |
|
) |
| |
REAL function sdiff |
( |
real |
SA, |
|
|
real |
SB |
|
) |
| |
subroutine stest |
( |
integer |
LEN, |
|
|
real, dimension(len) |
SCOMP, |
|
|
real, dimension(len) |
STRUE, |
|
|
real, dimension(len) |
SSIZE, |
|
|
real |
SFAC |
|
) |
| |
subroutine stest1 |
( |
real |
SCOMP1, |
|
|
real |
STRUE1, |
|
|
real, dimension(*) |
SSIZE, |
|
|
real |
SFAC |
|
) |
| |