mfi_zaxpy Subroutine

public pure subroutine mfi_zaxpy(x, y, a, incx, incy)

Modern interface for zaxpy. See also: mfi_axpy, f77_axpy.

Arguments

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