MFI - Modern Fortran Interfaces
Source Files
Modules
Procedures
mfi_dcopy
Subroutine
22 statements
Source File
blas.f90
mfi_blas
mfi_dcopy
Contents
public pure subroutine mfi_dcopy(x, y, incx, incy)
Modern interface for
dcopy
. See also:
mfi_copy
,
f77_copy
.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL64),
intent(in)
::
x
(:)
real(kind=REAL64),
intent(inout)
::
y
(:)
integer,
intent(in),
optional
::
incx
integer,
intent(in),
optional
::
incy