mfi_sscal Subroutine

public pure subroutine mfi_sscal(a, x, incx)

Modern interface for sscal. See also: mfi_scal, f77_scal. MFI_SSCAL scales a vector by a constant.

Arguments

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