mfi_zcopy Subroutine

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

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

Arguments

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