MFI - Modern Fortran Interfaces
Source Files
Modules
Procedures
mfi_dscal
Subroutine
14 statements
Source File
blas.f90
mfi_blas
mfi_dscal
Contents
public pure subroutine mfi_dscal(a, x, incx)
Modern interface for
dscal
. See also:
mfi_scal
,
f77_scal
. MFI_DSCAL scales a vector by a constant.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL64),
intent(in)
::
a
real(kind=REAL64),
intent(inout)
::
x
(:)
integer,
intent(in),
optional
::
incx