Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_dasum
Function
33 statements
Source File
stdlib_linalg_blas_d.fypp
stdlib_linalg_blas_d
stdlib_dasum
Contents
public pure function stdlib_dasum(n, dx, incx)
DASUM takes the sum of the absolute values.
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ilp),
intent(in)
::
n
real(kind=dp),
intent(in)
::
dx
(*)
integer(kind=ilp),
intent(in)
::
incx
Return Value
real(kind=dp)