mfi_sswap Subroutine

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

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

Arguments

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