mfi_daxpy Subroutine

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

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

Arguments

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