public interface mfi_asum
Generic modern interface for ASUM.
Supports s, d, sc, dz.
See also:
sasum, dasum, scasum, dzasum.
Module Procedures
Modern interface for sasum.
See also: mfi_asum, f77_asum.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL32),
|
intent(in) |
|
|
:: |
x(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
Return Value
real(kind=REAL32)
Modern interface for dasum.
See also: mfi_asum, f77_asum.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=REAL64),
|
intent(in) |
|
|
:: |
x(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
Return Value
real(kind=REAL64)
Modern interface for scasum.
See also: mfi_asum, f77_asum.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL32),
|
intent(in) |
|
|
:: |
x(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
Return Value
real(kind=REAL32)
Modern interface for dzasum.
See also: mfi_asum, f77_asum.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=REAL64),
|
intent(in) |
|
|
:: |
x(:) |
|
integer,
|
intent(in), |
optional |
|
:: |
incx |
|
Return Value
real(kind=REAL64)