odrpack
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
dasum
Interface
FreeBSD Documentation License
78 statements
Source File
blas_interfaces.f90
blas_interfaces
dasum
Contents
None
interface
public pure function dasum(n, x, incx)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=dp),
intent(in)
::
x
(*)
integer,
intent(in)
::
incx
Return Value
real(kind=dp)
Description
Sum of magnitudes of vector components.