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

◆ scasumsub()

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

Definition at line 6 of file scasumsub.f.

7c
8 external scasum
9 real scasum,asum
10 integer n,incx
11 complex x(*)
12c
13 asum=scasum(n,x,incx)
14 return
real function scasum(N, CX, INCX)
SCASUM
Definition: scasum.f:72
Here is the call graph for this function: