public interface f77_dotu
Generic old style interface for DOTU.
Supports c, z.
See also: mfi_dotu, cdotu, zdotu.
Functions
Original interface for CDOTU
See also: mfi_dotu, dotu.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
x(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
y(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incy |
|
Return Value
complex(kind=REAL32)
Original interface for ZDOTU
See also: mfi_dotu, dotu.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
integer,
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
x(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incx |
|
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
y(*) |
|
|
integer,
|
intent(in) |
|
|
:: |
incy |
|
Return Value
complex(kind=REAL64)