LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ sasumsub()

subroutine sasumsub ( integer  n,
real, dimension(*)  x,
integer  incx,
real  asum 
)

Definition at line 6 of file sasumsub.f.

7c
8 external sasum
9 real sasum,asum
10 integer n,incx
11 real x(*)
12c
13 asum=sasum(n,x,incx)
14 return
real function sasum(n, sx, incx)
SASUM
Definition sasum.f:72
Here is the call graph for this function: