mfi_dger Subroutine

public pure subroutine mfi_dger(a, x, y, alpha, incx, incy)

Modern interface for dger. See also: mfi_ger, f77_ger.

Arguments

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