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

◆ zdotusub()

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

Definition at line 6 of file zdotusub.f.

7c
8 external zdotu
9 double complex zdotu,dotu
10 integer n,incx,incy
11 double complex x(*),y(*)
12c
13 dotu=zdotu(n,x,incx,y,incy)
14 return
complex *16 function zdotu(n, zx, incx, zy, incy)
ZDOTU
Definition zdotu.f:83
Here is the call graph for this function: