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

◆ cdotusub()

subroutine cdotusub ( integer  n,
complex, dimension(*)  x,
integer  incx,
complex, dimension(*)  y,
integer  incy,
complex  dotu 
)

Definition at line 6 of file cdotusub.f.

7c
8 external cdotu
9 complex cdotu,dotu
10 integer n,incx,incy
11 complex x(*),y(*)
12c
13 dotu=cdotu(n,x,incx,y,incy)
14 return
complex function cdotu(n, cx, incx, cy, incy)
CDOTU
Definition cdotu.f:83
Here is the call graph for this function: