public interface f77_copy
Generic old style interface for COPY.
Supports s, d, c, z.
See also: mfi_copy, scopy, dcopy, ccopy, zcopy.
Subroutines
Original interface for SCOPY
See also: mfi_copy, f77_copy.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=REAL32),
|
intent(in) |
|
|
:: |
x(*) |
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
real(kind=REAL32),
|
intent(inout) |
|
|
:: |
y(*) |
|
integer,
|
intent(in) |
|
|
:: |
incy |
|
Original interface for DCOPY
See also: mfi_copy, f77_copy.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=REAL64),
|
intent(in) |
|
|
:: |
x(*) |
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
real(kind=REAL64),
|
intent(inout) |
|
|
:: |
y(*) |
|
integer,
|
intent(in) |
|
|
:: |
incy |
|
Original interface for CCOPY
See also: mfi_copy, f77_copy.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
x(*) |
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
complex(kind=REAL32),
|
intent(inout) |
|
|
:: |
y(*) |
|
integer,
|
intent(in) |
|
|
:: |
incy |
|
Original interface for ZCOPY
See also: mfi_copy, f77_copy.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
x(*) |
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
complex(kind=REAL64),
|
intent(inout) |
|
|
:: |
y(*) |
|
integer,
|
intent(in) |
|
|
:: |
incy |
|