![]() |
LION
|
Functions/Subroutines | |
| subroutine | saxpy (N, A, X, NX, Y, NY) |
| subroutine | caxpy (N, A, X, NX, Y, NY) |
| COMPLEX function | cdotu (N, X, NX, Y, NY) |
| COMPLEX function | cdotc (N, X, NX, Y, NY) |
| subroutine | ccopy (N, X, NX, Y, NY) |
| subroutine | cscal (N, A, X, NX) |
| INTEGER function | isrchfge (N, PV, NX, TARGET) |
| INTEGER function | isrchfgt (N, PV, NX, TARGET) |
| real(rkind) function | ssum (N, PV, NX) |
| subroutine caxpy | ( | integer | N, |
| complex | A, | ||
| complex, dimension((n-1)*nx+1) | X, | ||
| integer | NX, | ||
| complex, dimension((n-1)*ny+1) | Y, | ||
| integer | NY | ||
| ) |
Here is the caller graph for this function:| subroutine ccopy | ( | integer | N, |
| complex, dimension((n-1)*nx+1) | X, | ||
| integer | NX, | ||
| complex, dimension((n-1)*ny+1) | Y, | ||
| integer | NY | ||
| ) |
Here is the caller graph for this function:| COMPLEX function cdotc | ( | integer | N, |
| complex, dimension((n-1)*nx+1) | X, | ||
| integer | NX, | ||
| complex, dimension((n-1)*ny+1) | Y, | ||
| integer | NY | ||
| ) |
Here is the caller graph for this function:| COMPLEX function cdotu | ( | integer | N, |
| complex, dimension((n-1)*nx+1) | X, | ||
| integer | NX, | ||
| complex, dimension((n-1)*ny+1) | Y, | ||
| integer | NY | ||
| ) |
Here is the caller graph for this function:| subroutine cscal | ( | integer | N, |
| complex | A, | ||
| complex, dimension((n-1)*nx+1) | X, | ||
| integer | NX | ||
| ) |
Here is the caller graph for this function:| INTEGER function isrchfge | ( | integer | N, |
| real(rkind), dimension(n*nx+1) | PV, | ||
| integer | NX, | ||
| real(rkind) | TARGET | ||
| ) |
| INTEGER function isrchfgt | ( | integer | N, |
| real(rkind), dimension(n*nx+1) | PV, | ||
| integer | NX, | ||
| real(rkind) | TARGET | ||
| ) |
Here is the caller graph for this function:| subroutine saxpy | ( | integer | N, |
| real(rkind) | A, | ||
| real(rkind), dimension((n-1)*nx+1) | X, | ||
| integer | NX, | ||
| real(rkind), dimension((n-1)*ny+1) | Y, | ||
| integer | NY | ||
| ) |
| real(rkind) function ssum | ( | integer | N, |
| real(rkind), dimension(n*nx+1) | PV, | ||
| integer | NX | ||
| ) |
Here is the caller graph for this function: