mfi_saxpy Subroutine

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

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

Arguments

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