mfi_scopy Subroutine

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

Modern interface for scopy. See also: mfi_copy, f77_copy.

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