mfi_caxpy Subroutine

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

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

Arguments

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