Go to the source code of this file.
Functions/Subroutines | |
| subroutine | axpy (N1, N2, N3, localInterval, a, X, Y, Z) |
| subroutine axpy | ( | integer(kind=8), intent(in) | N1, |
| integer(kind=8), intent(in) | N2, | ||
| integer(kind=8), intent(in) | N3, | ||
| integer(kind=8), dimension(6), intent(in) | localInterval, | ||
| real(kind=8), intent(in) | a, | ||
| real(kind=8), dimension(n1*n2*n3), intent(in) | X, | ||
| real(kind=8), dimension(n1*n2*n3), intent(in) | Y, | ||
| real(kind=8), dimension(n1*n2*n3), intent(out) | Z | ||
| ) |