dswap Subroutine

subroutine dswap(n, dx, incx, dy, incy)

Arguments

Type IntentOptional Attributes Name
integer :: n
double precision :: dx(1)
integer :: incx
double precision :: dy(1)
integer :: incy