--------------— swap ---------------— Interchanges two vectors.
More...
--------------— swap ---------------— Interchanges two vectors.
Definition at line 130 of file blas.F90.
|
subroutine | dswap (n, dx, incx, dy, incy) |
|
subroutine | zswap (n, dx, incx, dy, incy) |
|
◆ dswap()
subroutine blas_oct_m::blas_swap::dswap |
( |
integer, intent(in) |
n, |
|
|
real(real64), intent(inout) |
dx, |
|
|
integer, intent(in) |
incx, |
|
|
real(real64), intent(inout) |
dy, |
|
|
integer, intent(in) |
incy |
|
) |
| |
◆ zswap()
subroutine blas_oct_m::blas_swap::zswap |
( |
integer, intent(in) |
n, |
|
|
complex(real64), intent(inout) |
dx, |
|
|
integer, intent(in) |
incx, |
|
|
complex(real64), intent(inout) |
dy, |
|
|
integer, intent(in) |
incy |
|
) |
| |
The documentation for this interface was generated from the following file: