public interface mfi_dotc
Generic modern interface for DOTC.
Supports c, z.
See also:
cdotc, zdotc.
Module Procedures
Modern interface for cdotc.
See also: mfi_dotc, f77_dotc.
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 zdotc.
See also: mfi_dotc, f77_dotc.
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)