public interface mfi_dotu
Generic modern interface for DOTU.
Supports c, z.
See also:
cdotu, zdotu.
Module Procedures
Modern interface for cdotu.
See also: mfi_dotu, f77_dotu.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
x(:) |
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
y(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
integer,
|
intent(in), |
optional |
|
:: |
incy |
|
Return Value
complex(kind=REAL32)
Modern interface for zdotu.
See also: mfi_dotu, f77_dotu.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
x(:) |
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
y(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
integer,
|
intent(in), |
optional |
|
:: |
incy |
|
Return Value
complex(kind=REAL64)