public interface mfi_copy
Generic modern interface for COPY.
Supports s, d, c, z.
See also:
scopy, dcopy, ccopy, zcopy.
Module Procedures
Modern interface for scopy.
See also: mfi_copy, f77_copy.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL32),
|
intent(in) |
|
|
:: |
x(:) |
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
y(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
integer,
|
intent(in), |
optional |
|
:: |
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 |
|
Modern interface for ccopy.
See also: mfi_copy, f77_copy.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
x(:) |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
y(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
integer,
|
intent(in), |
optional |
|
:: |
incy |
|
Modern interface for zcopy.
See also: mfi_copy, f77_copy.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
x(:) |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
y(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
integer,
|
intent(in), |
optional |
|
:: |
incy |
|