public interface f77_iamin
Generic old style interface for IAMIN.
Supports s, d, c, z.
See also: mfi_iamin, isamin, idamin, icamin, izamin.
Functions
Original interface for ISAMIN
See also: mfi_iamin, iamin.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=REAL32),
|
intent(in) |
|
|
:: |
x(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
Return Value
integer
Original interface for IDAMIN
See also: mfi_iamin, iamin.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
n |
|
|
real(kind=REAL64),
|
intent(in) |
|
|
:: |
x(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
Return Value
integer
Original interface for ICAMIN
See also: mfi_iamin, iamin.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
x(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
Return Value
integer
Original interface for IZAMIN
See also: mfi_iamin, iamin.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
x(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
Return Value
integer