mfi_zdscal Subroutine

public pure subroutine mfi_zdscal(a, x, incx)

Modern interface for zdscal. See also: mfi_scal, f77_scal. MFI_ZDSCAL scales a vector by a constant.

Arguments

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