mfi_cscal Subroutine

public pure subroutine mfi_cscal(a, x, incx)

Modern interface for cscal. See also: mfi_scal, f77_scal. MFI_CSCAL scales a vector by a constant.

Arguments

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