public interface asum
ASUM takes the sum of the absolute values.
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
x(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
Return Value
real(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
x(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
Return Value
real(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
x(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
Return Value
real(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
x(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
Return Value
real(kind=sp)
Module Procedures