LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
subroutine zdotusub ( integer  n,
double complex, dimension(*)  x,
integer  incx,
double complex, dimension(*)  y,
integer  incy,
double complex  dotu 
)

Definition at line 7 of file zdotusub.f.

7 c
8  external zdotu
9  double complex zdotu,dotu
10  integer n,incx,incy
11  double complex x(*),y(*)
12 c
13  dotu=zdotu(n,x,incx,y,incy)
14  return
complex *16 function zdotu(N, ZX, INCX, ZY, INCY)
ZDOTU
Definition: zdotu.f:54

Here is the call graph for this function: