mfi_cswap Subroutine

public pure subroutine mfi_cswap(x, y, incx, incy)

Modern interface for cswap. See also: mfi_swap, f77_swap.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL32), intent(in) :: x(:)
complex(kind=REAL32), intent(inout) :: y(:)
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy