Go to the source code of this file.
Functions/Subroutines |
subroutine | scopy (n, sx, incx, sy, incy) |
real function | ssum (n, sx, incx) |
Function/Subroutine Documentation
subroutine scopy |
( |
integer |
n, |
|
|
real, dimension((n-1)*incx+1) |
sx, |
|
|
integer |
incx, |
|
|
real, dimension((n-1)*incy+1) |
sy, |
|
|
integer |
incy |
|
) |
| |
Definition at line 8 of file cray.F.
real function ssum |
( |
integer |
n, |
|
|
real, dimension((n-1)*incx+1) |
sx, |
|
|
integer |
incx |
|
) |
| |